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 Extras"
5- #define MyAppVersion " 2022.5"
4+ #define MyAppName " Indetectables Toolkit Extras Ghidra"
5+ #define MyAppNameOriginal " Indetectables Toolkit"
6+ #define MyAppVersion " 2022.5.1"
67#define MyAppPublisher " Indetectables"
78#define MyAppURL " https://www.indetectables.net/"
89#define MyAppToolsFolder " {app} \toolkit"
1213#define MyOutputDir " D:\code\indetectables"
1314
1415[Setup]
15- AppId = {{1FF89DD9-2D8E- 4959 -B670-2344285F456B }
16+ AppId = {{3F02E24E-404C-415F-A360-C52C612E5127 }
1617AppName = {#MyAppName }
1718AppVersion = {#MyAppVersion}
1819VersionInfoVersion = {#MyAppVersion}
@@ -21,17 +22,18 @@ AppPublisher={#MyAppPublisher}
2122AppPublisherURL = {#MyAppURL}
2223AppSupportURL = {#MyAppURL}
2324AppUpdatesURL = {#MyAppURL}
24- DefaultDirName = {autopf}\{#MyAppName }
25- DefaultGroupName = {#MyAppName }
25+ DefaultDirName = {autopf}\{#MyAppNameOriginal }
26+ DefaultGroupName = {#MyAppNameOriginal }
2627PrivilegesRequired = admin
2728;PrivilegesRequiredOverridesAllowed=dialog
2829OutputBaseFilename = Toolkit_{#MyAppVersion}_Extras_Ghidra
2930Compression = lzma
3031SolidCompression = yes
3132WizardStyle = modern
3233ArchitecturesInstallIn64BitMode = x64
33- SetupIconFile = " {#MySrcDir}\bin\sendto \toolkit.ico"
34+ SetupIconFile = " {#MySrcDir}\assets\icons \toolkit.ico"
3435OutputDir = {#MyOutputDir}
36+ Uninstallable = no
3537
3638[Languages]
3739Name : " english" ; MessagesFile : " compiler:Default.isl"
@@ -59,8 +61,8 @@ Source: "{#MySrcDir}\bin\auto-config-tools\*"; DestDir: "{#MyAppBinsFolder}\auto
5961Source : " {#MySrcDir}\bin\hstart\*" ; Destdir : " {#MyAppBinsFolder}\hstart\" ; Components : " updater\main" ; Flags : ignoreversion recursesubdirs createallsubdirs ;
6062
6163[Icons]
62- Name : " {group} \{#MyAppName }\Toolkit Updater" ; Filename : " {#MyAppBinsFolder}\updater\updater.exe" ; WorkingDir : " {#MyAppBinsFolder}\updater" ; Components : " updater\main" ;
63- Name : " {userdesktop}\{#MyAppName }\Toolkit Updater" ; Filename : " {#MyAppBinsFolder}\updater\updater.exe" ; WorkingDir : " {#MyAppBinsFolder}\updater" ; Components : " updater\main" ;
64+ Name : " {group} \{#MyAppNameOriginal }\Toolkit Updater" ; Filename : " {#MyAppBinsFolder}\updater\updater.exe" ; WorkingDir : " {#MyAppBinsFolder}\updater" ; Components : " updater\main" ;
65+ Name : " {userdesktop}\{#MyAppNameOriginal }\Toolkit Updater" ; Filename : " {#MyAppBinsFolder}\updater\updater.exe" ; WorkingDir : " {#MyAppBinsFolder}\updater" ; Components : " updater\main" ;
6466
6567; Fix default update config
6668[INI]
@@ -100,5 +102,5 @@ Filename: "{#MyAppBinsFolder}\auto-config-tools\auto-config-tools.exe"; Paramete
100102
101103
102104[Icons]
103- Name : " {group} \{#MyAppName }\Ghidra" ; Filename : " {#MyAppToolsFolder}\Dissasembler\Ghidra\ghidraRun.bat" ; WorkingDir : " {#MyAppToolsFolder}\Dissasembler\Ghidra" ; IconFilename: " {#MyAppToolsIconsFolder}\ghidra.ico"
105+ Name : " {group} \{#MyAppNameOriginal }\Ghidra" ; Filename : " {#MyAppToolsFolder}\Dissasembler\Ghidra\ghidraRun.bat" ; WorkingDir : " {#MyAppToolsFolder}\Dissasembler\Ghidra" ; IconFilename: " {#MyAppToolsIconsFolder}\ghidra.ico"
104106Name : " {#MyAppBinsFolder}\sendto\sendto\Dissasembler\Ghidra" ; Filename : " {#MyAppToolsFolder}\Dissasembler\Ghidra\ghidraRun.bat" ; WorkingDir : " {#MyAppToolsFolder}\Dissasembler\Ghidra" ; IconFilename: " {#MyAppToolsIconsFolder}\ghidra.ico"
0 commit comments