Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1007 Bytes

File metadata and controls

16 lines (12 loc) · 1007 Bytes

ExcelDNAWixSharp

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)