
Portal User asked a question.
Suite install and unsupported reg value type
I'm getting an "Evaluate registry value condition: unsupported reg value type (0)" at the end of my suite installation. The install parcel appears to install correctly with no errors and is fully functional.
However, the above error leads to an IDS_SUITE_INTERRUPTED error and install completion message which doesn't look good.
I know this is a long shot but has anyone seen this before and if so what could cause it. I'm not sure what registry setting is causing this. Install log attached below.
Many thanks in advance if anyone can help.
Just a shot in the dark...
Did you intend to just check for the existence of a registry key/value? If so, you may want to use the RegistryExists condition instead. Otherwise, try specifying a key/value that contains more common data types, such as DWORD, strings, or multistrings.
The key value "Version" that's being looked for is defined as a REG_SZ in the registry converted to ProductVersion. After install this exists and has the expected value "6.3.1". See below:
Not sure why this is being reported as reg value type (0)
We are currently working on a hotfix to resolve this behavior. We hope to have this fix available in the next week or so.
Waiting for the hotfix with anticipation:)
Many thanks.
1. Make a backup copy of C:\Program Files\InstallShield\2012\Language Independent\i386\SetupSuite.exe.
2. Extract SetupSuite.exe from the attached zip file into the folder referenced in step 1.
3. Rebuild any suite projects that need this fix.
Please let us know if you have any issues.
I've attached 2 logs (in the attached ZIP file), one containing the original registry error and another showing the target exe does not exist error for comparison.
Let me know if I can be of any further help.SuiteInstallError
I've attached an updated zip that contains both the SetupSuite.exe and ISWiBuild.dll. ISWiBuild.dll should be backed up in C:\Program Files\InstallShield\2012\System and then extract to this location from the zip file. Build and test the project again to see if the issues you are seeing are resolved.
Again, please let us know if there are any issues you find.SetupSuiteHotfix