|
@@ -150,6 +150,13 @@ Source: "files\{#islzmadll}"; DestName: "islzma.dll"; DestDir: "{app}"; Flags: i
|
|
|
Source: "files\islzma.dll.issig"; DestDir: "{app}"; Flags: ignoreversion touch
|
|
|
Source: "files\islzma32.exe"; DestDir: "{app}"; Flags: ignoreversion signonce touch
|
|
|
Source: "files\islzma64.exe"; DestDir: "{app}"; Flags: ignoreversion signonce touch
|
|
|
+#ifndef isppdll
|
|
|
+ #define isppdll "ispp.dll"
|
|
|
+#endif
|
|
|
+Source: "files\{#isppdll}"; DestName: "ISPP.dll"; DestDir: "{app}"; Flags: ignoreversion signcheck touch
|
|
|
+Source: "files\ISPP.dll.issig"; DestDir: "{app}"; Flags: ignoreversion touch
|
|
|
+Source: "files\ISPPBuiltins.iss"; DestDir: "{app}"; Flags: ignoreversion touch
|
|
|
+Source: "files\ISSigTool.exe"; DestDir: "{app}"; Flags: ignoreversion signonce touch
|
|
|
Source: "whatsnew.htm"; DestDir: "{app}"; Flags: ignoreversion touch
|
|
|
Source: "Examples\64Bit.iss"; DestDir: "{app}\Examples"; Flags: ignoreversion touch
|
|
|
Source: "Examples\64BitTwoArch.iss"; DestDir: "{app}\Examples"; Flags: ignoreversion touch
|
|
@@ -191,12 +198,6 @@ Source: "Examples\MyDll\C#\MyDll.sln"; DestDir: "{app}\Examples\MyDll\C#"; Flags
|
|
|
Source: "Examples\MyDll\C#\packages.config"; DestDir: "{app}\Examples\MyDll\C#"; Flags: ignoreversion touch
|
|
|
Source: "Examples\MyDll\C#\Properties\AssemblyInfo.cs"; DestDir: "{app}\Examples\MyDll\C#\Properties"; Flags: ignoreversion touch
|
|
|
Source: "Examples\MyDll\Delphi\MyDll.dpr"; DestDir: "{app}\Examples\MyDll\Delphi"; Flags: ignoreversion touch
|
|
|
-#ifndef isppdll
|
|
|
- #define isppdll "ispp.dll"
|
|
|
-#endif
|
|
|
-Source: "files\{#isppdll}"; DestName: "ISPP.dll"; DestDir: "{app}"; Flags: ignoreversion signcheck touch
|
|
|
-Source: "files\ISPP.dll.issig"; DestDir: "{app}"; Flags: ignoreversion touch
|
|
|
-Source: "files\ISPPBuiltins.iss"; DestDir: "{app}"; Flags: ignoreversion touch
|
|
|
|
|
|
[INI]
|
|
|
Filename: "{app}\isfaq.url"; Section: "InternetShortcut"; Key: "URL"; String: "https://jrsoftware.org/isfaq.php"
|