This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: How to access HKEY_LOCAL_MACHINE\Software\ on Windows Vista
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 04, 2008
02:26 AM
How to access HKEY_LOCAL_MACHINE\Software\ on Windows Vista
My installer installs few third party application on Windows platform.My installer creates one subkey in HKEY_LOCAL_MACHINE\Software\ and puts some values under a subkey in HKEY_LOCAL_MACHINE\Software\.
It used to work fine on Windows XP/2000.
But on Windows Vista it denies the access with error message re. "access denied". So I am not able to access HKLM.
its really bugging...
Please help in this problem and led me to a solution.
It used to work fine on Windows XP/2000.
But on Windows Vista it denies the access with error message re. "access denied". So I am not able to access HKLM.
its really bugging...
Please help in this problem and led me to a solution.
4 Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 05, 2008
11:45 PM
Sounds like you do not have admin access when running the installation. Try right clicking on the installation and select 'Run as Administrator'.
If that works, one option is to set the Required Execution Level of the bootstrap of your setup. You can set this in InstallShield in the releases view.
Technically MSI based setups should not need to set this. However I do not have enough details about your setup to comment further.
If that works, one option is to set the Required Execution Level of the bootstrap of your setup. You can set this in InstallShield in the releases view.
Technically MSI based setups should not need to set this. However I do not have enough details about your setup to comment further.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 14, 2008
12:40 AM
thanks for reply..I am able to create subkey as administrator..but any Standard User or any user of admin group is not able to create that subkey...
What will I hav to do??
One very severe problem is that I am getting one UAC prompt for each application(i.e setup.exe)..which is all together 8 UAC prompts..Its not accepted by our userd...Please guide me how can I suppress allUAC and just show Only one UAC for all application(installer+8 application)...I read in an article that windows installer 4.5 can install multiple packages with single UAC prompt by using digital signed certificate...How can I do that in Windows installer 4.5..Is there any other way to do so...???
Thanks for Help
What will I hav to do??
One very severe problem is that I am getting one UAC prompt for each application(i.e setup.exe)..which is all together 8 UAC prompts..Its not accepted by our userd...Please guide me how can I suppress allUAC and just show Only one UAC for all application(installer+8 application)...I read in an article that windows installer 4.5 can install multiple packages with single UAC prompt by using digital signed certificate...How can I do that in Windows installer 4.5..Is there any other way to do so...???
Thanks for Help
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 14, 2008
09:35 AM
What are you using to launch your 8 applications? You need to launch them from an elevated process to avoid the 8 UAC prompts.
Standard Users (on Vista) need to be elevated to write to the keys you are trying to write to. Standard Users in the admin group, by default, have split tokens. In order for the Standard user to get full admin rights, a UAC prompt is required.
Standard Users (on Vista) need to be elevated to write to the keys you are trying to write to. Standard Users in the admin group, by default, have split tokens. In order for the Standard user to get full admin rights, a UAC prompt is required.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 17, 2008
06:49 AM
I think user of admin group can't set values for a key(or can't create key)..What should i do to elevate this..Can you tell me the exact way to do this..i am begineer for this tool (IS2008 prof. edition)..Please guide me step wise for both problem...
In case of 8 applications I am able to suppress UAC for master installer only..other applications are still showing prompt.
Please help
Thanks
In case of 8 applications I am able to suppress UAC for master installer only..other applications are still showing prompt.
Please help
Thanks
