Is it possible to accept custom command line parameters with Inno Setup

前端 未结 10 1178
梦谈多话
梦谈多话 2020-12-02 15:33

I am preparing an installer with Inno Setup. But I\'d like to add an additional custom (none of the available parameters) command line parameters and would like to get the v

10条回答
  •  情书的邮戳
    2020-12-02 16:22

    Yes it is possible, you can use the ParamStr function in PascalScript to access all the commandline parameters. The ParamCount function will give you the number of commandline parameters.

    Another possibility is to use GetCmdTail

提交回复
热议问题