From 22e2da002d8ad18b3d3f1286191f03854939f3c4 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 22 Jul 2019 07:36:21 +0000 Subject: Rewrite installer logic in C Signed-off-by: Jason A. Donenfeld --- installer/installer.wixproj | 76 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 installer/installer.wixproj (limited to 'installer/installer.wixproj') diff --git a/installer/installer.wixproj b/installer/installer.wixproj new file mode 100644 index 0000000..69b40a6 --- /dev/null +++ b/installer/installer.wixproj @@ -0,0 +1,76 @@ + + + + + Release + x64 + {F95A1EBF-1E19-47D4-9D8C-4F0C41B9E3B8} + wintun + Module + false + + + + + + ..\$(WintunPlatform)\$(Configuration)\ + ..\$(WintunPlatform)\$(Configuration)\ + $(ProjectName) + WINTUN_VERSION=$(WintunVersion);$(DefineConstants) + 1006;1086;$(SuppressSpecificWarnings) + 1079;1103;$(LinkerSuppressSpecificWarnings) + ICE30;ICE49;$(SuppressIces) + -b output_dir="$(IntermediateOutputPath.TrimEnd('\'))" $(LinkerAdditionalOptions) + + + true + ..\$(DistributionDir) + $(ProjectName)-$(WintunPlatform)-$(WintunVersionStr) + + + + + + + + + + + + + + + + + + + $(DefineConstants);INSTALLER_LIBRARY_HASH=@(InstallerLibraryHash->Metadata('FileHash'));INSTALLER_LIBRARY_TIME=$([System.IO.File]::GetLastWriteTime('$(IntermediateOutputPath)installer.dll').Ticks) + + + + + + $(TestCertificate) + $(ProductionCertificate) + $(BuildDependsOn);SignTarget + CleanSignTarget;$(CleanDependsOn) + + + + + + + + + -- cgit v1.2.3-59-g8ed1b