I have a Custom action (.dll) for InstallInitialize. I want to install my product at a location relative to my other already installed application. Can I change the TARGETDIR. I tried using MsiSetProperty, but msi gave an error ("main class not found") and got hung.
Please help!!