cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Essien
Level 4

MsiSetProperty fails in Installscript Project.

Hi,
I have been using Installshield 2008 in that i used "Installscript MSI" project so far, now i m trying to migrate to "Installscript" project in which 'MsiSetProperty' is failing. What is the alternative to set a Destination path for a component.

code that is failing is:
MsiSetProperty( ISMSI_HANDLE , "WORKINGDIR" , g_szWorkingDir);
WORKINGDIR - specified in component's destination

Thanks in advance.
Labels (1)
0 Kudos
(2) Replies
RobertDickau
Flexera Alumni

Right, pure InstallScript doesn't use MSI properties; perhaps see if FeatureSetTarget will do what you want (associate a destination expression with an actual path at run time)...
0 Kudos
Essien
Level 4

Hi,
It's working fine Thank u so much for the help u've offered..
0 Kudos