Skip to content

Commit 25d6597

Browse files
committed
Regenerate installer code
1 parent 0f8d08d commit 25d6597

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

bin/installer/sections/cli.iss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
; Cli programs register/unregister
2-
; [Tasks]
3-
; Name: "envpath"; Description: "Add cli programs routes to env path (need logging in again!)"; Components: "analysis\capa or monitor\hollowshunter or monitor\pesieve or other\floss or other\processdump or other\strings or unpacking\de4dot";
4-
51
[Code]
62
procedure EnvAddPath(Path: string);
73
var
@@ -49,6 +45,10 @@ begin
4945
Log(Format('Error while removing the [%s] from PATH: [%s]', [Path, Paths]));
5046
end;
5147
48+
{
49+
;;;;; autogenerated CurStepChanged() and CurUninstallStepChanged()
50+
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
51+
}
5252
procedure CurStepChanged(CurStep: TSetupStep);
5353
begin
5454
if CurStep = ssPostInstall then

bin/installer/sections/rootkits-detector.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Name: "rootkitsdetector\sysinspector"; Description: "Sysinspector"; Types: full
1919
Source: "{#MySrcDir}\toolkit\Rootkits Detector\Sysinspector\*"; DestDir: "{#MyAppToolsFolder}\Rootkits Detector\Sysinspector"; Components: "rootkitsdetector\sysinspector"; Flags: ignoreversion recursesubdirs createallsubdirs;
2020

2121
[Icons]
22-
Name: "{group}\{#MyAppName}\Sysinspector x64"; Filename: "{#MyAppToolsFolder}\Rootkits Detector\Sysinspector\sysinspector_nt64_esn.exe"; WorkingDir: "{#MyAppToolsFolder}\Rootkits Detector\Sysinspector"; Components: "rootkitsdetector\sysinspector"; Check: Is64BitInstallMode;
23-
Name: "{#MyAppBinsFolder}\sendto\sendto\Rootkits Detector\Sysinspector x64"; Filename: "{#MyAppToolsFolder}\Rootkits Detector\Sysinspector\sysinspector_nt64_esn.exe"; WorkingDir: "{#MyAppToolsFolder}\Rootkits Detector\Sysinspector"; Components: "rootkitsdetector\sysinspector"; Check: Is64BitInstallMode;
22+
Name: "{group}\{#MyAppName}\Sysinspector x64"; Filename: "{#MyAppToolsFolder}\Rootkits Detector\Sysinspector\sysinspector_nt64_enu.exe"; WorkingDir: "{#MyAppToolsFolder}\Rootkits Detector\Sysinspector"; Components: "rootkitsdetector\sysinspector"; Check: Is64BitInstallMode;
23+
Name: "{#MyAppBinsFolder}\sendto\sendto\Rootkits Detector\Sysinspector x64"; Filename: "{#MyAppToolsFolder}\Rootkits Detector\Sysinspector\sysinspector_nt64_enu.exe"; WorkingDir: "{#MyAppToolsFolder}\Rootkits Detector\Sysinspector"; Components: "rootkitsdetector\sysinspector"; Check: Is64BitInstallMode;
2424

2525

2626

0 commit comments

Comments
 (0)