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
- :
- Self- Registration Error in windows 2008 R2
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
Aug 02, 2011
07:18 AM
Self- Registration Error in windows 2008 R2
Hi All,
We are upgrading our projects form IS6.1 to IS2011, The installer should work in windows 2003 server and also in Windows2008 R2 server.
After creating the installer I am getting self-registration error in Windows 2008. While registering msxml4.dll file in WINSYSDIR. The same build is installing without any error in Windows2003 Server PC.
The error as follows:
Note: Log-in to the PC with Administrator privileged user.
---------------------------
Self-Registration Error
---------------------------
The following files did not self-register or unregister:
1. C:\Windows\SysWOW64\msxml4.dll
Error accessing the OLE registry.
To continue, click OK; otherwise, click Cancel.
---------------------------
OK Cancel
---------------------------
Can somebody suggest me how to resolve the issue ?
Thanks in advance.
Phani Kumar
We are upgrading our projects form IS6.1 to IS2011, The installer should work in windows 2003 server and also in Windows2008 R2 server.
After creating the installer I am getting self-registration error in Windows 2008. While registering msxml4.dll file in WINSYSDIR. The same build is installing without any error in Windows2003 Server PC.
The error as follows:
Note: Log-in to the PC with Administrator privileged user.
---------------------------
Self-Registration Error
---------------------------
The following files did not self-register or unregister:
1. C:\Windows\SysWOW64\msxml4.dll
Error accessing the OLE registry.
To continue, click OK; otherwise, click Cancel.
---------------------------
OK Cancel
---------------------------
Can somebody suggest me how to resolve the issue ?
Thanks in advance.
Phani Kumar
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 02, 2011
11:49 AM
This is typically an issue if the file or registry information (in this case the COM registration information) is protected by Windows. Windows Vista and newer will not allow protected resources to be modified.
As a work around, you can try using regsvr32.exe to register this file. This executable is shimmed by the application compatibility layer on Windows to ignore errors that occur when trying to register files that may be protected.
As a work around, you can try using regsvr32.exe to register this file. This executable is shimmed by the application compatibility layer on Windows to ignore errors that occur when trying to register files that may be protected.