We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a94369 commit e5e5dd8Copy full SHA for e5e5dd8
contrib/windows/glpi-agent-packaging.pl
@@ -25,7 +25,7 @@
25
# Perl::Dist::Strawberry doesn't detect WiX 3.11 which is installed on windows github images
26
# Algorithm imported from Perl::Dist::Strawberry::Step::OutputMSM_MSI::_detect_wix_dir
27
my $wixbin_dir;
28
-for my $v (qw/3.0 3.5 3.6 3.11/) {
+for my $v (qw/3.14 3.11 3.6 3.5 3.0/) {
29
my $WIX_REGISTRY_KEY = "HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows Installer XML/$v";
30
# 0x200 = KEY_WOW64_32KEY
31
my $r = Win32::TieRegistry->new($WIX_REGISTRY_KEY => { Access => KEY_READ|0x200, Delimiter => q{/} });
0 commit comments