Hi,
i need some help on how i shoud set up my Advanced Installer project for 32bit and 64bit installations.
My requirements are:
1. One Advanced Installer project file
2. Two Builds (via Media Tab). One Installer for the 32bit installation and the other one for the 64bit installation
for our software.
3. The different (32bit/64bit) binaries for the 32bit installation should be stored in a "...\bin" folder and for the 64bit installation in a "...\bin64" folder.
4. The installer package for the 64bit installation should run as a 64 bit process (especially because of some VBScripts, which are searching for specific installation entries in the Windows registry)
5. The 64bit installer shall not be allowed to run on a 32bit machine.
6. Our Software shall be installed in the proper windows program folder
7. Set up different "prerequistites" files for 32bit and 64bit Installations
I tried several setups in my Advanced Installer project but especially the 64bit Installation fails (the installer runs always as 32bit process).
What is the best solution / approach to fullfill my requirements above?
Thank you very much in advanced.