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]
1515AppId = {{1FF89DD9-2D8E-4959 -B670-2344285F456B}
@@ -25,7 +25,7 @@ DefaultDirName={autopf}\{#MyAppName}
2525DefaultGroupName = {#MyAppName }
2626PrivilegesRequired = admin
2727;PrivilegesRequiredOverridesAllowed=dialog
28- OutputBaseFilename = Toolkit_{#MyAppVersion}_Setup_lite
28+ OutputBaseFilename = Toolkit_{#MyAppVersion}_Setup
2929Compression = lzma2 /max
3030SolidCompression = yes
3131WizardStyle = modern
@@ -60,6 +60,10 @@ Name: "hexeditor"; Description: "Hex editors"; Types: full;
6060Name : " 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]
6468Name : " other" ; Description : " Other tools" ; Types : full ;
6569#include " sections\other.iss"
@@ -68,6 +72,10 @@ Name: "other"; Description: "Other tools"; Types: full;
6872Name : " 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]
7280Name : " unpacking" ; Description : " UnPacking" ; Types : full ;
7381#include " sections\unpacking.iss"
0 commit comments