Skip to content

Commit e5e5dd8

Browse files
committed
build: Fix to support Wix Toolset 3.14 from github windows-latest image
1 parent 1a94369 commit e5e5dd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/windows/glpi-agent-packaging.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# Perl::Dist::Strawberry doesn't detect WiX 3.11 which is installed on windows github images
2626
# Algorithm imported from Perl::Dist::Strawberry::Step::OutputMSM_MSI::_detect_wix_dir
2727
my $wixbin_dir;
28-
for my $v (qw/3.0 3.5 3.6 3.11/) {
28+
for my $v (qw/3.14 3.11 3.6 3.5 3.0/) {
2929
my $WIX_REGISTRY_KEY = "HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows Installer XML/$v";
3030
# 0x200 = KEY_WOW64_32KEY
3131
my $r = Win32::TieRegistry->new($WIX_REGISTRY_KEY => { Access => KEY_READ|0x200, Delimiter => q{/} });

0 commit comments

Comments
 (0)