Skip to content

Commit

Permalink
build: Use REMOTE_WORKERS default value set to 1 during MSI installation
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Sep 25, 2023
1 parent 2933203 commit f83286c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/windows/packaging/MSI_main-v2.wxs.tt
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@
<SetProperty Id="DELAYTIME" Action="DELAYTIME_Default" After="AppSearch" Value="3600">NOT DELAYTIME</SetProperty>
<SetProperty Id="NO_COMPRESSION" Action="NO_COMPRESSION_Default" After="AppSearch" Value="0">NOT NO_COMPRESSION</SetProperty>
<SetProperty Id="NO_P2P" Action="NO_P2P_Default" After="AppSearch" Value="0">NOT NO_P2P</SetProperty>
<SetProperty Id="REMOTE_WORKERS" Action="REMOTE_WORKERS_Default" After="AppSearch" Value="1">NOT REMOTE_WORKERS</SetProperty>
<SetProperty Id="HTML" Action="HTML_Default" After="AppSearch" Value="0">NOT HTML</SetProperty>
<SetProperty Id="JSON" Action="JSON_Default" After="AppSearch" Value="0">NOT JSON</SetProperty>
<SetProperty Id="LAZY" Action="LAZY_Default" After="AppSearch" Value="1">NOT LAZY</SetProperty>
Expand Down

0 comments on commit f83286c

Please sign in to comment.