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
- :
- Minor Upgrade Validation warning
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
‎Dec 05, 2007
09:23 AM
Minor Upgrade Validation warning
hi,
i've create a minor Upgrade and validate it with the Patch & Upgrade validation. The validation gives me the warning VAL0009:
A registry entry has been removed from the component my.dll. This key must be added to the RemoveRegistry table, otherwise it will be orphaned by an upgrade '0|interface\{d685eb07-d54e-4f41-acc2-2ef2bb9f02b7}\typelib|'
so i have create a Entry into the RemoveRegistry table from the new Project:
Root = 0
Key = interface\{d685eb07-d54e-4f41-acc2-2ef2bb9f02b7}\typelib
Name = -
i've rebuild the Project and the validation Warning still reappears:confused:
i've create a minor Upgrade and validate it with the Patch & Upgrade validation. The validation gives me the warning VAL0009:
A registry entry has been removed from the component my.dll. This key must be added to the RemoveRegistry table, otherwise it will be orphaned by an upgrade '0|interface\{d685eb07-d54e-4f41-acc2-2ef2bb9f02b7}\typelib|'
so i have create a Entry into the RemoveRegistry table from the new Project:
Root = 0
Key = interface\{d685eb07-d54e-4f41-acc2-2ef2bb9f02b7}\typelib
Name = -
i've rebuild the Project and the validation Warning still reappears:confused:
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 31, 2008
03:59 AM
I have the same problem.
Did you find a solution?
Did you find a solution?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 08, 2010
12:32 AM
Hi,
I also got a problem when did minor upgrade.
I fixed the problem, here is my solution.
Give value below in registry table:
Root = 0
Key = interface\{d685eb07-d54e-4f41-acc2-2ef2bb9f02b7}
Name = -
add a new one if there is still warning message, replace new GUID for key.
hopefully, this can help you
grace,
I also got a problem when did minor upgrade.
I fixed the problem, here is my solution.
Give value below in registry table:
Root = 0
Key = interface\{d685eb07-d54e-4f41-acc2-2ef2bb9f02b7}
Name = -
add a new one if there is still warning message, replace new GUID for key.
hopefully, this can help you
grace,