enigma
Posts: 89
Joined: Fri Jun 08, 2007 10:12 am

Install assemblies to application folder based on platform

I want my installer to install on both 32 bit and 64 bit platform, as such I have used the mix 32/64 platform option offered by Advanced Installer.

But I can only get assemblies with the same names install to different folder. How can I setup my installer package so that on 32 bit machine, it will install a 32 bit of the assembly and on 64 bit machine, it will install 64 bit of the assembly with the same name?
gigi
Posts: 2103
Joined: Tue Apr 11, 2006 9:55 am
Contact: Website

Re: Install assemblies to application folder based on platform

Hi,

To add the package files depending on the platform use the "Mixed 32/64 Package Organization" wizard. After this go to "Files and Folders" page and select "Properties" on the newly created "32-bit" folder. Select "Install folder content into parent folder" option. Same thing can be achieved manually like described here:
http://www.advancedinstaller.com/user-g ... files.html

Add those files as assemblies in "Assemblies" page:
http://www.advancedinstaller.com/user-g ... blies.html

Regards,
Gigi
Gheorghe Rada
Advanced Installer Team
http://www.advancedinstaller.com/

Return to “Common Problems”