I try to use this code:
IISFeature1=Registry.DoesKeyExist(HKEY_LOCAL_MACHI NE, "Software\\Microsoft\\InetStp\\Components\\Default Document").
The problem that I found on Windows Vista is that this line doesn't work.
I tried to use:
lIsAccess=Registry.GetAccess(HKEY_LOCAL_MACHINE, "Software\\Microsoft\\InetStp\\Components\\StaticC ontent",ACCES_READ); but lIsAccess return false. With regedit.exe I can see this key.
I am using Administrator Privileges and I don't understand why I cannot read data from Windows Registry.
I need to read this values from Registry because I want to see if it is possible to install Windows 2005 Server Express (Reporting Services).
Thanks in advance,
Cristy


