Dark Bit Factory & Gravity

PROGRAMMING => General coding questions => Topic started by: Hotshot on August 07, 2011

Title: Invalid license data. reinsall is required....
Post by: Hotshot on August 07, 2011
Look like I going to have restalled the windows to fixed that  :( as I have been checking out the Visual Basic 2010 Express but it wont let me play it as keep saying "Invalid license data. reinsall is required" as I already restalled to fixed that and now it keep asking me that again...

So frustration!  Me Vs Mircosoft  :boxer: LOL  ;D



Title: Re: Invalid license data. reinsall is required....
Post by: Pot Noodle on August 08, 2011
Sounds like a screwed registry to me I had the same problem a long time ago and this is what I did
Uninstall just the main VB leave all other bits where thy are then from the command prompt paste

reg delete HKCR\Licenses\21B7CDC0-21A6-4fa8-8CE5-F6A6B2B60839 /f
reg delete HKCR\Licenses\2AC5863D-48B9-490c-ACD3-B7723A1FEB9E /f
reg delete HKCR\Licenses\45D0AA33-5564-4a89-BE94-C1972EF4658C /f
reg delete HKCR\Licenses\46D504D7-557F-4C19-A4DD-6605411EF496 /f
reg delete HKCR\Licenses\743A8267-4958-460e-B757-7110EED3D53C /f
reg delete HKCR\Licenses\82198EB8-0FAB-4b2b-98AD-F745A8566EFE /f
reg delete HKCR\Licenses\AEA64E56-7C97-4a1c-8974-4E0BB4E48FCD /f
reg delete HKCR\Licenses\B2825A63-A482-4032-80E6-42C9D2C1A78B /f
reg delete HKCR\Licenses\BA32367F-28F8-4AEA-848D-95AE438B3B9C /f
reg delete HKCR\Licenses\F2E1F428-5B9A-4a69-B1F4-28C3C644168A /f

This then should sort it out no need to reinstall Windows.
Title: Re: Invalid license data. reinsall is required....
Post by: Hotshot on August 08, 2011
I know about MS Dos as I used do that yonk ago and I still remember them(Not sure about the Reg bit). I try do what you put but it seem that cant find the files that I want to delete(i.e.  reg delete HKCR\Licenses\21B7CDC0-21A6-4fa8-8CE5-F6A6B2B60839 /f and so on)

(http://www3.picturepush.com/photo/a/6272046/img/Anonymous/Untitled.png)

What should I do?  ::)

Title: Re: Invalid license data. reinsall is required....
Post by: Pot Noodle on August 10, 2011
What OS are you running?
Title: Re: Invalid license data. reinsall is required....
Post by: Hotshot on August 11, 2011
Window 7 Ultimate :kewl:
Title: Re: Invalid license data. reinsall is required....
Post by: Pot Noodle on August 11, 2011
Hi Hotshot,

Windows 7 still uses the Reg.exe file found in your System32 folder.
So I would check and make sure it is there, if it is there, from the command prompt type
C:\Windows\System32\Reg.exe /? and see what it does.

All so make sure you have full privileges to the registry.

Or try this if you know the registry well
Open Regedit and make a backup of your registry first
Then search for the keys and delete them manually.

Hope this helps.

Title: Re: Invalid license data. reinsall is required....
Post by: Hotshot on August 14, 2011
(http://www3.picturepush.com/photo/a/6313631/img/Anonymous/Untitled.png)

What should i do? :-\
Title: Re: Invalid license data. reinsall is required....
Post by: Pot Noodle on August 14, 2011
Hi mate,
As you have found it, now you can run these.

reg delete HKCR\Licenses\21B7CDC0-21A6-4fa8-8CE5-F6A6B2B60839 /f
reg delete HKCR\Licenses\2AC5863D-48B9-490c-ACD3-B7723A1FEB9E /f
reg delete HKCR\Licenses\45D0AA33-5564-4a89-BE94-C1972EF4658C /f
reg delete HKCR\Licenses\46D504D7-557F-4C19-A4DD-6605411EF496 /f
reg delete HKCR\Licenses\743A8267-4958-460e-B757-7110EED3D53C /f
reg delete HKCR\Licenses\82198EB8-0FAB-4b2b-98AD-F745A8566EFE /f
reg delete HKCR\Licenses\AEA64E56-7C97-4a1c-8974-4E0BB4E48FCD /f
reg delete HKCR\Licenses\B2825A63-A482-4032-80E6-42C9D2C1A78B /f
reg delete HKCR\Licenses\BA32367F-28F8-4AEA-848D-95AE438B3B9C /f
reg delete HKCR\Licenses\F2E1F428-5B9A-4a69-B1F4-28C3C644168A /f

Just copy & Paste them in to your cmd window, all should be well!
Title: Re: Invalid license data. reinsall is required....
Post by: Hotshot on August 14, 2011
(http://www3.picturepush.com/photo/a/6314831/img/Anonymous/eh.png)

eh?  what does this mean? :-\
Title: Re: Invalid license data. reinsall is required....
Post by: Pot Noodle on August 14, 2011
OK First you must open command prompt window.

Then type "cd C:\Windows\System32"

Your command prompt should look like this "c:\windows\system32\"

Then type "reg delete HKCR\Licenses\21B7CDC0-21A6-4fa8-8CE5-F6A6B2B60839 /f" and so on.
Title: Re: Invalid license data. reinsall is required....
Post by: Hotshot on August 14, 2011
(http://www3.picturepush.com/photo/a/6315306/img/Anonymous/oh-noooo.png)

it wont let me delete it :(
Title: Re: Invalid license data. reinsall is required....
Post by: Pot Noodle on August 14, 2011
Did you uninstall Vb first?
Title: Re: Invalid license data. reinsall is required....
Post by: Hotshot on August 16, 2011
Quote
Did you uninstall Vb first?

Yes but it wont let me delete it as I still got the same message above picture that i gave ya :(
Title: Re: Invalid license data. reinsall is required....
Post by: padman on August 16, 2011
Well, if the key isn't there it can't be deleted. If you are on a 64 bit system (if I recall correctly I think you are?) try this instead:


[removed]


( Source: http://blogs.msdn.com/b/astebner/archive/2008/03/14/8208405.aspx )


[EDIT] Okay scratch that, I think it was someone else who got a 64bit Windows.  ::)

Anyway, maybe the license keys are only valid for MS VS2008 and not 2010!?
Title: Re: Invalid license data. reinsall is required....
Post by: Hotshot on August 16, 2011
Mine is 32 bit window 7 at the moment.....

when come to this xmas....I will be upgrading my Laptop :)
Title: Re: Invalid license data. reinsall is required....
Post by: Hotshot on August 17, 2011
I can install Express 2008 and run no problem where Express 2010 wont let me play it....
Title: Re: Invalid license data. reinsall is required....
Post by: combatking0 on August 19, 2011
(http://www3.picturepush.com/photo/a/6315306/img/Anonymous/oh-noooo.png)

it wont let me delete it :(

This may be down to administrative permissions.

Try clicking on the start button, then typing cmd into the "Search programs and files" box, then when the search results return "cmd.exe" in the programs listing, right click on it and choose "Run as administrator".

Then try Pot Noodle's suggestion again. If it doesn't work, I'll look into it further.