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
- :
- Installing components relative to INSTALLDIR
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
Dec 04, 2007
07:13 AM
Installing components relative to INSTALLDIR
Hi
On basic MSI project
What is the best way to install components relative to the INSTALLDIR ?
For example if the user choose to install the setup under C:\Program Files\Company\TEST\ ( which is now INSTALLDIR )
I want that several components will be installed under the C:\Program Files\Company\ directory.
On basic MSI project
What is the best way to install components relative to the INSTALLDIR ?
For example if the user choose to install the setup under C:\Program Files\Company\TEST\ ( which is now INSTALLDIR )
I want that several components will be installed under the C:\Program Files\Company\ directory.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Dec 04, 2007
12:59 PM
I think you'll need to write a CA that gets the parent directory of INSTALLDIR then use MsiSetTargetPath to modify the directory associated with those components.
