Sample solution to create Wix# setup for ExcelDNA Addin with InstallScope (per user/machine setup).
- Build using VS 2017, Paket dependency manager, and WixSharp framework
- Based on CAs in WixInstaller and ExcelDNAWixInstallerLM as git submodules
- Configure wix\SetupInfo.wxi and Program.cs as needed
- Replace the res*.ico,*.bmp, and *.rtf with your own assets
- It has only Install, Repair, Uninstall, and Upgrade (Upgrade is not tested yet)