I have downloaded Nokia Web Runtime Plugins for Visual Studio to develop web-based widget on Symbian device. I have problem to Install WRT on my VSTS 2008 SP1. When install the plugins, I’m always getting message “The setup requires Microsoft Visual Studio 2008 Service Pack 1. Please install Visual Studio 2008 Service Pack 1 and run this setup again”. What’s wrong? I have an instance of Microsoft Visual Studio Team System 2008 Team Suite with the SP1 which is VS90sp1-KB945140-ENU.exe installed.

I have solution from Nokia forum. It is a bug of WRT installer that mistype the installation condition checking. To resolve issue:
- Download the Orca MSI editor.
- Open the WRT plugin MSI with Orca.
- Get the table _VsdLaunchCondition.
- Here is the string for Visual Studion version checking.
- Replace VS2008TS_SP strings (2 times) with VSTS2008TS_SP.
- Save and Close.
- Viola, the installation is working now.