Pass compiler vars to .msi
Posted: Mon Mar 16, 2015 6:17 am
Hi,
we have got created our standard installXY.exe. Due to changes to policies, we now need to run only .msi packages, no mor .exe files.
In every installer, we have at least one compiler variable "debugmode", whick can be set by our developers for testing. Now, it seems that when we start e.g., that the debugmode switch will not be read into the .exe.
Any ideas? Are we doing something wrong? Or can the compiler vars not be passed to the .exe through the .msi?
we have got created our standard installXY.exe. Due to changes to policies, we now need to run only .msi packages, no mor .exe files.
In every installer, we have at least one compiler variable "debugmode", whick can be set by our developers for testing. Now, it seems that when we start e.g.
Code: Select all
c:\temp\installxy.msi debugmode=true
Any ideas? Are we doing something wrong? Or can the compiler vars not be passed to the .exe through the .msi?