How do I build two different installers from the same script in Inno Setup?

后端 未结 2 979
天涯浪人
天涯浪人 2021-01-02 12:39

I want to make a \"standard\" install for external use, but I also want to use the same script and tell it (with a command line param perhaps?) to include another set of fil

2条回答
  •  长发绾君心
    2021-01-02 13:36

    The answer is simple: create two files for each release, but put the common stuff in a third file and #include it in the other two.

    http://rickborup.blogspot.com/2006/09/inno-setup-include-directive.html

提交回复
热议问题