<?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 Deployment package for 32 bits AND 64 bits with Deployment Builder in ArcGIS Runtime SDK for WPF (Retired) Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/deployment-package-for-32-bits-and-64-bits-with/m-p/155238#M665</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;DEAR PEOPLE FROM THE FUTURE: Here's what we've figured out so far???&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the ArcGIS Runtime Deployment Builder for version 10.1.1 I was able to build a folder for deployments in 32 bits and 64 bits.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in the version for 10.2 is only possible either for 32 bits or 64 bits, not for both.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I want to make a deployment, but i'm not sure the architecture of the client, How could I build a deployment package for my client?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Apr 2014 19:17:39 GMT</pubDate>
    <dc:creator>Cristian_Galindo</dc:creator>
    <dc:date>2014-04-01T19:17:39Z</dc:date>
    <item>
      <title>Deployment package for 32 bits AND 64 bits with Deployment Builder</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/deployment-package-for-32-bits-and-64-bits-with/m-p/155238#M665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;DEAR PEOPLE FROM THE FUTURE: Here's what we've figured out so far???&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the ArcGIS Runtime Deployment Builder for version 10.1.1 I was able to build a folder for deployments in 32 bits and 64 bits.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in the version for 10.2 is only possible either for 32 bits or 64 bits, not for both.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I want to make a deployment, but i'm not sure the architecture of the client, How could I build a deployment package for my client?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 19:17:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/deployment-package-for-32-bits-and-64-bits-with/m-p/155238#M665</guid>
      <dc:creator>Cristian_Galindo</dc:creator>
      <dc:date>2014-04-01T19:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment package for 32 bits AND 64 bits with Deployment Builder</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/deployment-package-for-32-bits-and-64-bits-with/m-p/155239#M666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Based on feedback we from the 10.1.1 release we made the deployment builder 32-bit or 64-bit -only in order to reduce the size of the resulting deployments. We are considering a re-design of the deployment experience for the new .NET SDK and your feedback is appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To create a deployment with both architectures, you could:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#. Create a 32-bit deployment e.g. "x86Deployment"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#. Create a 64-bit deployment e.g. "x64Deployment"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#. Create a new folder e.g. "MultiArchitectureDeployment"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#. Copy the arcgisruntime10.2.2 folder from "x86Deployment" to "MultiArchitectureDeployment".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#. Copy the Client64 and LocalServer64 folders from "x64Deployment\arcgisruntime10.2.2" to "MultiArchitectureDeployment\arcgisruntime10.2.2".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#. The "MultiArchitectureDeployment\arcgisruntime10.2.2" folder will then contain the Client32, Client64, LocalServer32, LocalServer64 and Resources folders.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note the deployment tool can be run via the command line:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"C:\Program Files (x86)\ArcGIS SDKs\WPF10.2.2\tools\DeploymentTool.exe" /c C:\RuntimeConfigurations\MyRuntimeDeployment.config /t C:\RuntimeDeployments&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Therefore process could easily be scripted if you would to construct a workflow. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 08:27:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/deployment-package-for-32-bits-and-64-bits-with/m-p/155239#M666</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2014-04-02T08:27:34Z</dc:date>
    </item>
  </channel>
</rss>

