I'm writing a basic MSI installer using installshield 2010. A different company would supply a .reg file that the installer would read in runtime and would update the registry accordingly.
I can't figure out how to accomplish this.
I manged to write a script using the Installscript that accomplish this, but when this script is running in Differed execution, I don't know how to get to the source directory where the setup.exe lays (and the .reg file).
MSIGetproperty doesn't work and all I get for SETUPEXEDIR is "".