Skip to content

Commit 7372736

Browse files
committed
Patch inno setup (ExtraPlugins nightly bug)
1 parent fc664fe commit 7372736

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build/installer/Process_Hacker_installer.iss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ Name: plugins\dotnettools; Description: {cm:comp_DotNetTools};
118118
Name: plugins\extendednotifications; Description: {cm:comp_ExtendedNotifications}; Types: full custom; Flags: disablenouninstallwarning
119119
Name: plugins\extendedservices; Description: {cm:comp_ExtendedServices}; Types: full custom; Flags: disablenouninstallwarning
120120
Name: plugins\extendedtools; Description: {cm:comp_ExtendedTools}; Types: full custom; Flags: disablenouninstallwarning; MinVersion: 6.0
121+
Name: plugins\extraplugins; Description: {cm:comp_ExtraPlugins}; Types: full custom; Flags: disablenouninstallwarning
121122
Name: plugins\hardwaredevices; Description: {cm:comp_HardwareDevices}; Types: full custom; Flags: disablenouninstallwarning
122123
Name: plugins\networktools; Description: {cm:comp_NetworkTools}; Types: full custom; Flags: disablenouninstallwarning
123124
Name: plugins\onlinechecks; Description: {cm:comp_OnlineChecks}; Types: full custom; Flags: disablenouninstallwarning
@@ -175,6 +176,8 @@ Source: ..\..\bin\Release32\plugins\ExtendedServices.dll; DestDir: {app}
175176
Source: ..\..\bin\Release64\plugins\ExtendedServices.dll; DestDir: {app}\plugins; Components: plugins\extendedservices; Flags: ignoreversion; Check: Is64BitInstallMode()
176177
Source: ..\..\bin\Release32\plugins\ExtendedTools.dll; DestDir: {app}\plugins; Components: plugins\extendedtools; Flags: ignoreversion; Check: not Is64BitInstallMode()
177178
Source: ..\..\bin\Release64\plugins\ExtendedTools.dll; DestDir: {app}\plugins; Components: plugins\extendedtools; Flags: ignoreversion; Check: Is64BitInstallMode()
179+
Source: ..\..\bin\Release32\plugins\ExtraPlugins.dll; DestDir: {app}\plugins; Components: plugins\extraplugins; Flags: ignoreversion; Check: not Is64BitInstallMode()
180+
Source: ..\..\bin\Release64\plugins\ExtraPlugins.dll; DestDir: {app}\plugins; Components: plugins\extraplugins; Flags: ignoreversion; Check: Is64BitInstallMode()
178181
Source: ..\..\bin\Release32\plugins\HardwareDevices.dll; DestDir: {app}\plugins; Components: plugins\hardwaredevices; Flags: ignoreversion; Check: not Is64BitInstallMode()
179182
Source: ..\..\bin\Release64\plugins\HardwareDevices.dll; DestDir: {app}\plugins; Components: plugins\hardwaredevices; Flags: ignoreversion; Check: Is64BitInstallMode()
180183
Source: ..\..\bin\Release32\plugins\NetworkTools.dll; DestDir: {app}\plugins; Components: plugins\networktools; Flags: ignoreversion; Check: not Is64BitInstallMode()
@@ -224,6 +227,7 @@ Type: files; Name: {app}\plugins\DotNetTools.dll; Check: not
224227
Type: files; Name: {app}\plugins\ExtendedNotifications.dll; Check: not IsComponentSelected('plugins\extendednotifications') and IsUpgrade()
225228
Type: files; Name: {app}\plugins\ExtendedServices.dll; Check: not IsComponentSelected('plugins\extendedservices') and IsUpgrade()
226229
Type: files; Name: {app}\plugins\ExtendedTools.dll; Check: not IsComponentSelected('plugins\extendedtools') and IsUpgrade()
230+
Type: files; Name: {app}\plugins\ExtraPlugins.dll; Check: not IsComponentSelected('plugins\extraplugins') and IsUpgrade()
227231
Type: files; Name: {app}\plugins\HardwareDevices.dll; Check: not IsComponentSelected('plugins\hardwaredevices') and IsUpgrade()
228232
Type: files; Name: {app}\plugins\NetAdapters.dll; Check: IsUpgrade()
229233
Type: files; Name: {app}\plugins\NetworkTools.dll; Check: not IsComponentSelected('plugins\networktools') and IsUpgrade()

0 commit comments

Comments
 (0)