slidonnici
Posts: 4
Joined: Thu Nov 18, 2010 3:24 pm

Different versions of the same filename

Hello,
I need to install in the application folder a dll required by my application. This dll exists in two versions, 32 and 64 bit, but unfortunately the filename is the same for both versions. Even using different features it's not possible to let the installer decide which version to install, as one file replaces the other.
Does anybody know how to accomplish this ?

Thanks
Sergio
octavian.vasilovici
Posts: 51
Joined: Tue Jan 25, 2011 2:43 pm

Re: Different versions of the same filename

Hello Sergio,

In order to install one of two files with the same name in the same folder you can follow this tutorial.
In your case you will need to condition the files based on the type of OS: 32/64bit. The way how to condition your resources based on the Windows version and platform architecture is discussed in our tutorial here.

If you have any other questions, please, don't hesitate to contact us.


Best Regards,
Octavian
_______________________________________________________________________________________________________________________________________________
Octavian Vasilovici
Advanced Installer Team
http://www.advancedinstaller.com/
Octavian Vasilovici - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”