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.
- Flexera Community
- :
- AdminStudio
- :
- AdminStudio Forum
- :
- 11.5 silent install
Subscribe
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jul 27, 2012
01:38 PM
11.5 silent install
Trying to run the exe installer with the previous standard/supported commandline switches of /s /v"PRODUCTID=xxxxxx-xxx-xxxxxxxxx"
Receive a "setup commandline is invalid" message.
Tried /s only, -s all with same message. The only commandline I could get to work was just setup commandline is AdminStudio115.exe.
Seems the exe installer has change significantly, but I have not found updated docs.
Anyone know anything? I could parse out the 2 msi's, along with the dependencies, but its a bit complicated with both 32/64 bit versions of the MSXML6.
Receive a "setup commandline is invalid" message.
Tried /s only, -s all with same message. The only commandline I could get to work was just setup commandline is AdminStudio115.exe.
Seems the exe installer has change significantly, but I have not found updated docs.
Anyone know anything? I could parse out the 2 msi's, along with the dependencies, but its a bit complicated with both 32/64 bit versions of the MSXML6.
This thread has been automatically locked due to inactivity.
To continue the discussion, please start a new thread.
2 Replies
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jul 30, 2012
07:57 PM
dandirk wrote:
Trying to run the exe installer with the previous standard/supported commandline switches of /s /v"PRODUCTID=xxxxxx-xxx-xxxxxxxxx"
Receive a "setup commandline is invalid" message.
Tried /s only, -s all with same message. The only commandline I could get to work was just setup commandline is AdminStudio115.exe.
Seems the exe installer has change significantly, but I have not found updated docs.
Anyone know anything? I could parse out the 2 msi's, along with the dependencies, but its a bit complicated with both 32/64 bit versions of the MSXML6.
Try:
AdminStudio115.exe /silent PRODUCTID=xxxxxxx-xxx-xxxxxxxxxx
Here's some more info about command line options for Advanced UI / Suite installers:
http://helpnet.flexerasoftware.com/installshield19helplib/helplibrary/SteSetupexeParam.htm
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jul 31, 2012
09:31 AM
Yup that was it, thanks Evan
