When Silverlight 2 beta1 was released in early March, I tried to download it and try it. However, the installation error is always prompted during the next installation, which is very depressing. I haven't finished the whole night over the past few days. I find that there are not many people with such errors on the Internet. I guess I am dumb. I was lucky to find the solution in yjinglee's blog. Thank you.
1,
Not installable
It is very likely that the previous Silverlight 1.1 Alpha or Silverlight sdks, you uninstall the old version installed before.
2. An error occurs again when the patch is installed. The system always prompts you to insert an installation disk. After installation, it is still difficult to solve the problem.
In view of the above two installation errors, we had to unmount the installation package. Find the decompressed directory in cmd and install it in the following installation sequence.
1. silverlight.2.0.exe
2. VS90-KB949325.msp (If the second error still occurs when you run this step, enter: msiexec/P VS90-KB949325.msp/L * VX VS90-KB949325.log reinstall = All addlocal = kb949325, kb947520 in cmd)
3. silverlight_sdk.msi
4. vs_silverlighttools_beta1_setup.exe1. silverlight.2.0.exe
2. VS90-KB949325.msp
3. silverlight_sdk.msi
4. vs_silverlighttools_beta1_setup.exe
When installing the fourth file, if you have installed Silverlight 1.0 for vs2008 bata2, you will be reminded to uninstall it during installation. After the installation is complete, you can run it again. we wish you a smooth installation and a start to the Silverlight 2.0 journey.