简体   繁体   中英

how can i combined the framework and installer in single msi using wix

how can i combined the framework and installer in single msi using wix.

reply me soon

Samir

You cannot actually install your application and the .NET framework from a single MSI. You have to create a bootstrapper to install .NET . However, you could bundle everything in a self-extracting archive that automatically runs the bootstrapper after extraction.

I can't recommend a specific tool because I have not done this myself, but googling self-extracting archive setup.exe gives a numer of leads. Specifically, take a look at this stackoverflow question .

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