XML Editor
Sign up for a WebBoard account Sign Up Keyword Search Search More Options... Options
Chat Rooms Chat Help Help News News Log in to WebBoard Log in Not Logged in
Show tree view Topic
Topic Page 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 Go to previous topicPrev TopicGo to next topicNext Topic
Postnext
Michael MadsenSubject: Unattended install?
Author: Michael Madsen
Date: 18 Sep 2007 03:40 AM
We have Stylus Studio 2007 XML Enterprise. I am currently creating unattended setups for all our developer tools.

Is it possible to install Stylus Studio unattended?

Postnext
(Deleted User) Subject: Unattended install?
Author: (Deleted User)
Date: 20 Sep 2007 02:22 AM
Hi Michael,
the current installer doesn't support silent installations.

Sorry,
Alberto

Posttop
brandon iSubject: Unattended install?
Author: brandon i
Date: 06 Aug 2014 12:11 PM
Originally Posted: 06 Aug 2014 12:08 PM
Despite it not being supported, it doesn't mean it can't be done.

These are my steps on how to perform an unattended/silent install for Stylus Studio 2007. I hope this helps.

First, run the StylusStudio's setup.exe file. This will extract all of the setup files to the user's %temp% folder and start the InstallShield wizard.

Leave the setup running, and navigate to %temp%. You can sort the files/folders by Date Modified and look for the 3 recently modified folders in that folder (they should all have the same date/time). One folder contains setup.exe and other related files. Copy all of those files to another folder for use (i.e. C:\stylusstudio).

In the folder you just created, open a command prompt window (hold Shift then right-click a blank area in Windows Explorer and click "Open command window here".

You'll first need to record the Setup configuration by running through a setup installation in record mode and output to a .iss file for later use. At the cmd window, type the following:

setup.exe /r /f1"C:\stylusstudio\setup.iss"

This will start the installation normally. Proceed through the steps and define any special configuration settings for all users you want to silently install.

After installation is finished, look in your original C:\stylusstudio folder and you should see a setup.iss file. This holds all info you specified for the installation you just performed. This can now be defined for silent installs using the command line below:

setup.exe /s /f1"C:\stylusstudio\setup.iss"

StylusStudio 2007 will perform a silent installation.

Please note that an absolute path needs to be specified after the f1 parameter (i.e. setup.exe /s /f1"setup.iss" will not work even if the file is in the same folder).

I haven't figured out yet how to automatically activate the software yet using a key, but I am working on it. :)

 
Topic Page 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 Go to previous topicPrev TopicGo to next topicNext Topic
Download A Free Trial of Stylus Studio 6 XML Professional Edition Today! Powered by Stylus Studio, the world's leading XML IDE for XML, XSLT, XQuery, XML Schema, DTD, XPath, WSDL, XHTML, SQL/XML, and XML Mapping!  
go

Log In Options

Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio® and DataDirect XQuery ™are from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2016 All Rights Reserved.