How do I create an installer for a custom build of mission planner

Does a .msi installer get built as part of the mission planner build process? If not, how do I create it?

1 Like

Setup Wix toolset https://github.com/wixtoolset/wix3/releases/tag/wix3112rtm
Build a release version of MissionPlanner and Plugins
Build the WIX project from the MissionPlanner solution, it outputs to the msi folder
go to the msi folder
run installer.bat
open create.bat and edit to match your settings and tool locations, delete the section which supposed to copy packages to the distribution servers.
run create.bat

2 Likes