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: Silent install Program Files directory selection on 64-bit
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jun 28, 2010
02:57 PM
Silent install Program Files directory selection on 64-bit
Is there any way to specify in an ISS (silent install) file, the proper installation directories for 32- and 64-bit operating systems? Specifically for the answer to SdAskDestPath in the file I want to specify "c:\Program Files\mydir" for 32 bit and "c:\Program Files (x86)\mydir" for 64 bit.
Thanks,
Dave
Thanks,
Dave
1 Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jun 29, 2010
02:13 PM
I think the best approach currently available would be to record two response files, and use a batch file to call the correct one. Alternatively, if you want to enforce the Program Files (x86) directory in your script, you could write script that modified this on a 64-bit machine; then just be sure to record your values on a 32-bit machine.
