Running the proper the exe in Wise package
Hi All,
I created a package using WISE. In my package i created a CA to run *.exe 32 bits application. Now i must include *.exe 64 bits in my package. the MSI package must detect which exe version to run. So what is the best way to add conditions base on the OS, so the proper *.exe runs.
Thank you in advance for your help...
I created a package using WISE. In my package i created a CA to run *.exe 32 bits application. Now i must include *.exe 64 bits in my package. the MSI package must detect which exe version to run. So what is the best way to add conditions base on the OS, so the proper *.exe runs.
Thank you in advance for your help...
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
spartacus
13 years ago
Take a look at the VersionNT64 property, it will only be defined on a 64-bit OS, so you could condition your custom actions for running 32 or 64 bit executables based on this property.
Regards
Spartacus
Regards
Spartacus
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.