WiX Burn: Reading LaunchTarget from Registry
I'm new with WiX, and I'm trying to have my Bootstrapper launch my installed application when it completes. To accomplish this, I'm using <Variable Name="LaunchTarget" Value="path_to_exe"/> However, it is not easy for me to get the path to the executable. The reason for this is because I'm using <Chain> to install some pre-requisites and then an msi that actually installs my exe. So to do this, the msi is writting the path to a known location in the registry, and then the bootstrapper reads it and uses it. The problem is that when the bootstrapper reads the registry, the msi hasn't run yet, so