<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Installing script tool in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/installing-script-tool/m-p/872515#M5261</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AddToolbox is not what I need... It adds toolbox into a script. I want to add script into ArcGIS Pro project programmatically, not via ArcGIS Pro UI. So I need programmatic way of this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" height="299" src="https://community.esri.com/legacyfs/online/405674_pastedImage_1.png" width="280" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After clicking on Script menu item the dialog will be shown to specify script metadata:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" height="296" src="https://community.esri.com/legacyfs/online/405675_pastedImage_2.png" width="592" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I call some method on&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/sdk/api-reference/index.html#topic15850.html"&gt;IProjectItem&lt;/A&gt; which represents Toolboxes element in catalog that will add my Python script along with all needed metadata?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 May 2018 20:24:59 GMT</pubDate>
    <dc:creator>MaxMax2</dc:creator>
    <dc:date>2018-05-03T20:24:59Z</dc:date>
    <item>
      <title>Installing script tool</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/installing-script-tool/m-p/872513#M5259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to install custom script tool into ArcGIS Pro? Ideally I want to be able to add my own toolbox with GP tool to the list of system toolboxes. As I know there is no way to create custom geoprocessing tool. But we can create script tool within a project via ArcGIS Pro. But what if I have python script and want to create installer for my product which will install this script (or toolbox)? Or at least...can a script tool be added into a project programmatically?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2018 19:19:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/installing-script-tool/m-p/872513#M5259</guid>
      <dc:creator>MaxMax2</dc:creator>
      <dc:date>2018-05-03T19:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Installing script tool</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/installing-script-tool/m-p/872514#M5260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't add to the system tools, you can AddToolbox&lt;/P&gt;&lt;P&gt;&lt;A href="http://pro.arcgis.com/en/pro-app/arcpy/functions/addtoolbox.htm"&gt;http://pro.arcgis.com/en/pro-app/arcpy/functions/addtoolbox.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and you can use a default toolbox once created&lt;/P&gt;&lt;P&gt;&lt;A href="http://pro.arcgis.com/en/pro-app/get-started/general-options.htm"&gt;http://pro.arcgis.com/en/pro-app/get-started/general-options.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2018 19:32:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/installing-script-tool/m-p/872514#M5260</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-05-03T19:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Installing script tool</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/installing-script-tool/m-p/872515#M5261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AddToolbox is not what I need... It adds toolbox into a script. I want to add script into ArcGIS Pro project programmatically, not via ArcGIS Pro UI. So I need programmatic way of this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" height="299" src="https://community.esri.com/legacyfs/online/405674_pastedImage_1.png" width="280" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After clicking on Script menu item the dialog will be shown to specify script metadata:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" height="296" src="https://community.esri.com/legacyfs/online/405675_pastedImage_2.png" width="592" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I call some method on&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/sdk/api-reference/index.html#topic15850.html"&gt;IProjectItem&lt;/A&gt; which represents Toolboxes element in catalog that will add my Python script along with all needed metadata?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2018 20:24:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/installing-script-tool/m-p/872515#M5261</guid>
      <dc:creator>MaxMax2</dc:creator>
      <dc:date>2018-05-03T20:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Installing script tool</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/installing-script-tool/m-p/872516#M5262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;never seen anything remotely like it with arcpy and python&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2018 20:42:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/installing-script-tool/m-p/872516#M5262</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-05-03T20:42:56Z</dc:date>
    </item>
  </channel>
</rss>

