简体   繁体   中英

Is it possible to run a program when an installer starts up?

I'm currently using wix to write an installer. What I need it to do is to run a configuration tool once the installer starts. This tool relies on some DLLs. Is it possible to this? The configuration tool and DLLs will be in the binary table.

Take a look at the CustomAction tag. You will want to use the ExeCommand attribute to specify the exe you want to execute.

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