<?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: How to deploy an application in version 100.3 in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-deploy-an-application-in-version-100-3/m-p/111550#M1260</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You would need to start by installing the setup project extension&amp;nbsp;&lt;A class="link-titled" href="https://marketplace.visualstudio.com/items?itemName=VisualStudioClient.MicrosoftVisualStudio2015InstallerProjects" title="https://marketplace.visualstudio.com/items?itemName=VisualStudioClient.MicrosoftVisualStudio2015InstallerProjects"&gt;Microsoft Visual Studio 2015 Installer Projects - Visual Studio Marketplace&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At that point I think you would just need to include the ArcGISRuntime100.3 folder in your application folder where the project output is being installed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Aug 2018 12:53:46 GMT</pubDate>
    <dc:creator>JoeHershman</dc:creator>
    <dc:date>2018-08-16T12:53:46Z</dc:date>
    <item>
      <title>How to deploy an application in version 100.3</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-deploy-an-application-in-version-100-3/m-p/111549#M1259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I make an VS 2015 deployment file (msi) who includes the&amp;nbsp;ArcGISRuntime100.3?&lt;/P&gt;&lt;P&gt;I have read this article&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/uwp/guide/deployment.htm" title="https://developers.arcgis.com/net/latest/uwp/guide/deployment.htm"&gt;Deploy your app—ArcGIS Runtime SDK for .NET | ArcGIS for Developers&lt;/A&gt; but I still can not figure it out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2018 12:06:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-deploy-an-application-in-version-100-3/m-p/111549#M1259</guid>
      <dc:creator>OleJuul1</dc:creator>
      <dc:date>2018-08-16T12:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to deploy an application in version 100.3</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-deploy-an-application-in-version-100-3/m-p/111550#M1260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You would need to start by installing the setup project extension&amp;nbsp;&lt;A class="link-titled" href="https://marketplace.visualstudio.com/items?itemName=VisualStudioClient.MicrosoftVisualStudio2015InstallerProjects" title="https://marketplace.visualstudio.com/items?itemName=VisualStudioClient.MicrosoftVisualStudio2015InstallerProjects"&gt;Microsoft Visual Studio 2015 Installer Projects - Visual Studio Marketplace&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At that point I think you would just need to include the ArcGISRuntime100.3 folder in your application folder where the project output is being installed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2018 12:53:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-deploy-an-application-in-version-100-3/m-p/111550#M1260</guid>
      <dc:creator>JoeHershman</dc:creator>
      <dc:date>2018-08-16T12:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to deploy an application in version 100.3</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-deploy-an-application-in-version-100-3/m-p/111551#M1261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have already installed VC2015 Installer Projects but I can not figure out how to add a hole folder to a setup file (I can make my own folder and put items in it). I have made a deployment before for version version 10.2.7 with the use of a&amp;nbsp;Deployment.arcgisruntimemanifest file but it seems that you can not use this any more&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2018 13:35:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-deploy-an-application-in-version-100-3/m-p/111551#M1261</guid>
      <dc:creator>OleJuul1</dc:creator>
      <dc:date>2018-08-16T13:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to deploy an application in version 100.3</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-deploy-an-application-in-version-100-3/m-p/111552#M1262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't need the deployment tool any longer. When you compile your deployment is automatically made to the output folder. So you will need to have the MSI include all the files and folders that's in your \bin\release\ folder (Ie mainly .exe, *.dll and everything below \arcgisruntime100.3\).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Morten&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2018 23:30:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-deploy-an-application-in-version-100-3/m-p/111552#M1262</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2018-08-17T23:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to deploy an application in version 100.3</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-deploy-an-application-in-version-100-3/m-p/111553#M1263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didn't knew how to add a folder + subfolders to the application folder in the msi-setup and then it was just a simple drag &amp;amp; drop from Explorer (you cann't do it though the rigth click menu). Problem solved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2018 07:45:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-deploy-an-application-in-version-100-3/m-p/111553#M1263</guid>
      <dc:creator>OleJuul1</dc:creator>
      <dc:date>2018-08-20T07:45:26Z</dc:date>
    </item>
  </channel>
</rss>

