amitp
amitp

Reputation: 283

Problem upgrading Visual Studio 2008 trial to full version

I had installed the trial version of Visual Studio 2008. I decided to uninstall it and install the licensed version I just purchased.

However, no matter what I try, the installation will not change from the trial to using my new license. I have completely removed the Visual Studio, but still it will not upgrade.

What can I do beside reformat my machine? (yeah right, like this is gonna happen)

Upvotes: 2

Views: 7070

Answers (4)

user157793
user157793

Reputation:

  1. Copy the installation files to a folder on the local machine.
  2. Find setup.sdb in the "setup" folder and open with some kind of text editor.
  3. Find the section "Product Key" and enter the valid key remove the "-" between the number sets..
  4. Save the file.

Now here there are 2 options.

  1. run the installation program and it will enter "Maintenance mode" and the upgrade option should be available, except for me it still was not.

  2. Uninstall VS 2008 this will only take the core files (re-installation will be much faster). Restart the computer. Re-install from the local files. This option worked for me. I also checked that the correct Product Key was automatically entered.

My final step was to burn a new disk with the modified setup for the future.

Hope this helps.

Dave

Upvotes: 6

Joel Mueller
Joel Mueller

Reputation: 28765

You don't need to uninstall the trial version. Instead, choose Change/Remove in Add/Remove Programs. When the installer launches in maintenance mode, you'll have an option to change the registration key instead of uninstalling.

Upvotes: 2

Amr Elgarhy
Amr Elgarhy

Reputation: 68922

Also make sure you are removing all its components from Add/Remove programs -control panel.

And after reinstall go to Add/Remove programs, press on change remove and make sure the key is there.

Upvotes: 0

user132748
user132748

Reputation:

I don't have a trial version installed, but you should check under the "Help" menu for an option like "Purchase" or "Register".

Upvotes: 0

Related Questions