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: InstallDir issue
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
Aug 08, 2011
05:53 PM
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?
/S /V"/passive ALLUSERS=1 INSTALLDIR="[INSTALLDIR]""
My installdir has by default following location:
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?
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 10, 2011
11:41 AM
Are you executing this through LaunchAppandWait() fucntion? If yes, remove "[]" brackets and double quotes around the INSTALLDIR.
