cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
maximraven
Level 2

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.
Labels (1)
0 Kudos
(1) Reply
RobertDickau
Flexera Alumni

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.
0 Kudos