Hey Schmidt
Is there an issue tracker for RC6? It feels wrong to use this forum as one, but I can't find a better place, so here goes.
I'm using Windows XP Home v2002 SP3. I am logged in as the admin (there is no other user account).
I downloaded and unzipped RC6BaseDlls.zip 6.0.0.4 to F:\repo\nsis\payload\RC6BaseDlls
When I double-click RegisterRC6inPlace.vbs I get the "Run as" dialog, so I select "Current user" and hit OK. A RegSvr32 msgbox pops up:
So I run it again, this time I deselect "Protect my computer and data from unauthorized program activity", and hit OK:
I get the same second msgbox when I run
manually.
When I try RC5 5.0.79 (F:\repo\nsis\payload\vbRC5BaseDlls), both the VBS and the manual method work correctly.
How do I register RC6? Is Windows XP still supported?
Is there an issue tracker for RC6? It feels wrong to use this forum as one, but I can't find a better place, so here goes.
I'm using Windows XP Home v2002 SP3. I am logged in as the admin (there is no other user account).
I downloaded and unzipped RC6BaseDlls.zip 6.0.0.4 to F:\repo\nsis\payload\RC6BaseDlls
When I double-click RegisterRC6inPlace.vbs I get the "Run as" dialog, so I select "Current user" and hit OK. A RegSvr32 msgbox pops up:
Code:
---------------------------
RegSvr32
---------------------------
LoadLibrary("F:\repo\nsis\payload\RC6BaseDlls\RC6.dll") failed - Access is denied.
---------------------------
OK
---------------------------
Code:
---------------------------
RegSvr32
---------------------------
LoadLibrary("F:\repo\nsis\payload\RC6BaseDlls\RC6.dll") failed - The specified procedure could not be found.
---------------------------
OK
---------------------------
Code:
regsvr32 RC6.dll
When I try RC5 5.0.79 (F:\repo\nsis\payload\vbRC5BaseDlls), both the VBS and the manual method work correctly.
How do I register RC6? Is Windows XP still supported?