Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WiX: Multiple MSI files?

Is it possible to have one "WiX Installer" project in a solution in Visual Studio, but that one project outputs multiple installer files (either by having multiple .wxs files or multiple <Feature>s or however else)? Perhaps one .wxs file for one .msi file?

like image 543
qJake Avatar asked Apr 02 '26 01:04

qJake


1 Answers

No. 1 .wixproj == 1 .msi, with the exception that you can have multiple localized versions of that one .msi.

like image 184
Bob Arnson Avatar answered Apr 03 '26 18:04

Bob Arnson