一、下载
官网地址:jrsoftware.org // Jordan Russell's Software
选择需要下载的版本,我下载的是6.2.0,点击“Inno Setup 6.2.0”
点击“Old Downloads”
点击“available”
点击“innosetup-6.2.0.exe”
二、安装
下载好之后,双击“innosetup-6.2.0.exe”
选择“I accept...”
更改安装位置
默认,点击“Next”
默认,点击“Next”
默认,点击“Next”
默认,点击“Install”
安装完成
三、增加简体中文安装语言
InnoSetup默认是英文安装,简体中文安装需要进行更改设置。
找到InnoSetup安装文件夹,复制一份“Default.isl”,更改复制文件中的内容如下:
; *** Inno Setup version 6.1.0+ Chinese Simplified messages ***
;
; To download user-contributed translations of this file, go to:
; https://jrsoftware.org/files/istrans/
;
; Note: When translating this text, do not add periods (.) to the end of
; messages that didn't have them already, because on those messages Inno
; Setup adds the periods automatically (appending a period would result in
; two periods being displayed).
;
; Maintained by Zhenghan Yang
; Email: [email protected]
; Translation based on network resource
; The latest Translation is on https://github.com/kira-96/Inno-Setup-Chinese-Simplified-Translation
;
[LangOptions]
; The following three entries are very important. Be sure to read and
; understand the '[LangOptions] section' topic in the help file.