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: Regasm failing in VISTA with 2010 premier edition
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Nov 06, 2009
03:35 PM
Regasm failing in VISTA with 2010 premier edition
Trying to register my controls on vista, my custom actions work but fail to register
Error:
RegAsm : error RA0000 : Requested registry access is not allowed.
I even placed a manifest file for regasm in my installer to be placed at
c:\windows\...\v2.05xxx\regasm.exe.manifest
This is the manifest
What else do i need to do?
Error:
RegAsm : error RA0000 : Requested registry access is not allowed.
I even placed a manifest file for regasm in my installer to be placed at
c:\windows\...\v2.05xxx\regasm.exe.manifest
This is the manifest
What else do i need to do?
(2) Replies
‎Nov 06, 2009
04:23 PM
is your installer itself set to require admin rights? If you are registering anything that requires access to the registry you will need to have elevated rights on the entire installer process.
I am assuming something didn't go right with the cut and paste since there are some tags not showing in the sample manifest file you posted.
Also, unless they have fixed this issue, somtimes it is necessary to reboot the machine after a new manifest file is put in place for an assembly, so I am not sure if what you are trying will work.
I am assuming something didn't go right with the cut and paste since there are some tags not showing in the sample manifest file you posted.
Also, unless they have fixed this issue, somtimes it is necessary to reboot the machine after a new manifest file is put in place for an assembly, so I am not sure if what you are trying will work.
‎Nov 06, 2009
08:25 PM
Lurean wrote:
is your installer itself set to require admin rights? If you are registering anything that requires access to the registry you will need to have elevated rights on the entire installer process.
I am assuming something didn't go right with the cut and paste since there are some tags not showing in the sample manifest file you posted.
Also, unless they have fixed this issue, somtimes it is necessary to reboot the machine after a new manifest file is put in place for an assembly, so I am not sure if what you are trying will work.
Lurean: How do I set elevated rights on the entire process in the MSI?