
norman.lough1.552491846097349E12 asked a question.
Executemode
I've created a basic msi installer. It has a custom action which calls an installscript function. I understand that you can check for EXECUTEMODE to determine whether you are running in 'Test Release' mode (If I'm running in this mode I want to avoid calling a particular function).
http://community.macrovision.com/showthread.php?t=95690&highlight=test+Test+Release+mode
When I try and incorporate EXECUTEMODE in my function I get errors - 'EXECUTEMODE' : undefined identifier. Anyone care to tell me where I'm going wrong/share the right syntax with me?
Thanks