@@ -118,6 +118,7 @@ Name: plugins\dotnettools; Description: {cm:comp_DotNetTools};
118
118
Name : plugins\extendednotifications; Description : {cm:comp_ExtendedNotifications}; Types : full custom ; Flags : disablenouninstallwarning
119
119
Name : plugins\extendedservices; Description : {cm:comp_ExtendedServices}; Types : full custom ; Flags : disablenouninstallwarning
120
120
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
121
122
Name : plugins\hardwaredevices; Description : {cm:comp_HardwareDevices}; Types : full custom ; Flags : disablenouninstallwarning
122
123
Name : plugins\networktools; Description : {cm:comp_NetworkTools}; Types : full custom ; Flags : disablenouninstallwarning
123
124
Name : plugins\onlinechecks; Description : {cm:comp_OnlineChecks}; Types : full custom ; Flags : disablenouninstallwarning
@@ -175,6 +176,8 @@ Source: ..\..\bin\Release32\plugins\ExtendedServices.dll; DestDir: {app}
175
176
Source : ..\..\bin\Release64\plugins\ExtendedServices.dll; DestDir : {app} \plugins; Components : plugins\extendedservices; Flags : ignoreversion ; Check : Is64BitInstallMode()
176
177
Source : ..\..\bin\Release32\plugins\ExtendedTools.dll; DestDir : {app} \plugins; Components : plugins\extendedtools; Flags : ignoreversion ; Check : not Is64BitInstallMode()
177
178
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()
178
181
Source : ..\..\bin\Release32\plugins\HardwareDevices.dll; DestDir : {app} \plugins; Components : plugins\hardwaredevices; Flags : ignoreversion ; Check : not Is64BitInstallMode()
179
182
Source : ..\..\bin\Release64\plugins\HardwareDevices.dll; DestDir : {app} \plugins; Components : plugins\hardwaredevices; Flags : ignoreversion ; Check : Is64BitInstallMode()
180
183
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
224
227
Type : files ; Name : {app} \plugins\ExtendedNotifications.dll; Check : not IsComponentSelected(' plugins\extendednotifications' ) and IsUpgrade()
225
228
Type : files ; Name : {app} \plugins\ExtendedServices.dll; Check : not IsComponentSelected(' plugins\extendedservices' ) and IsUpgrade()
226
229
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()
227
231
Type : files ; Name : {app} \plugins\HardwareDevices.dll; Check : not IsComponentSelected(' plugins\hardwaredevices' ) and IsUpgrade()
228
232
Type : files ; Name : {app} \plugins\NetAdapters.dll; Check : IsUpgrade()
229
233
Type : files ; Name : {app} \plugins\NetworkTools.dll; Check : not IsComponentSelected(' plugins\networktools' ) and IsUpgrade()
0 commit comments