Skip to main content
Home Forums General Silverlight Installation and Setup No project templates in VS2008SP1 and error 1603
3 replies. Latest Post by anthonysaliba on July 11, 2009.
(0)
anthonys...
Member
2 points
3 Posts
07-11-2009 9:28 AM |
Previosuly I had SL2 and i removed it after installing the toolkit for SL3 I cannot see the project templates in VS2008SP1. Even if I go tho VS2008 templates folder there is no silverlight folders.
I also tried to use the Web Platform Installer in fails with error code 1603 the log is as follows:-
DownloadManager Information: 0 : Starting EXE install for product 'Silverlight 3 Tools for Visual Studio'. Commandline is: 'C:\Documents and Settings\Anthony\Local Settings\Application Data\Microsoft\Web Platform Installer\installers\Silverlight3_Tools.exe /q'DownloadManager Information: 0 : Waiting for process: 2860 - C:\Documents and Settings\Anthony\Local Settings\Application Data\Microsoft\Web Platform Installer\installers\Silverlight3_Tools.exeDownloadManager Information: 0 : Install exit code for product 'Silverlight 3 Tools for Visual Studio' is 1603DownloadManager Error: 0 : Install return code for product 'Silverlight 3 Tools for Visual Studio' is FailureDownloadManager Information: 0 : Product Silverlight 3 Tools for Visual Studio done install completedDownloadManager Information: 0 : Increasing current install to 2DownloadManager Information: 0 : Clearing cart
I even reistalled SP1 for VS2008 but could not succeed in getting Silverlight 3 properly installed.
any help is appreciated
ken tucker
All-Star
16276 points
2,479 Posts
07-11-2009 12:42 PM |
Try using the silverlight tools.exe it uninstalled all the programs needed before it installed silverlight 3 on my machine
http://www.microsoft.com/downloads/details.aspx?familyid=9442b0f2-7465-417a-88f3-5e7b5409e9dd&displaylang=en
davidezo...
Contributor
5684 points
872 Posts
07-11-2009 12:48 PM |
Hi,
try to run Visual Studio from a command line using:
devenv.exe /resetskippksg
devenv.exe /setup
07-11-2009 3:17 PM |
I solved the problem by uninstalling any silverlight 3, restarted computer and installed using silverlight3_tools.exe instead of the Silverlight_3_Toolkit_July_2009.msi now everything is running, similar to what Ken suggested, the exe file is not easily seen that is why I went for the MSI in the first place..