mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 01:26:03 +02:00
iscc: add Chinese translation
This commit is contained in:
parent
c4b912830f
commit
d58c61591c
1 changed files with 16 additions and 0 deletions
16
pages.zh/windows/iscc.md
Normal file
16
pages.zh/windows/iscc.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# iscc
|
||||||
|
|
||||||
|
> Inno Setup安装程序的编译器.
|
||||||
|
> 它将Inno Setup脚本编译为Windows安装程序可执行文件.
|
||||||
|
|
||||||
|
- 编译一个Inno Setup脚本:
|
||||||
|
|
||||||
|
`iscc {{脚本路径.iss}}`
|
||||||
|
|
||||||
|
- 静默编译一个Inno Setup安装程序:
|
||||||
|
|
||||||
|
`iscc /Q {{脚本路径.iss}}`
|
||||||
|
|
||||||
|
- 编译已签名的Inno Setup安装程序:
|
||||||
|
|
||||||
|
`iscc /S={{名称}}={{命令}} {{脚本路径.iss}}`
|
Loading…
Add table
Reference in a new issue