Stylus Studio Blog
XML Editor, XSLT Editor, XML Schema Editor
Back to StylusStudio.com >
Wednesday, September 17, 2014
How To Run Stylus Studio Uninstaller in Silent Mode
Last year I wrote a blog post on on how to run Stylus Studio installer in silent mode titled
How to Run Unattended Stylus Studio Install
.
Here I will show you how to run the uninstaller.
First you need to create a response file running the uninstaller, using the following commands which creates the response file at
c:\uninstall1.iss.
It really important to use a path with ASCII letters only.
SET X15_R2_GUID={CE879889-18D1-410C-8FEB-561243541860}
SET UNINSTALL_FOLDER=c:\Program Files (x86)\InstallShield Installation Information\%X15_R2_GUID%
SET UNINSTALL=%UNINSTALL_FOLDER%\Setup.exe
"%UNINSTALL%" -uninstall /r /f1c:\uninstall1.iss
Once the un-installation process is completed you can perform the un-installation in silent mode
SET X15_R2_GUID={CE879889-18D1-410C-8FEB-561243541860}
SET UNINSTALL_FOLDER=c:\Program Files (x86)\InstallShield Installation Information\%
X15_R2_GUID
%
SET UNINSTALL=%UNINSTALL_FOLDER%\Setup.exe
"%UNINSTALL%" -uninstall /s /f1c:\uninstall1.iss
Notice that each Stylus Studio version and edition use a different GUID; these are stored in a hidden folder
c:\Program Files (x86)\InstallShield Installation Information
If you need help to locate your Stylus Studio GUID post a message on the
Stylus Studio Developer Network
Hope this helps
Ivan Pedruzzi
Stylus Studio Team
Installer
posted on Wednesday, September 17, 2014 2:39:07 PM (Eastern Daylight Time, UTC-04:00)
Comments [0]
Trackback
Related posts:
Transferring Licenses Between Machines
How to Run Unattended Stylus Studio Install
Comments are closed.
Page rendered at Saturday, December 7, 2024 6:25:44 PM (Eastern Standard Time, UTC-05:00)
XML Editor
On this page
Archive
April, 2017 (1)
October, 2016 (1)
July, 2016 (1)
May, 2016 (2)
April, 2016 (1)
August, 2015 (2)
July, 2015 (1)
May, 2015 (1)
April, 2015 (1)
March, 2015 (1)
February, 2015 (2)
January, 2015 (1)
December, 2014 (2)
October, 2014 (2)
September, 2014 (1)
August, 2014 (1)
May, 2014 (4)
January, 2014 (2)
December, 2013 (1)
November, 2013 (1)
October, 2013 (1)
August, 2013 (1)
July, 2013 (2)
June, 2013 (1)
May, 2013 (1)
April, 2013 (1)
March, 2013 (2)
February, 2013 (2)
January, 2013 (2)
December, 2012 (4)
November, 2012 (2)
October, 2012 (5)
September, 2012 (2)
August, 2012 (1)
July, 2012 (1)
June, 2012 (1)
March, 2012 (1)
Month View
Categories
Acrobat Reader
Deployment
Installer
Java
License
PDF
Performance
RELAX NG
Scalability
Usability
XML
XML Conversion
XML Editor
XML News
XML Pipeline
XML Schema
XQuery
XSLT
© Copyright 2024 Stylus Studio
Sign In