# Tuesday, 28 October 2014

Offer Extended Due to Popular Demand!

Offer Ends October 31st!

Use the Code 2014Spooky on the Stylus Studio Online Store (below) at www.stylusstudio.com to get 25% Off your licenses and AUP. Offer valid on new, full, standard priced licenses of Stylus Studio X15 Professional and Enterprise Editions. Annual Upgrade Protection (AUP) can be added to your order at 25% off. AUP allows you to continually get the latest version of Stylus Studio at no additional cost for the next 12 months and AUP can be renewed each year. Discount on AUP only offered when purchased with new license(s).

posted on Tuesday, 28 October 2014 13:03:57 (Eastern Standard Time, UTC-05:00)  #    Comments [0] Trackback
# Wednesday, 17 September 2014


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


posted on Wednesday, 17 September 2014 14:39:07 (Eastern Daylight Time, UTC-04:00)  #    Comments [0] Trackback
# Monday, 04 August 2014

Just a quick note to let you know that we have released a Stylus Studio update (1928d) which bundles the latest Saxon processors.

Here you can find what was fixed

Ivan Pedruzzi
Stylus Studio Team
posted on Monday, 04 August 2014 07:26:51 (Eastern Daylight Time, UTC-04:00)  #    Comments [0] Trackback