Skip to content

Commit f9d3ea8

Browse files
committed
Undo changes in setup.iss
1 parent 6f5dbb6 commit f9d3ea8

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

bin/installer/setup.iss

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
; Script generated by the Inno Setup Script Wizard.
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

4-
#define MyAppName "Indetectables Toolkit Lite"
4+
#define MyAppName "Indetectables Toolkit"
55
#define MyAppVersion "2022.10"
66
#define MyAppPublisher "Indetectables"
77
#define MyAppURL "https://www.indetectables.net/"
88
#define MyAppToolsFolder "{app}\toolkit"
99
#define MyAppBinsFolder "{app}\bin"
1010
#define MyAppToolsIconsFolder "{app}\assets\icons"
11-
#define MySrcDir "D:\code\indetectables\toolkit"
12-
#define MyOutputDir "D:\code\indetectables"
11+
#define MySrcDir "C:\code\toolkit"
12+
#define MyOutputDir "C:\code"
1313

1414
[Setup]
1515
AppId={{1FF89DD9-2D8E-4959-B670-2344285F456B}
@@ -25,7 +25,7 @@ DefaultDirName={autopf}\{#MyAppName}
2525
DefaultGroupName={#MyAppName}
2626
PrivilegesRequired=admin
2727
;PrivilegesRequiredOverridesAllowed=dialog
28-
OutputBaseFilename=Toolkit_{#MyAppVersion}_Setup_lite
28+
OutputBaseFilename=Toolkit_{#MyAppVersion}_Setup
2929
Compression=lzma2/max
3030
SolidCompression=yes
3131
WizardStyle=modern
@@ -60,6 +60,10 @@ Name: "hexeditor"; Description: "Hex editors"; Types: full;
6060
Name: "monitor"; Description: "Monitor tools"; Types: full;
6161
#include "sections\monitor.iss"
6262

63+
[Components]
64+
Name: "nfomaker"; Description: "NFOMaker"; Types: full;
65+
#include "sections\nfomaker.iss"
66+
6367
[Components]
6468
Name: "other"; Description: "Other tools"; Types: full;
6569
#include "sections\other.iss"
@@ -68,6 +72,10 @@ Name: "other"; Description: "Other tools"; Types: full;
6872
Name: "patcher"; Description: "Patcher"; Types: full;
6973
#include "sections\patcher.iss"
7074

75+
[Components]
76+
Name: "rootkitsdetector"; Description: "Rootkits Detector"; Types: full;
77+
#include "sections\rootkits-detector.iss"
78+
7179
[Components]
7280
Name: "unpacking"; Description: "UnPacking"; Types: full;
7381
#include "sections\unpacking.iss"

0 commit comments

Comments
 (0)