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: Set INSTALLDIR at Runtime Basic MSI
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 06, 2012
02:18 PM
Set INSTALLDIR at Runtime Basic MSI
Hi Folks,
Another STOOPID question.
How do I set INSTALLDIR at Runtime in a Basic MSI? I've tried in 'General Information' [ProgramFilesFolder]MyCompany\[ProductName] - and that literally installs to C:\Program Files\MyCompany\[ProductName]. I've made a custom action that does the same, and I get the same result - maybe my custom action fires in the wrong place ...
Thanks in advance ...
Another STOOPID question.
How do I set INSTALLDIR at Runtime in a Basic MSI? I've tried in 'General Information' [ProgramFilesFolder]MyCompany\[ProductName] - and that literally installs to C:\Program Files\MyCompany\[ProductName]. I've made a custom action that does the same, and I get the same result - maybe my custom action fires in the wrong place ...
Thanks in advance ...
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jun 06, 2012
04:00 PM
Thanks. I see that I neede to put it CA in the right place in a UI sequence ...