📄 adis.iss
字号:
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
[Setup]
AppName=ADIS信息同步服务程序
AppVerName=ADIS信息同步服务程序1.5
AppPublisher=vtion, Inc.
AppPublisherURL=http://www.vtion.com
AppSupportURL=http://www.vtion.com
AppUpdatesURL=http://www.vtion.com
DefaultDirName={pf}\ADIS信息同步服务程序
DisableDirPage=yes
DefaultGroupName=ADIS信息同步服务程序
;[Tasks]
; NOTE: The following entry contains English phrases ("Create a Quick Launch icon" and "Additional icons"). You are free to translate them into another language if required.
;Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; Flags: unchecked
[Files]
Source: "F:\Vtion-ADSI\setup\ADISServer.exe"; DestDir: "{app}"; Flags: ignoreversion
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
[Icons]
Name: "{group}\ADIS信息同步服务程序"; Filename: "{app}\ADISServer.exe"
; NOTE: The following entry contains an English phrase ("Uninstall"). You are free to translate it into another language if required.
Name: "{group}\Uninstall ADIS信息同步服务程序"; Filename: "{uninstallexe}"
;Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\ADIS信息同步服务程序"; Filename: "{app}\ADISServer.exe"; Tasks: quicklaunchicon
[Run]
; NOTE: The following entry contains an English phrase ("Launch"). You are free to translate it into another language if required.
Filename: "{app}\ADISServer.exe"; Parameters: " -i"; Flags :runminimized skipifdoesntexist ;
[UninstallRun]
Filename: "{app}\ADISServer.exe" ; Parameters: " -u"; Flags :runminimized skipifdoesntexist ;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -