pb6.zap

来自「pb6.5安装程序」· ZAP 代码 · 共 35 行

ZAP
35
字号
[Application]
; Only FriendlyName and SetupCommand are required,
; everything else is optional.

; FriendlyName is the name of the program that 
; will appear in the software installation snap-in 
; and the Add/Remove Programs tool.
; REQUIRED
FriendlyName = "Pb 6.5"

; SetupCommand is the command line used to 
; Run the program's Setup. If it is a relative 
; path, it is assumed to be relative to the 
; location of the .zap file.
; Long file name paths need to be quoted. For example:
; SetupCommand = "long folder\setup.exe" /unattend
; or
; SetupCommand = "\\server\share\long _
; folder\setup.exe" /unattend
; REQUIRED

SetupCommand = "\\zjmiserver\f\pb6\SETUP.EXE"

; Version of the program that will appear 
; in the software installation snap-in and the 
; Add/Remove Programs tool. 
; OPTIONAL
DisplayVersion = 6.5

; Version of the program that will appear 
; in the software installation snap-in and the 
; Add/Remove Programs tool. 
; OPTIONAL 
Publisher = Sybase

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?