mirror of
https://github.com/indetectables-net/toolkit.git
synced 2025-05-07 11:06:38 +00:00
Undo changes in setup.iss
This commit is contained in:
parent
6f5dbb6563
commit
f9d3ea8ac3
@ -1,15 +1,15 @@
|
||||
; Script generated by the Inno Setup Script Wizard.
|
||||
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
||||
|
||||
#define MyAppName "Indetectables Toolkit Lite"
|
||||
#define MyAppName "Indetectables Toolkit"
|
||||
#define MyAppVersion "2022.10"
|
||||
#define MyAppPublisher "Indetectables"
|
||||
#define MyAppURL "https://www.indetectables.net/"
|
||||
#define MyAppToolsFolder "{app}\toolkit"
|
||||
#define MyAppBinsFolder "{app}\bin"
|
||||
#define MyAppToolsIconsFolder "{app}\assets\icons"
|
||||
#define MySrcDir "D:\code\indetectables\toolkit"
|
||||
#define MyOutputDir "D:\code\indetectables"
|
||||
#define MySrcDir "C:\code\toolkit"
|
||||
#define MyOutputDir "C:\code"
|
||||
|
||||
[Setup]
|
||||
AppId={{1FF89DD9-2D8E-4959-B670-2344285F456B}
|
||||
@ -25,7 +25,7 @@ DefaultDirName={autopf}\{#MyAppName}
|
||||
DefaultGroupName={#MyAppName}
|
||||
PrivilegesRequired=admin
|
||||
;PrivilegesRequiredOverridesAllowed=dialog
|
||||
OutputBaseFilename=Toolkit_{#MyAppVersion}_Setup_lite
|
||||
OutputBaseFilename=Toolkit_{#MyAppVersion}_Setup
|
||||
Compression=lzma2/max
|
||||
SolidCompression=yes
|
||||
WizardStyle=modern
|
||||
@ -60,6 +60,10 @@ Name: "hexeditor"; Description: "Hex editors"; Types: full;
|
||||
Name: "monitor"; Description: "Monitor tools"; Types: full;
|
||||
#include "sections\monitor.iss"
|
||||
|
||||
[Components]
|
||||
Name: "nfomaker"; Description: "NFOMaker"; Types: full;
|
||||
#include "sections\nfomaker.iss"
|
||||
|
||||
[Components]
|
||||
Name: "other"; Description: "Other tools"; Types: full;
|
||||
#include "sections\other.iss"
|
||||
@ -68,6 +72,10 @@ Name: "other"; Description: "Other tools"; Types: full;
|
||||
Name: "patcher"; Description: "Patcher"; Types: full;
|
||||
#include "sections\patcher.iss"
|
||||
|
||||
[Components]
|
||||
Name: "rootkitsdetector"; Description: "Rootkits Detector"; Types: full;
|
||||
#include "sections\rootkits-detector.iss"
|
||||
|
||||
[Components]
|
||||
Name: "unpacking"; Description: "UnPacking"; Types: full;
|
||||
#include "sections\unpacking.iss"
|
||||
|
Loading…
x
Reference in New Issue
Block a user