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: Install a file at a destination folder at runtime
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
Feb 02, 2009
03:39 AM
Install a file at a destination folder at runtime
Hi,
I am working with InstallShield 2009 Pro with a InstallScript MSI project.
I need to install a file at some folder location, the folder location is determined at run time.
So i need a way of giving path where the file will be installed at runtime.
I am working with InstallShield 2009 Pro with a InstallScript MSI project.
I need to install a file at some folder location, the folder location is determined at run time.
So i need a way of giving path where the file will be installed at runtime.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Feb 02, 2009
01:09 PM
If the file is included in a component, assuming the component's destination is something like [MY_DEST], you could create a set-directory custom action that sets MY_DEST to a specific location on the target system.