📄 patientrunnerclient.iss
字号:
; -- PatientRunnerClient.iss --
;
; Download your copy of Inno Setup from http://www.jrsoftware.org/isinfo.php
;
; The self-installer will install the PatientRunner client onto a Windows system.
[Setup]
AppName=PatientRunner
AppVerName=PatientRunner V2.0
DefaultDirName={pf}\PatientRunner
DefaultGroupName=PatientRunner
UninstallDisplayIcon={app}\PatientRunner.exe
OutputBaseFilename=PatientRunner20
LicenseFile=C:\PatientRunner\docs\gpl.txt
[Files]
; Win32 client software
Source: "C:\PatientRunner\windowsclient\PatientRunner.exe"; DestDir: "{app}"
Source: "C:\Programming\PatientRunnerProject\libmysql.dll"; DestDir: "{app}"
Source: "C:\Programming\PatientRunnerProject\american.adm"; DestDir: "{app}"
Source: "C:\Programming\PatientRunnerProject\medical.adm"; DestDir: "{app}"
Source: "C:\PatientRunner\docs\gpl.txt"; DestDir: "{app}"
Source: "C:\PatientRunner\docs\client readme.txt"; DestDir: "{app}"
[Icons]
Name: "{group}\PatientRunner"; Filename: "{app}\PatientRunner.exe"
Name: "{group}\PatientRunner Website"; Filename: "http://sf.net/projects/patientrunner"
Name: "{group}\Readme"; Filename: "{app}\client readme.txt"
Name: "{group}\License"; Filename: "{app}\gpl.txt"
Name: "{group}\Uninstall"; Filename: "{uninstallexe}"
Name: "{userdesktop}\PatientRunner"; Filename: "{app}\PatientRunner.exe"
[Run]
Filename: "{app}\PatientRunner.exe"; Description: Launch application; Flags: postinstall skipifsilent
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -