Skip to main content
Home Forums General Silverlight Installation and Setup Automated install/uninstall for Silverlight 2 Tools for VS 2008 SP1 using spinstaller.exe
0 replies. Latest Post by Brennca3344 on June 17, 2009.
(0)
Brennca3344
Member
28 points
5 Posts
06-17-2009 4:57 PM |
I used spinstaller.exe with the available command line options to silently install the Silverlight 2 Tools for VS2008 SP1. I tried the /uninstall switch and it ran successfully, but did not uninstall the SDK or the Silverlight Tools for VS2008 pieces. It did uninstall the Silverlight developer runtime and the KB956453 for Visual Studio 2008 SP1 patch that comes with the installation. Has anyone tried the /uninstall switch? Here is the command I used to do the install:
spinstaller.exe /q /norestart /log "file path"
Here's the command I used for the uninstall:
spinstaller.exe /q /log "file path" /norestart /uninstall
Thanks for any assistance.