aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/installer/installer.wixproj (follow)
Commit message (Collapse)AuthorAgeFilesLines
* installer: redesignSimon Rozman2019-04-241-49/+0
| | | | | | | | | | | | - Switch from installer.wixproj to build.bat file eliminating MSBuild (Visual Studio) from the list of requirements and adding support for x86 packaging. - Reorganize .wxs in a bit more human-friendly way. Maybe. - Switch to Wintun MSMs - MSM files have to be manually injected in .deps folder until officially available. - Start menu shortcut implemented by the book. Signed-off-by: Simon Rozman <simon@rozman.si>
* installer: add basic wix skeletonJason A. Donenfeld2019-03-091-0/+49
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>