our company is using WiX to create our (currently pretty simple) setup. We have a bootstrapper project which installs the .Net 4.0 Framework and runs our MSI package (WiX setup project). We now want to access the filename of the bootstrapper (Setup.exe) during runtime and save it to a file. Just for background: The filename is not fixed and will be changed by our download server frequently, so we have to access it during runtime.
Unfortunately I didn't find any solution to accomplish this with WiX. Can someone help me? Maybe you have some ideas?
Thanks in advance!