?? 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 + -