first-electron/234.iss

49 lines
1.9 KiB
Plaintext

; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "Ô¶³ÌÒ½Áƿͻ§¶Ë"
#define MyAppVersion "1.0"
#define MyAppPublisher "301telemed"
#define MyAppURL "http://www.301hospital.com.cn/"
#define MyAppExeName "301telemed.exe"
[Setup]
; NOTE: The value of AppId uniquely identifies this application.
; Do not use the same AppId value in installers for other applications.
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{3575055F-2AE6-4E4A-904A-1ECF6BB388AF}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
;AppVerName={#MyAppName} {#MyAppVersion}
AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
DefaultDirName={pf}\{#MyAppName}
DisableProgramGroupPage=yes
OutputBaseFilename=setup
SetupIconFile=D:\WebStorm 2017.2.3\workspace\electron-quick-start\myElectronApp\windowIco.ico
Password=301301
Compression=lzma
SolidCompression=yes
OutPutdir=C:\Users\lxc\Desktop
[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
[Files]
Source: "D:\WebStorm 2017.2.3\workspace\electron-quick-start\301telemed\301telemed-win32-x64\301telemed.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\WebStorm 2017.2.3\workspace\electron-quick-start\301telemed\301telemed-win32-x64\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
[Icons]
Name: "{commonprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon
[Run]
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent