I am using AI 2.4.1 with professional license.
I am developing an MSI which creates a TASK in "Task Scheduler" and i want to run this task after completion of installation process.
I don't know

Thanks in advance.
Regards,
Zia
Create a custom action of type "Installed Custom Action" under "InstallExecuteSequence->InstallFinalize" standard action and choose the file you want to execute. Use (Not Installed) as "Execution Condition".How to run Custom Action after completion of installation?
Note that "Scheduled Tasks" feature was introduced beginning with the 4.5 version of Advanced Installer:I am developing an MSI which creates a TASK in "Task Scheduler" and i want to run this task after completion of installation process.