<?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: installer for Revit 2015 in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/installer-for-revit-2015/m-p/5004298#M76937</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your question is not completely clear but you seem to be saying that unless you add the merge module for VC++ 2010 to the installer project, &amp;nbsp;you are not able to merge the 64 bit portion of your installer to the 32 bit MSI project? Is this an accurate description of the problem?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If so, this does not make a lot of sense and I think some information is missing. You can use a free tool like dependency walker to determine which module in your app depends on a specific library. But if you are using VS 2013 to create the installer, the dependencies should be automatically referenced. Are there any modules that are linked to at runtime in your project (dynamically)? That would be one reason why VS would not be able to detect library dependency.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I really need more information on the problem to help better.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Gopinath&lt;/P&gt;</description>
    <pubDate>Thu, 01 May 2014 00:52:52 GMT</pubDate>
    <dc:creator>gopinath.taget</dc:creator>
    <dc:date>2014-05-01T00:52:52Z</dc:date>
    <item>
      <title>installer for Revit 2015</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/installer-for-revit-2015/m-p/4988980#M76935</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to create an installer for my Revit addin.&amp;nbsp; I've been creating a single 32 bit .msi installer for years that has worked great on both x86 and x64 systems.&amp;nbsp; Now that I've upgraded to VS2013 InstallShield is used for the installer and it doesn't seem to allow any x64 merge modules in a 32 bit installer package.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I look further in the log file I see that the merge module in question must be "Visual C++ 10.0".&amp;nbsp; I didn't add that as a reference so I'm guessing that it is a dependent of either RevitAPI.dll or RevitAPIUI.dll.&amp;nbsp; Am I on the right track here?&amp;nbsp; Does this mean I now can't create a single unified install program that works for both x86 and x64?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;James LeVieux&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://forums.autodesk.com/t5/forums/postpage/board-id/www.CADdaddy.com"&gt;www.CADdaddy.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="mailto:james@caddaddy.com"&gt;james@CADdaddy.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2014 06:11:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/installer-for-revit-2015/m-p/4988980#M76935</guid>
      <dc:creator>CADdaddy.com</dc:creator>
      <dc:date>2014-04-25T06:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: installer for Revit 2015</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/installer-for-revit-2015/m-p/4993362#M76936</link>
      <description>&lt;P&gt;I've used NSIS &lt;A target="_blank" href="http://nsis.sourceforge.net/&amp;nbsp;for"&gt;http://nsis.sourceforge.net/&amp;nbsp;for&lt;/A&gt; projects in the past. &amp;nbsp;Open-Source and their website has every conceivable example.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm creating my first Revit installer. &amp;nbsp;Do you have a list of all Revit version installation paths?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Randall Toepfer&lt;/P&gt;&lt;P&gt;zydecodigital.com&lt;/P&gt;</description>
      <pubDate>Sat, 26 Apr 2014 16:39:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/installer-for-revit-2015/m-p/4993362#M76936</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-26T16:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: installer for Revit 2015</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/installer-for-revit-2015/m-p/5004298#M76937</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your question is not completely clear but you seem to be saying that unless you add the merge module for VC++ 2010 to the installer project, &amp;nbsp;you are not able to merge the 64 bit portion of your installer to the 32 bit MSI project? Is this an accurate description of the problem?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If so, this does not make a lot of sense and I think some information is missing. You can use a free tool like dependency walker to determine which module in your app depends on a specific library. But if you are using VS 2013 to create the installer, the dependencies should be automatically referenced. Are there any modules that are linked to at runtime in your project (dynamically)? That would be one reason why VS would not be able to detect library dependency.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I really need more information on the problem to help better.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Gopinath&lt;/P&gt;</description>
      <pubDate>Thu, 01 May 2014 00:52:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/installer-for-revit-2015/m-p/5004298#M76937</guid>
      <dc:creator>gopinath.taget</dc:creator>
      <dc:date>2014-05-01T00:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: installer for Revit 2015</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/installer-for-revit-2015/m-p/5015356#M76938</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Gopinath,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Actually it is just the opposite. &amp;nbsp;All my stuff is targeting "any CPU" and the VC++ runtime is &lt;U&gt;preventing&lt;/U&gt; my setup project from building as a 32 bit build. &amp;nbsp;I would love to just get rid of it. &amp;nbsp;I make no (direct) reference to it in my code so by elimination it appears to be required by revitAPI.dll or revitAPIUI.dll or Installshield. &amp;nbsp;The other possibility is that something that I am referencing uses VC++ runtime as a reference and I was never aware of it until I was forced to start using Installshield.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since it is so easy to install a Revit addin I've instead created a Window form project to install and uninstall my addin. &amp;nbsp;So far so good...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2014 17:58:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/installer-for-revit-2015/m-p/5015356#M76938</guid>
      <dc:creator>CADdaddy.com</dc:creator>
      <dc:date>2014-05-06T17:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: installer for Revit 2015</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/installer-for-revit-2015/m-p/5018622#M76939</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, the only way to be sure is by process of elimation and manually check the modules you are referencing with a tool like dependency walker.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Glad you have a working solution though.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Gopinath&lt;/P&gt;</description>
      <pubDate>Thu, 08 May 2014 00:46:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/installer-for-revit-2015/m-p/5018622#M76939</guid>
      <dc:creator>gopinath.taget</dc:creator>
      <dc:date>2014-05-08T00:46:24Z</dc:date>
    </item>
  </channel>
</rss>

