简体   繁体   中英

I want to trigger a exe and also msi using NSIS in Specific order

I want to create a one click installer using NSIS. i have more than one exe and msi to execute in order. using script how can i line up for... Can NSIS have the option to run the msi files. help me thanks...

The NSIS wiki has a page showing how to embed installers that you should read.

In short: putting the third-party installers in a directory and ExecWait are your friends.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM