I am using the follow code in my app and it works fine in XP however when the app is run on Vista is returns no value, I'm not sure what is wrong...

Code:
Dim MISInstallPath As String = ""
MISInstallPath = My.Computer.Registry.GetValue("HKEY_LOCAL_MACHINE\Software\MyCompany\MySoftware", "Path", Nothing)
Thanks

Simon