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
- :
- RegDBSetDefaultRoot throwing unknown 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
Jul 18, 2011
04:04 AM
RegDBSetDefaultRoot throwing unknown error in Windows 2008 R2
Hi All,
I am upgrading Install shield script form IS5 to IS2011.
while installing the build which is built in IS2011 version "RegDBSetDefaultRoot" function returning Unknown Error. The same build is working fine in Windows 2008 R2 (64 bit).
Can anybody help me to solve?
Thanks in advance.
Regards,
Phani
I am upgrading Install shield script form IS5 to IS2011.
while installing the build which is built in IS2011 version "RegDBSetDefaultRoot" function returning Unknown Error. The same build is working fine in Windows 2008 R2 (64 bit).
Can anybody help me to solve?
Thanks in advance.
Regards,
Phani
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jul 18, 2011
04:45 PM
The function RegDBSetDefaultRoot sets an internal variable and then returns a hard coded value of ISERR_SUCCESS, so it would be unlikely that this function is failing.
Can you reproduce this with a sample project? Does this migrated project define a function named RegDBSetDefaultRoot? What are the libraries that are being linked with in the project build settings?
Can you reproduce this with a sample project? Does this migrated project define a function named RegDBSetDefaultRoot? What are the libraries that are being linked with in the project build settings?
