I'm trying to make one single Msi file, for both normal as silend mode.
reading the topic, the answer is clear, it is not possible to use one msi-file for both types of setups.
Searching for an alternative, i came across the option of using command line parameters. The question is simple:
Can I parse a variable to an msi file, and then let the unpacked executable use that variable?
ór
If I set an Public property in the commandline of the msi, like this:
c:\\msifiles\\testsetup.msi MSIMODE="silent"
can I use that property in the executable ?