sproket
29th March 2011, 15:39
I have looked through several threads and have yet to find the answer to the following.
I have multiple instances of a program and each has its own install directory with its own copy of the uninstaller. The installer has a field called "instance name" which is recorded in the registry like this:
HKLM "SOFTWARE\@vendor.name@\@product.name@ @product.version@\installs\$instance"
which works fine. This key contains the root path of the install.
I would like to uninstall the instance of the program that corresponds to the uninstaller that is executed but the Uninstall section does not retain the variable "$instance" that the user entered at install time.
Any ideas?
TIA :confused:
I have multiple instances of a program and each has its own install directory with its own copy of the uninstaller. The installer has a field called "instance name" which is recorded in the registry like this:
HKLM "SOFTWARE\@vendor.name@\@product.name@ @product.version@\installs\$instance"
which works fine. This key contains the root path of the install.
I would like to uninstall the instance of the program that corresponds to the uninstaller that is executed but the Uninstall section does not retain the variable "$instance" that the user entered at install time.
Any ideas?
TIA :confused: