Skip to content

Commit a6cb38b

Browse files
committed
Document that iscc 5.x should be unicode version
Signed-off-by: Till Seifert <me@till.seifert.name>
1 parent 8df7e70 commit a6cb38b

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)