This website uses cookies. By clicking OK, 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: How to redefine INSTALLDIR?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
happyc
Pilgrim
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Mar 14, 2012
01:35 PM
How to redefine INSTALLDIR?
Hi,
I currently have INSTALLDIR set to: \Program Files\ABCD. How to redefine my INSTALLDIR and set it to \Program Files? All installed files will stay in the same locations. All I want is to have INSTALLDIR set to different location.
Thanks!
I currently have INSTALLDIR set to: \Program Files\ABCD. How to redefine my INSTALLDIR and set it to \Program Files? All installed files will stay in the same locations. All I want is to have INSTALLDIR set to different location.
Thanks!
3 Replies
Christopher_Pai
Pilgrim
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Mar 14, 2012
09:51 PM
Re: How to redefine INSTALLDIR?
Redefine at build time or install time?
For build time, take a look at the automation interface. The IswiProject object has an INSTALLDIR property that does very good job of reauthoring the Directory table for you. I'd rather this be a ProductConfiguration setting but it's not.
For Installtime, take a look at Type 51 and Type 35 custom actions scheduled before or after costing respectively.
For build time, take a look at the automation interface. The IswiProject object has an INSTALLDIR property that does very good job of reauthoring the Directory table for you. I'd rather this be a ProductConfiguration setting but it's not.
For Installtime, take a look at Type 51 and Type 35 custom actions scheduled before or after costing respectively.