I'm working on a Basic MSI project in InstallShield 2012 Pro.
I'm trying to set the INSTALLDIR
property with the value of a registry key with no success.
I've tried to set the property with the full registry path as per this page, but when running the installation, it's recognized as a network path and fails
I've created a System Search to get the registry value and store it in a property, but when setting
INSTALLDIR
to{MY_REGISTRY_PATH}
, it also fails.
Any ideas/suggestions?
Best regards, Julio