When using the IDE itself we can specify parameters for when "running" the built installer.But, there is no way to specify the parameters that we might want to pass to it for "building" the install. I have a script that builds both x64 and x86 and it determines with a command line param. I can compie by command line of course or throgugh batch. But I would like ability to compile in demand the scenario I am interested in from inside the editor. So this needs ability to set command line params for build.
--
You received this message because you are subscribed to the Google Groups "innosetup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to innosetup+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/innosetup/6a32c287-851b-4a12-bffa-f316b9dae0c8n%40googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "innosetup" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/innosetup/OTUwzSHjlrU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to innosetup+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/innosetup/176315723365.7.6471636947133121510.1007335887%40innosetup.nl.
Just put a #define at the top of your script? Either temporarly, or permanently but commented out.