You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Installer/InnoSetup/README.md
+27-26
Original file line number
Diff line number
Diff line change
@@ -2,19 +2,18 @@
2
2
3
3
## Needed programs:
4
4
5
-
*[Inno Setup](http://www.jrsoftware.org/)
5
+
*[Inno Setup](https://jrsoftware.org/isinfo.php) (both versions 5.x and 6.x)
6
6
*[ISTool](https://sourceforge.net/projects/istool/)**recommended** - great help managing Inno Setup installer scripts
7
7
8
-
There is download package called "QuickStart Pack" available in Inno Setup downloads. It contains all needed components in one installer.
9
8
10
9
## Installer script:
11
10
12
-
Installer script is in `Installer/InnoSetup` folder: `WinMerge.iss`
11
+
Installer script is in `Installer/InnoSetup` folder: `WinMerge{arch}.iss` (for Inno Setup 5.x) and `WinMerge{arch}.is6.iss` (for Inno Setup 6.x)
13
12
14
13
## Checklist:
15
14
16
15
* Installer reads version number from `WinMergeU.exe`. So make sure you have version resource correctly set.
17
-
* Installer checks that files listed are present. But some files are included as folder (like `/Plugins/Dlls`) or as filemask (like `*.flt`) so take extra care to make sure all needed files are present in locations shown below.
16
+
* Installer checks that files listed are present. But some files are included as folder (like `/Plugins/{arch}/Dlls`) or as filemask (like `*.flt`) so take extra care to make sure all needed files are present in locations shown below.
18
17
19
18
## Folder structure and files needed:
20
19
@@ -23,38 +22,34 @@ First make sure you have all needed files compiled and available:
0 commit comments