How to add a scheduled task with Inno Setup

后端 未结 2 1704
感动是毒
感动是毒 2020-12-03 07:45

I have a small console application that is installed along my (bigger) application. The setup is created with Inno Setup, which works very nice.

I want Inno Setup to

2条回答
  •  不思量自难忘°
    2020-12-03 08:45

    Simply add the task scheduler command line entries to the [Run] section of your script. The entries in that section are executed after the program is successfully installed.

提交回复
热议问题