podman/contrib/win-installer
Nicola Sella 2c58af0e6b Use latest version of VS BuildTools
When one or more versions of VS Build tools are installed the script
.\winmake.ps1 installer does not finish with error.

...
Done!
Invoke-Expression: C:\...\podman\contrib\cirrus\win-lib.ps1:101:5
Line |
 101 |      Invoke-Expression $command -OutVariable unformattedLog | Write-Output
     |      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     | Cannot process argument transformation on parameter 'vsinstance'. Cannot convert the "System.Object[]" value of type "System.Object[]" to type
     | "Microsoft.VisualStudio.Setup.Instance".

Signed-off-by: Nicola Sella <nsella@redhat.com>
2024-12-09 12:18:06 +01:00
..
podman-msihooks Add Hyper-V option in windows installer 2024-05-29 12:09:37 +02:00
resources Windows Installer: switch to wix5 2024-07-05 15:28:19 -04:00
README.md Fix windows installer deleting machine provider config file 2024-07-18 16:56:39 +02:00
build-hooks.ps1 Use latest version of VS BuildTools 2024-12-09 12:18:06 +01:00
build.ps1 Visual Studio BuildTools as a MinGW alternative 2024-07-08 17:18:15 +02:00
burn.wxs Windows: don't install WSL/HyperV on update 2024-11-20 13:47:05 +01:00
check.ps1
podman-setup.wixproj Windows Installer: switch to wix5 2024-07-05 15:28:19 -04:00
podman-theme.wxl Add radio buttons to select WSL or Hyper-V in windows setup.exe 2024-09-11 17:36:00 +02:00
podman-theme.xml Add radio buttons to select WSL or Hyper-V in windows setup.exe 2024-09-11 17:36:00 +02:00
podman-ui.wxs Windows Installer: switch to wix5 2024-07-05 15:28:19 -04:00
podman.sln Windows Installer: switch to wix5 2024-07-05 15:28:19 -04:00
podman.wixproj Windows Installer: switch to wix5 2024-07-05 15:28:19 -04:00
podman.wxs Windows: don't install WSL/HyperV on update 2024-11-20 13:47:05 +01:00
process-release.ps1 Windows Installer: switch to wix5 2024-07-05 15:28:19 -04:00
test-installer.ps1 win-installer test: revert to v5.3.0 2024-11-22 17:35:37 +01:00
welcome-install-dlg.wxs Fix inconsistent line ending in win-installer project 2024-11-04 16:56:20 +02:00

README.md

Windows Installer Build

Instructions [have moved here](Build and test the Podman Windows installer](#build-and-test-the-podman-windows-installer)).