This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Installscript MSI : 64 bit installer to install in Program Files folder
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
May 21, 2012
05:39 AM
Installscript MSI : 64 bit installer to install in Program Files folder
Hi,
We are creating 64 bit installer with Installscript MSI project. However as the setup.exe is 32 bit and hence on 64 bit machine it is installing in Program Files(x86) folder. We have used following :
ProgramFiles64Folder.
Disable(WOW64FSREDIRECTION);
Use.
We want to install in Program Files folder on 64 bit machine as well. Is there any other setting which we are missing? Please let me know.
Thanks and Regards,
We are creating 64 bit installer with Installscript MSI project. However as the setup.exe is 32 bit and hence on 64 bit machine it is installing in Program Files(x86) folder. We have used following :
ProgramFiles64Folder.
Disable(WOW64FSREDIRECTION);
Use
We want to install in Program Files folder on 64 bit machine as well. Is there any other setting which we are missing? Please let me know.
Thanks and Regards,
(1) Reply