Skip to content

Commit 58c63f3

Browse files
authored
Merge pull request #299 from commi/devel
Document that iscc 5.x should be unicode version
2 parents 8df7e70 + a6cb38b commit 58c63f3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/windows-tools-guide.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Windows tools installation guide
22

3-
As explained in the [docs](https://github.com/fvarrui/JavaPackager#generated-artifacts), you must install [Inno Setup (iscc)](https://jrsoftware.org/isinfo.php) to generate an EXE installer and [WIX Toolset (candle and light)](https://wixtoolset.org/) to generate a MSI file.
3+
As explained in the [docs](https://github.com/fvarrui/JavaPackager#generated-artifacts), you must install [Inno Setup (iscc)](https://jrsoftware.org/isinfo.php) to generate an EXE installer and [WIX Toolset (candle and light)](https://wixtoolset.org/) to generate an MSI file.
4+
5+
For Inno Setup 5.x, the Unicode version should be used, because the scripts that JavaPacker will be creating as an input will be UTF-8 encoded.
46

57
## Using Chocolatey
68
You can install both tools in a simple way using [Chocolatey](https://chocolatey.org/) package manager:

0 commit comments

Comments
 (0)