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

Urgent Help! Set Customed Directory

Hi,

I am working on an Installscript MSI project and created a customized folder "MyRoot" in Files and Folders->Destination Computer's Folder. I added couple of files in MyRoot. In the wizard, the users could change to their desired directory. Could anyone tell me how to define/set the MyRoot value in InstallScript? I tried MSISetProperty but these files were never installed under MyRoot directory.

Any comments will be very much appreciated! Thanks ahead!

David
Labels (1)
0 Kudos
(1) Reply
RobertDickau
Flexera Alumni

Perhaps try using a public property (one with an all-capital name: MYROOT instead of MyRoot), and, depending where you're calling the script, try MsiSetTargetPath?

If nothing else, perhaps try creating an MSI log file to check the property values?
0 Kudos