/build/static/layout/Breadcrumb_cap_w.png

Issue in passing parameter to Advanced UI Suite Setup.exe

I'm facing an issue while passing parameter to Suite Setup.exe. If the parameter contains space, then execution will not happen. Eg: Setup.exe /silent INSTALLDIR="C:\My Path" Here Setup.exe is my Suite and suite cotains msi, so I have to pass INSTALLDIR from outside. I dont want to use the Silent Command Line option in Package. I need to pass it from Commandline only. Any help on this will be appreciable. Thanks -RN


0 Comments   [ + ] Show comments

Answers (2)

Posted by: jagadeish 10 years ago
Red Belt
1

 

How about this

"Setup.exe" /s /v"/qb INSTALLDIR=\"C:\My Path\""


Comments:
  • Thanks Jagadeish, But we are not using Basic Project's Setup.exe. Your solution will work for Basic Project.
    We are using Advanced UI Suite Setup.exe which is available in 2012 Spring Premier Edition of Installshield. If you getting any clue on thisplease post the same. - rahuln 10 years ago
Posted by: EdT 9 years ago
Red Belt
0
Command line options should work regardless of which version of Installshield you are using. The inability to pass multiple parameters to your setup.exe file suggests an issue with your project. Perhaps you need to look at the parsing of the command string.  Alternatively, you could edit your MSI to remove all dialogs so that the install is naturally silent.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ