@@ -6,8 +6,12 @@ Name: "other\alldllsdependencies"; Description: "All Dlls Dependencies"; Types:
6
6
Source : " {#MySrcDir}\toolkit\Other\All Dlls Dependencies\*" ; DestDir : " {#MyAppToolsFolder}\Other\All Dlls Dependencies" ; Components : " other\alldllsdependencies" ; Flags : ignoreversion recursesubdirs createallsubdirs ;
7
7
8
8
[Icons]
9
- Name : " {group} \All Dlls Dependencies" ; Filename : " {#MyAppToolsFolder}\Other\All Dlls Dependencies\AllDllDeps32.exe" ; WorkingDir : " {#MyAppToolsFolder}\Other\All Dlls Dependencies" ; Components : " other\alldllsdependencies" ;
10
- Name : " {#MyAppBinsFolder}\sendto\sendto\Other\All Dlls Dependencies" ; Filename : " {#MyAppToolsFolder}\Other\All Dlls Dependencies\AllDllDeps32.exe" ; WorkingDir : " {#MyAppToolsFolder}\Other\All Dlls Dependencies" ; Components : " other\alldllsdependencies" ;
9
+ Name : " {group} \All Dlls Dependencies" ; Filename : " {#MyAppToolsFolder}\Other\All Dlls Dependencies\AllDllDeps32.exe" ; WorkingDir : " {#MyAppToolsFolder}\Other\All Dlls Dependencies" ; Components : " other\alldllsdependencies" ; Check : not Is64BitInstallMode;
10
+ Name : " {#MyAppBinsFolder}\sendto\sendto\Other\All Dlls Dependencies" ; Filename : " {#MyAppToolsFolder}\Other\All Dlls Dependencies\AllDllDeps32.exe" ; WorkingDir : " {#MyAppToolsFolder}\Other\All Dlls Dependencies" ; Components : " other\alldllsdependencies" ; Check : not Is64BitInstallMode;
11
+
12
+ [Icons]
13
+ Name : " {group} \All Dlls Dependencies x64" ; Filename : " {#MyAppToolsFolder}\Other\All Dlls Dependencies\AllDllDeps64.exe" ; WorkingDir : " {#MyAppToolsFolder}\Other\All Dlls Dependencies" ; Components : " other\alldllsdependencies" ; Check : Is64BitInstallMode;
14
+ Name : " {#MyAppBinsFolder}\sendto\sendto\Other\All Dlls Dependencies x64" ; Filename : " {#MyAppToolsFolder}\Other\All Dlls Dependencies\AllDllDeps64.exe" ; WorkingDir : " {#MyAppToolsFolder}\Other\All Dlls Dependencies" ; Components : " other\alldllsdependencies" ; Check : Is64BitInstallMode;
11
15
12
16
13
17
@@ -110,8 +114,8 @@ Name: "other\procdot"; Description: "ProcDOT"; Types: full;
110
114
Source : " {#MySrcDir}\toolkit\Other\ProcDOT\*" ; DestDir : " {#MyAppToolsFolder}\Other\ProcDOT" ; Components : " other\procdot" ; Flags : ignoreversion recursesubdirs createallsubdirs ;
111
115
112
116
[Icons]
113
- Name : " {group} \ProcDOT" ; Filename : " {#MyAppToolsFolder}\Other\ProcDOT\win32\procdot.exe" ; WorkingDir : " {#MyAppToolsFolder}\Other\ProcDOT\win32" ; Components : " other\procdot" ;
114
- Name : " {#MyAppBinsFolder}\sendto\sendto\Other\ProcDOT" ; Filename : " {#MyAppToolsFolder}\Other\ProcDOT\win32\procdot.exe" ; WorkingDir : " {#MyAppToolsFolder}\Other\ProcDOT\win32" ; Components : " other\procdot" ;
117
+ Name : " {group} \ProcDOT" ; Filename : " {#MyAppToolsFolder}\Other\ProcDOT\win32\procdot.exe" ; WorkingDir : " {#MyAppToolsFolder}\Other\ProcDOT\win32" ; Components : " other\procdot" ; Check : not Is64BitInstallMode;
118
+ Name : " {#MyAppBinsFolder}\sendto\sendto\Other\ProcDOT" ; Filename : " {#MyAppToolsFolder}\Other\ProcDOT\win32\procdot.exe" ; WorkingDir : " {#MyAppToolsFolder}\Other\ProcDOT\win32" ; Components : " other\procdot" ; Check : not Is64BitInstallMode;
115
119
116
120
[Icons]
117
121
Name : " {group} \ProcDOT x64" ; Filename : " {#MyAppToolsFolder}\Other\ProcDOT\win64\procdot.exe" ; WorkingDir : " {#MyAppToolsFolder}\Other\ProcDOT\win64" ; Components : " other\procdot" ; Check : Is64BitInstallMode;
0 commit comments