From 47fdb25a01741146df6e1abfdb4c0fe8c51af7f6 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Wed, 24 Apr 2019 14:52:16 +0200 Subject: installer: redesign - 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 --- installer/installer.wixproj | 49 --------------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 installer/installer.wixproj (limited to 'installer/installer.wixproj') diff --git a/installer/installer.wixproj b/installer/installer.wixproj deleted file mode 100644 index 3c0409ab..00000000 --- a/installer/installer.wixproj +++ /dev/null @@ -1,49 +0,0 @@ - - - - Debug - x86 - 3.10 - 6ccfa606-8048-4502-86ea-e88027abfb15 - 2.0 - installer - Package - - - bin\$(Configuration)\ - obj\$(Configuration)\ - Debug - - - bin\$(Configuration)\ - obj\$(Configuration)\ - - - - - - - $(WixExtDir)\WixDifxAppExtension.dll - WixDifxAppExtension - - - - - $(WixExtDir)\difxapp_x64.wixlib - difxapp_x64 - - - - - - - - - \ No newline at end of file -- cgit v1.2.3-59-g8ed1b