|
next
|
Subject: Stylus Studio Pro x15 unattended install Author: Ivan Pedruzzi Date: 26 Jul 2013 12:25 PM
|
Hi Bob
Starting with Stylus Studio X15 you can use the following instructions:
1)Create a response file running the installer using the following command line. Be careful, there is no space after the f1 argument and, the file path cannot contain special characters like space or _
stylus-studio-professional-15r1.exe -r /f1c:\StylusStudioPro.iss
The command starts the Stylus Studio installer in interactive mode, follow the installation steps, click yes on the license page, choose the destination folder, etc.
When the installation is completed, your actions are captured into
c:\StylusStudioPro.iss
You can now install Stylus Studio on the target machine in silent mode.
Create a simple text file named “X15 XML Professional Suite.key” with the activation key in it.
The procedure needs 3 files: the installer, the response file and the license key file
- stylus-studio-professional-15r1.exe
- StylusStudioPro.iss
- X15 XML Professional Suite.key
To run the installer, use the following command line. Notice that the process returns when the installation is completed. The path to the .iss file can be different has long as there are no special characters.
start /wait stylus-studio-professional-15r1.exe -s /f1c:\StylusStudioPro.iss
After your script has performed the above steps, copy “X15 XML Professional Suite.key” to
c:\ProgramData\Stylus Studio\X15 XML Professional Suite.key
Hope this helps
Ivan Pedruzzi
Stylus Studio Team
|
|
|