Hi Friedrich,

I need to detect a product that was installed with the old Wise
InstallBuilder product so I can run the uninstall while upgrading the
product.
I've done similar things with old Install Aware installations.
For Install Aware I've used SetupBuilder's Detect Previous Version command
and passed the value from
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Uninstall\OldInstallerName
that the other installer put there.

I'm trying to use the same logic to detect the Wise installer but Detect
Previous Version isn't finding it.
I ran the old installer and looked in the registry to get the string but my
SB script isn't detecting it.

Any thoughts?

Thanks,
Rick