Github Wix Er

0903

VisualStudioExtension - WiX Toolset Visual Studio Extension (aka: Votive).

  1. Github Wired
  2. Github Wikepedia
Github Wix Er

@@ -0,0 +1,25 @@ + + + + C Custom Action Project + A project for creating an MSI custom action + CustomActionCPP.ico + WiX + Microsoft.Deployment.WindowsInstaller.CustomActionCPP + 2.0 + 80 + 1 + true + CustomAction + true + + + + CustomAction.cpp + CustomAction.def + stdafx.cpp + stdafx.h + targetver.h + + +. @@ -0,0 +1,17 @@ +# pragma once + +# ifndef WINVER // Specifies that the minimum required platform is Windows XP. +# define WINVER 0x0501 // Change this to the appropriate value to target other versions of Windows.

+# endif + +# ifndef WIN32WINNT // Specifies that the minimum required platform is Windows XP. +# define WIN32WINNT 0x0501 // Change this to the appropriate value to target other versions of Windows.

Wizard101

+# endif + +# ifndef WIN32IE // Specifies that the minimum required platform is Internet Explorer 6.0 SP3. +# define WIN32IE 0x0603 // Change this to the appropriate value to target other versions of IE.

+# endif + +# ifndef WIN32MSI // Specifies that the minimum required MSI version is MSI 3.1 +# define WIN32MSI 310 // Change this to the appropriate value to target other versions of MSI. @@ -33,26 +33,36 @@ - + true MSBuild Microsoft WiX v3.x - + true MSBuild Microsoft WiX v3.x - + true MSBuild - WiX Toolset v4 + Microsoft WiX v3.x true MSBuild WiX Toolset v4 + + true + MSBuild + Microsoft WiX v3.x + + + true + MSBuild + WiX Toolset v4 +. @@ -0,0 +1,12 @@ + +

Github Wired

+ + + $(MSBuildProgramFiles32) MSBuild Microsoft WiX v3.x + + + + + + +. @@ -0,0 +1,12 @@ + +

Github Wikepedia

+ + + $(MSBuild::GetRegistryValueFromView('HKEYLOCALMACHINE SOFTWARE WiX Toolset v4', 'InstallFolder', null, RegistryView.Registry32)) + + + + + + + Toggle all file notes.

This entry was posted on 03.09.2019.