Creating x86 and x64 packages
Hi,
I have a question regarding creating releases for 32-bit and 64-bit systems using a single Wise script. Is there any way using one wise script I can be able to generate releases for 32-bit as well as 64-bit systems? The problem which I am facing right now is that I have created the releases for both but the default directory path does not come correctly while installing the package.
For e.g.:
For 32-bit application on 32-bit OS it should go in to say C:\Program Files\Appln Dir
For 64-bit application on 64-bit OS it should go in to say C:\Program Files\Appln Dir
For 32-bit application on 64-bit OS it should go in to say C:\Program Files (x86)\Appln Dir
I have above examples as features in my single wise script. The INSTALLDIR path changes dynamically even after setting in .MSI script using Set Directory/Set Property method.
Or is it better to have 2 separate scripts for 32-bit and 64-bit OS so that the variables such as INSTALLDIR won't have collisions for 32-bit as well as 64-bit systems?
Thanks,
AK
I have a question regarding creating releases for 32-bit and 64-bit systems using a single Wise script. Is there any way using one wise script I can be able to generate releases for 32-bit as well as 64-bit systems? The problem which I am facing right now is that I have created the releases for both but the default directory path does not come correctly while installing the package.
For e.g.:
For 32-bit application on 32-bit OS it should go in to say C:\Program Files\Appln Dir
For 64-bit application on 64-bit OS it should go in to say C:\Program Files\Appln Dir
For 32-bit application on 64-bit OS it should go in to say C:\Program Files (x86)\Appln Dir
I have above examples as features in my single wise script. The INSTALLDIR path changes dynamically even after setting in .MSI script using Set Directory/Set Property method.
Or is it better to have 2 separate scripts for 32-bit and 64-bit OS so that the variables such as INSTALLDIR won't have collisions for 32-bit as well as 64-bit systems?
Thanks,
AK
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
SandeepPanat
13 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.