/build/static/layout/Breadcrumb_cap_w.png

Wise Installation Wizard switches?

Does anyone know what switches can be used with the setup.exe for Wise Installation Wizards? I want to automate a shrink wrapped package that uses this (not an MSI based thing!), and I know that /s will run it silently, but the trouble is that the activation code has to be passed in somehow.

Is there a command line option for the activation code or do I have repackage the whole thing into MSI format?

0 Comments   [ + ] Show comments

Answers (2)

Posted by: Bigge 18 years ago
Senior Yellow Belt
0
Som links to solve youre problem:

Instructions for performing unattended / silent installations of many popular application installers
http://unattended.sourceforge.net/installers.php

Wise KB Article #564
INFO: Command Line Parameters
http://www.wise.com/KBArticle.aspx?articleno=564

/Bigge
Posted by: wiseapp 18 years ago
Second Degree Green Belt
0
Hi Bob:

First you need to find out the variable that is storing the license/serial/activation number and then make a txt file that will store this variable along with its correct activation number

for example
values.txt(this should not change)
ACTIVATION=XXXXXX

Come back to your Wise Script and double click on the line where this variable is declared for the first time, this should be somehow like this:

Set Variable ACTIVATION

And once on the details window of the click on option Read variables from Values File

now you all set drag the exe to the run box and type in this command:

c:\setup\setup.exe /M=C:\Setup\values.txt

Now the value will be read from the txt file and shall install the same, do let me know in case the same worked?
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
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