doesn't install on Vista Ultimate? - no registry access
jbrahy
Posts: 2
I'm trying to install the SQL Prompt bundle and when I try I get "Requested registry access is not allowed". This happens when I click on the downloaded file. I even tried granting all permissions to read all in my registry and it still doesn't work.
has anyone else been able to install this on vista? Does redgate test on vista?
wtf?
has anyone else been able to install this on vista? Does redgate test on vista?
wtf?
Comments
Hrm, I've had it work just fine on Vista Ultimate. Try running it as Administrator
Hope that helps.
Thanks,
Bart
Principal Consultant
bartread.com Ltd
http://www.red-gate.com/MessageBoard/vi ... php?t=5266
This detects what version of Management Studio (It works for 2005, 2005 Express and Katmai) you are running and tries to install Prompt. If there was a problem in your installation then this will hopefully sort it out.
Lionel
Red Gate Software
Cheers,
Armin
Red Gate Software
Lionel
Red Gate Software
That's what I am
Regasm : error RA0000
An Error occured while writing registry information into the registry. You need to have administrator permission to execute this command.
Well... I am in the administrator group! This is pretty odd but I understand that this is not a red-gate issue but a microsoft issue.
System.Security.Permissions.RegistryPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
at System.Security.CodeAccessSecurityEngine.Check(Object demand, StackCrawlMark& stackMark, Boolean isPermSet)
at System.Security.CodeAccessPermission.Demand()
at Microsoft.Win32.RegistryKey.CheckSubKeyCreatePermission(String subkeyName)
at Microsoft.Win32.RegistryKey.CreateSubKey(String subkey, RegistryKeyPermissionCheck permissionCheck, RegistrySecurity registrySecurity)
at Microsoft.Win32.RegistryKey.CreateSubKey(String subkey)
at Excel_Functions.MyFunctions.RegisterFunction(Type type)
but might be worth a look.
Alternatively there sounds like there was a similar issue in dotnet 1.0 http://support.microsoft.com/kb/327507 not sure if any of that will help
If you get despirate then you can run
http://www.microsoft.com/technet/sysint ... egmon.mspx
to see what registry keys are being accessed and try and change the permissions by hand.
Sorry for not having any really good sugestions
Red Gate Software