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
- :
- Using ProgramFilesDir^ for 32bit machines
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
‎Sep 28, 2012
12:55 PM
Using ProgramFilesDir^ for 32bit machines
Currently using a 64bit machine to create the ISMs that are being installed on a 64bit desktop. I need the install files to go to the 32bit program files location instead of the 64bit location.
Only some of the files are correctly going to the righ location while one file is going to th3 64bit location. Before we were using a 32bit machine to create the ISM and it would correctly install on 64bit desktops.
What parameters should I use for it to correctly install?
Also, what parameters would I need to have this install on any desktop i.e. foreign desktops, given the fact that not all program files folders are spelled the same.
Only some of the files are correctly going to the righ location while one file is going to th3 64bit location. Before we were using a 32bit machine to create the ISM and it would correctly install on 64bit desktops.
What parameters should I use for it to correctly install?
Also, what parameters would I need to have this install on any desktop i.e. foreign desktops, given the fact that not all program files folders are spelled the same.
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 01, 2012
02:24 PM
If you want files to go to the 32-bit area, then use the variable
PROGRAMFILES. PROGRAMFILES64 points at the 64-bit area.
See here:
http://helpnet.installshield.com/installshield17helplib/mergedProjects/installshield17langref/LangrefPROGRAMFILES64.htm
Good luck,
Chris
PROGRAMFILES. PROGRAMFILES64 points at the 64-bit area.
See here:
http://helpnet.installshield.com/installshield17helplib/mergedProjects/installshield17langref/LangrefPROGRAMFILES64.htm
Good luck,
Chris
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 04, 2012
01:32 PM
Thanks, still unclear on how to have it autodetect for other languages.