Excel-DNA / WiXInstaller

Template project for a WiX-based installer for an Excel-DNA add-in
MIT License
49 stars 29 forks source link

Excel-DNA - WiXInstaller

This is based on a user-contributed template (thank you very much to Lee Zeitz!) for making a WiX-based installer for an Excel-DNA add-in.

Use this project as a template - fork it and update from there. The Test add-in is just as a sample - the add-in project need not be part of the installer solution.

Version for making a Local Machine installer using Active Setup

Benoit Patra has created a version of the Excel-DNA WiX installer that uses the Active Setup feature in Windows to install for all users. The repository is here: https://github.com/bpatra/ExcelDNAWixInstallerLM and a very detailed write-up here: http://benoitpatra.com/2014/07/26/a-sample-wix-installer-using-the-activesetup-feature/

Any help to merge the installers, making the per-user or per-machine installations an installation option, would be greatly appreciated.