Search code examples
installshieldinstallscript

How to read value of property at uninstallation?


I have created one basic MSI project in InstallShield. I want to achieve one scenario. For this I'm setting one property at the time of installation using installScript function MsiSetProperty(). But I want also read the value of same property at the time of uninstallation. I need the value of property at uninstallation, which is set at the time of installation.

So is there any way to retrieve the value of property at uninstallation, which is set at the time of installation?


Solution

  • I just tried a workaround for this. I'm setting registry value at the time of installation & reading that property at uninstallation and setting a value of it to property.