<?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: ArcGISSignAddIn in Build Action generating dialogs in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgissignaddin-in-build-action-generating-dialogs/m-p/1252296#M9355</link>
    <description>&lt;P&gt;Hi anything new here? Esri is again doing its espionage job and stays silent!&lt;/P&gt;&lt;P&gt;In opposite to ESRI, the freaking signing exe does throw dialogs instead of error out messages in /s silent mode.&lt;/P&gt;&lt;P&gt;On top of that when wanting to sign existing file it says the file does not exist and does not sign it with /c and /n switches, if I dont include any switches, it shows Machine Certificates and signs the file no sweat. With /s of course. that is the best cure for you pipeline.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Congrats Esri once again!&lt;/P&gt;</description>
    <pubDate>Fri, 27 Jan 2023 12:49:59 GMT</pubDate>
    <dc:creator>PetrDiviš</dc:creator>
    <dc:date>2023-01-27T12:49:59Z</dc:date>
    <item>
      <title>ArcGISSignAddIn in Build Action generating dialogs</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgissignaddin-in-build-action-generating-dialogs/m-p/821045#M2855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I have been reliably using the steps outlined in the following help doc to sign our ArcGIS Pro Add-Ins with no problems, until recently.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/esri/arcgis-pro-sdk/wiki/ProGuide-Digitally-signed-add-ins-and-configurations"&gt;https://github.com/esri/arcgis-pro-sdk/wiki/ProGuide-Digitally-signed-add-ins-and-configurations&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lately, when attempting to run ArcGISSignAddIn.exe with the parameters suggested, I am getting a failure because a dialog&amp;nbsp;is attempting to display and I am running headless in an Azure DevOps build pipeline. The version of Pro I'm using is 2.3.2, has there been any change in how this tool is working that would explain the behavior? Exception I get is copied below but not super informative as it doesn't display what the dialog was attempting to tell me. I can't pinpoint at exactly which release this stopped working but I see several builds that successfully signed the end of last year on Pro 2.2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unhandled Exception: System.InvalidOperationException: Showing a modal dialog box or form when the application is not running in UserInteractive mode is not a valid operation. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service application.&lt;BR /&gt; at System.Windows.Forms.MessageBox.ShowCore(IWin32Window owner, String text, String caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options, Boolean showHelp)&lt;BR /&gt; at ArcGISSignAddIn.SignAddInHandler.OutputMsg(String msg)&lt;BR /&gt; at ArcGISSignAddIn.SignAddInHandler.CommandLineSignAddIn(String[] args)&lt;BR /&gt; at main(String[] args)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 May 2019 21:23:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgissignaddin-in-build-action-generating-dialogs/m-p/821045#M2855</guid>
      <dc:creator>DanielRouleau</dc:creator>
      <dc:date>2019-05-03T21:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGISSignAddIn in Build Action generating dialogs</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgissignaddin-in-build-action-generating-dialogs/m-p/821046#M2856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;Nothing new has been added to the&amp;nbsp;ArcGISSignAddIn.exe at 2.3.2. I tested using this version of Pro and I was able to sign the add-in.&amp;nbsp; No exception was thrown.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2019 21:18:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgissignaddin-in-build-action-generating-dialogs/m-p/821046#M2856</guid>
      <dc:creator>UmaHarano</dc:creator>
      <dc:date>2019-05-07T21:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGISSignAddIn in Build Action generating dialogs</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgissignaddin-in-build-action-generating-dialogs/m-p/821047#M2857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Uma, I should note, when I run same command on my development desktop, I get a dialog like this presented, which is also new behavior that I hadn't seen before, is this dialog expected? I specified a pfx and password in my commandline and specified /s which I'd have assumed would run everything silently. Nothing with the&amp;nbsp;pfx or cmd-line parameters has changed on our end recently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="arcgissignaddin cmd line dialog" class="image-1 jive-image j-img-original" src="/legacyfs/online/447050_2019-05-08 22_27_26-Window.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2019 04:36:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgissignaddin-in-build-action-generating-dialogs/m-p/821047#M2857</guid>
      <dc:creator>DanielRouleau</dc:creator>
      <dc:date>2019-05-09T04:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGISSignAddIn in Build Action generating dialogs</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgissignaddin-in-build-action-generating-dialogs/m-p/1130664#M7568</link>
      <description>&lt;P&gt;Have you managed to resolve this issue?&lt;BR /&gt;It looks like Fiddler is running.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 00:23:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgissignaddin-in-build-action-generating-dialogs/m-p/1130664#M7568</guid>
      <dc:creator>FredericPoliart_EsriAU</dc:creator>
      <dc:date>2022-01-05T00:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGISSignAddIn in Build Action generating dialogs</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgissignaddin-in-build-action-generating-dialogs/m-p/1252296#M9355</link>
      <description>&lt;P&gt;Hi anything new here? Esri is again doing its espionage job and stays silent!&lt;/P&gt;&lt;P&gt;In opposite to ESRI, the freaking signing exe does throw dialogs instead of error out messages in /s silent mode.&lt;/P&gt;&lt;P&gt;On top of that when wanting to sign existing file it says the file does not exist and does not sign it with /c and /n switches, if I dont include any switches, it shows Machine Certificates and signs the file no sweat. With /s of course. that is the best cure for you pipeline.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Congrats Esri once again!&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2023 12:49:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgissignaddin-in-build-action-generating-dialogs/m-p/1252296#M9355</guid>
      <dc:creator>PetrDiviš</dc:creator>
      <dc:date>2023-01-27T12:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGISSignAddIn in Build Action generating dialogs</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgissignaddin-in-build-action-generating-dialogs/m-p/1347725#M10668</link>
      <description>&lt;P&gt;If you copy the code available at&amp;nbsp;&lt;A href="https://github.com/esri/arcgis-pro-sdk/wiki/ProGuide-Digitally-signed-add-ins-and-configurations" target="_blank"&gt;https://github.com/esri/arcgis-pro-sdk/wiki/ProGuide-Digitally-signed-add-ins-and-configurations&lt;/A&gt;&amp;nbsp;as is, then you get the dialog below. In order to fix it, the new line in the Exec tag needs to be removed so that the command is defined in one single line.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ljlopez_0-1699542473516.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/85507iBF4D916F6F76E254/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ljlopez_0-1699542473516.png" alt="ljlopez_0-1699542473516.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2023 15:14:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgissignaddin-in-build-action-generating-dialogs/m-p/1347725#M10668</guid>
      <dc:creator>ljlopez</dc:creator>
      <dc:date>2023-11-09T15:14:40Z</dc:date>
    </item>
  </channel>
</rss>

