Repository :
https://github.com/FarGroup/FarManager
On branch : master
Link :
https://github.com/FarGroup/FarManager/commit/57afa84c57216a1ae3dac4c05bfe83ab5e79aa8f
>---------------------------------------------------------------
commit 57afa84c57216a1ae3dac4c05bfe83ab5e79aa8f
Author: Alex Alabuzhev <
alab...@gmail.com>
Date: Fri May 29 22:47:21 2026 +0100
Update installer (NetBox)
>---------------------------------------------------------------
57afa84c57216a1ae3dac4c05bfe83ab5e79aa8f
misc/msi-installer/features.wxs | 8 +++++++-
misc/msi-installer/files.wxs | 12 +++++++++---
misc/msi-installer/guids_arm64.wxi | 6 +++++-
misc/msi-installer/guids_x64.wxi | 6 +++++-
misc/msi-installer/guids_x86.wxi | 6 +++++-
5 files changed, 31 insertions(+), 7 deletions(-)
diff --git a/misc/msi-installer/features.wxs b/misc/msi-installer/features.wxs
index 9c4e1293f..6125a276b 100644
--- a/misc/msi-installer/features.wxs
+++ b/misc/msi-installer/features.wxs
@@ -829,20 +829,26 @@
<Feature Id="NetBox" Level="1" Title="!(loc.Feature.Title.NetBox)" AllowAdvertise="no" Description="!(loc.Feature.Description.NetBox)">
<ComponentRef Id="NetBox.dll" />
<ComponentRef Id="NetBoxEng.lng" />
+ <ComponentRef Id="NetBox.en.hlf" />
<ComponentRef Id="README.md" />
<ComponentRef Id="LICENSE.txt" />
- <ComponentRef Id="cacert.pem" />
<Feature Id="NetBox.Russian" Level="1" Display="hidden" AllowAdvertise="no">
+ <!--
<ComponentRef Id="
README.RU.md" />
+ -->
<ComponentRef Id="NetBoxRus.lng" />
+ <ComponentRef Id="NetBox.ru.hlf" />
</Feature>
<Feature Id="NetBox.Polish" Level="1" Display="hidden" AllowAdvertise="no">
+ <!--
<ComponentRef Id="
README.PL.md" />
+ -->
<ComponentRef Id="NetBoxPol.lng" />
</Feature>
<Feature Id="NetBox.Spanish" Level="1" Display="hidden" AllowAdvertise="no">
<ComponentRef Id="NetBoxSpa.lng" />
</Feature>
+ <!-- No NetBoxFr.lng yet -->
<Feature Id="NetBox.MapFiles" Level="1" Display="hidden" AllowAdvertise="no">
<ComponentRef Id="NetBox.map" />
</Feature>
diff --git a/misc/msi-installer/files.wxs b/misc/msi-installer/files.wxs
index 11e57554f..648119049 100644
--- a/misc/msi-installer/files.wxs
+++ b/misc/msi-installer/files.wxs
@@ -1340,30 +1340,36 @@
<Component Id="NetBoxEng.lng" Guid="$(var.Guid.NetBoxEng.lng)" Win64="$(var.Win64)">
<File Id="NetBoxEng.lng" KeyPath="yes" Source="$(var.SourceDir)\Plugins\NetBox\NetBoxEng.lng" />
</Component>
+ <Component Id="NetBox.en.hlf" Guid="$(var.Guid.NetBox.en.hlf)" Win64="$(var.Win64)">
+ <File Id="NetBox.en.hlf" KeyPath="yes" Source="$(var.SourceDir)\Plugins\NetBox\NetBox.en.hlf" />
+ </Component>
<Component Id="NetBoxRus.lng" Guid="$(var.Guid.NetBoxRus.lng)" Win64="$(var.Win64)">
<File Id="NetBoxRus.lng" KeyPath="yes" Source="$(var.SourceDir)\Plugins\NetBox\NetBoxRus.lng" />
</Component>
+ <Component Id="NetBox.ru.hlf" Guid="$(var.Guid.NetBox.ru.hlf)" Win64="$(var.Win64)">
+ <File Id="NetBox.ru.hlf" KeyPath="yes" Source="$(var.SourceDir)\Plugins\NetBox\NetBox.ru.hlf" />
+ </Component>
<Component Id="NetBoxPol.lng" Guid="$(var.Guid.NetBoxPol.lng)" Win64="$(var.Win64)">
<File Id="NetBoxPol.lng" KeyPath="yes" Source="$(var.SourceDir)\Plugins\NetBox\NetBoxPol.lng" />
</Component>
<Component Id="NetBoxSpa.lng" Guid="$(var.Guid.NetBoxSpa.lng)" Win64="$(var.Win64)">
<File Id="NetBoxSpa.lng" KeyPath="yes" Source="$(var.SourceDir)\Plugins\NetBox\NetBoxSpa.lng" />
</Component>
+ <!-- No NetBoxFr.lng yet -->
<Component Id="README.md" Guid="$(
var.Guid.README.md)" Win64="$(var.Win64)">
<File Id="README.md" KeyPath="yes" Source="$(var.SourceDir)\Plugins\NetBox\README.md" />
</Component>
+ <!--
<Component Id="
README.RU.md" Guid="$(
var.Guid.README.RU.md)" Win64="$(var.Win64)">
<File Id="
README.RU.md" KeyPath="yes" Source="$(var.SourceDir)\Plugins\NetBox\
README.RU.md" />
</Component>
<Component Id="
README.PL.md" Guid="$(
var.Guid.README.PL.md)" Win64="$(var.Win64)">
<File Id="
README.PL.md" KeyPath="yes" Source="$(var.SourceDir)\Plugins\NetBox\
README.PL.md" />
</Component>
+ -->
<Component Id="LICENSE.txt" Guid="$(var.Guid.LICENSE.txt)" Win64="$(var.Win64)">
<File Id="LICENSE.txt" KeyPath="yes" Source="$(var.SourceDir)\Plugins\NetBox\LICENSE.txt" />
</Component>
- <Component Id="cacert.pem" Guid="$(var.Guid.cacert.pem)" Win64="$(var.Win64)">
- <File Id="cacert.pem" KeyPath="yes" Source="$(var.SourceDir)\Plugins\NetBox\cacert.pem" />
- </Component>
</Directory>
<Directory Id="HlfViewer" Name="HlfViewer">
<Component Id="changelog_12" Guid="$(var.Guid.changelog_12)" Win64="$(var.Win64)">
diff --git a/misc/msi-installer/guids_arm64.wxi b/misc/msi-installer/guids_arm64.wxi
index 68dadeaa6..4f44c11df 100644
--- a/misc/msi-installer/guids_arm64.wxi
+++ b/misc/msi-installer/guids_arm64.wxi
@@ -447,14 +447,18 @@
<?define Guid.NetBox.dll = "6413F266-7377-46C1-8DA5-85B607C3E59D" ?>
<?define Guid.NetBox.map = "A2DDD7FC-F40E-49CE-97D3-A4103774DCA8" ?>
<?define Guid.NetBoxEng.lng = "0558ACA3-2F1C-4BA1-A609-051609CEAE2F" ?>
+<?define Guid.NetBox.en.hlf = "E41CBD09-6FF6-456F-AE48-C9CE0BAC9C99" ?>
<?define Guid.NetBoxRus.lng = "0851299D-F5EA-486B-BCE3-13D0F905969D" ?>
+<?define Guid.NetBox.ru.hlf = "E6DC439C-811E-498A-AFCD-C177A4BA40E3" ?>
<?define Guid.NetBoxPol.lng = "D22D473F-40B1-4229-8B04-A76BA9ED26C6" ?>
<?define Guid.NetBoxSpa.lng = "23BDBF6C-B7DB-40CE-B78E-3DBDDF00E985" ?>
+<!-- No NetBoxFr.lng yet -->
<?define
Guid.README.md = "BFB04CA0-AF91-40CD-BB08-4DBC1959D2A3" ?>
+<!--
<?define
Guid.README.RU.md = "ECFF99EB-BF92-4451-A197-19994A151C9D" ?>
<?define
Guid.README.PL.md = "F9AA48DA-ABB5-4E82-A587-D93A41D8CE2D" ?>
+-->
<?define Guid.LICENSE.txt = "C7F0D52C-CC88-4340-BED1-41247136E096" ?>
-<?define Guid.cacert.pem = "A4909F36-8AC1-4C47-AEC6-3402D474F014" ?>
<?define Guid.changelog_12 = "01DC4D4B-0AD2-4F9E-B050-5DB6740F38FB" ?>
<?define Guid.HlfViewer.dll = "F0800216-7A61-419F-AA9A-241C1F0A1241" ?>
diff --git a/misc/msi-installer/guids_x64.wxi b/misc/msi-installer/guids_x64.wxi
index c01e2f77b..2129ef036 100644
--- a/misc/msi-installer/guids_x64.wxi
+++ b/misc/msi-installer/guids_x64.wxi
@@ -447,14 +447,18 @@
<?define Guid.NetBox.dll = "169B3A95-BDFE-434A-BB3C-DA9A6261C472" ?>
<?define Guid.NetBox.map = "E76DFED7-E146-4189-B6F8-8C87E3C54D5D" ?>
<?define Guid.NetBoxEng.lng = "3220C93B-564C-4244-A290-1011D47732CA" ?>
+<?define Guid.NetBox.en.hlf = "B142E6E4-7D64-461D-849D-FA117A3E2680" ?>
<?define Guid.NetBoxRus.lng = "60DEBD31-D334-4DA1-836C-48869F61ADC1" ?>
+<?define Guid.NetBox.ru.hlf = "59754B6F-BED7-4C07-AD8E-16F53B3F23F1" ?>
<?define Guid.NetBoxPol.lng = "93AF75E4-ADA8-4F06-BCD9-5617A2E59940" ?>
<?define Guid.NetBoxSpa.lng = "E281D5FB-2AB9-47EC-9510-CFC95FA64CE1" ?>
+<!-- No NetBoxFr.lng yet -->
<?define
Guid.README.md = "D1107AA5-233C-4C88-930F-C430B1FCABF8" ?>
+<!--
<?define
Guid.README.RU.md = "24A54023-554D-47E9-976E-E1C46FBAEB6E" ?>
<?define
Guid.README.PL.md = "4AFF41A4-6379-4E74-A727-CD415AD88C09" ?>
+-->
<?define Guid.LICENSE.txt = "81CC76B7-0455-43B8-86CD-A43E83EFF064" ?>
-<?define Guid.cacert.pem = "C12C5D8C-5802-4008-B120-1914B679B20E" ?>
<?define Guid.changelog_12 = "AB53A84B-0106-4720-A3FB-0695B6C65715" ?>
<?define Guid.HlfViewer.dll = "34BEBB3F-3AC1-4C85-ABE3-FB33A7E0D2C3" ?>
diff --git a/misc/msi-installer/guids_x86.wxi b/misc/msi-installer/guids_x86.wxi
index 863af96aa..a7c11bb39 100644
--- a/misc/msi-installer/guids_x86.wxi
+++ b/misc/msi-installer/guids_x86.wxi
@@ -447,14 +447,18 @@
<?define Guid.NetBox.dll = "FABFEBD9-2B9B-40F1-9254-F79334A5EAA0" ?>
<?define Guid.NetBox.map = "5AF83C1F-7884-4FDA-9612-9C81D9A5EFD3" ?>
<?define Guid.NetBoxEng.lng = "84D0F552-3B68-49F7-A5FC-9D0ADE6BDEB1" ?>
+<?define Guid.NetBox.en.hlf = "1834B338-36DB-48EE-A046-7E8342B5E970" ?>
<?define Guid.NetBoxRus.lng = "D3EA7808-4470-4ED4-876B-58ED0D75CD0E" ?>
+<?define Guid.NetBox.ru.hlf = "4B85CBF4-60F2-4FF5-8D11-0C590BDB8AE0" ?>
<?define Guid.NetBoxPol.lng = "F8B2CCAE-4A12-479F-8CC2-B591BFC94A47" ?>
<?define Guid.NetBoxSpa.lng = "691FF7F4-660F-4920-9DAB-8429224A0848" ?>
+<!-- No NetBoxFr.lng yet -->
<?define
Guid.README.md = "5D908D6F-ACB4-4B0E-A102-9A76E47F15C7" ?>
+<!--
<?define
Guid.README.RU.md = "E879951C-FCFC-49DF-8A3B-F0263C42FB7C" ?>
<?define
Guid.README.PL.md = "087C4743-BCB3-4A2B-98CC-9E8E796A306B" ?>
+-->
<?define Guid.LICENSE.txt = "EDD17AEF-E349-4A43-B890-BE65D5B82B9C" ?>
-<?define Guid.cacert.pem = "E1BC374D-4FCA-4F14-8843-EB6E7093CFF8" ?>
<?define Guid.changelog_12 = "63AFBAE0-C8BF-4ACE-B770-E78BBAA8592F" ?>
<?define Guid.HlfViewer.dll = "90698D53-45C4-4A7D-BBC4-033E74FE690C" ?>