cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
s26f84
Level 3

InstallDir issue

I run a seperate executable at the end of my installer wit hfollowing parameters to it

/S /V"/passive ALLUSERS=1 INSTALLDIR="[INSTALLDIR]""

My installdir has by default following location: \Smith & Smith\TestProject

I get an error as I can not pass in folder name with ampersand in it :(:(

Please let me know how can i pass ampersand?
Labels (1)
0 Kudos
(1) Reply
VasuMadhav
Level 4

Are you executing this through LaunchAppandWait() fucntion? If yes, remove "[]" brackets and double quotes around the INSTALLDIR.
0 Kudos