; Script generated by the Inno Setup Script Wizard.
; See the documentation for DETAILS on CREATING inno SETUP SCRIPT files!
#define MYAPPNAME "UNIONKDM"
#define Myappversion "1.0.0.3"
#define Myapppublisher "UNION"
#define MYAPPURL "http://www.example.com/"
; #define Myappexename "UnionKdm.exe"
[Setup]
; Note:the value of AppId uniquely identifies this application.
; The same AppId value in installers for other applications.
; (to generate a new GUID, click Tools | Generate GUID inside the IDE.)
APPID={{8BBC4D51-461C-450E-A65E-79D73EF11BF0}
appname={#MyAppName}
appversion={#MyAppVersion}
; appvername={#MyAppName} {#MyAppVersion}
apppublisher={#MyAppPublisher}
apppublisherurl={#MyAppURL}
appsupporturl={#MyAppURL}
appupdatesurl={#MyAppURL}
defaultdirname={pf}\{#MyAppName}
defaultgroupname={#MyAppName}
Outputbasefilename=setup
Compression=lzma
Solidcompression=yes
[Languages]
Name: "中文版"; Messagesfile: "COMPILER:DEFAULT.ISL"
[Tasks]
Name: "Desktopicon"; Description: "{Cm:createdesktopicon}"; Groupdescription: "{cm:additionalicons}"; Flags:unchecked
[Files]
; Source: "D:\Program Files (x86) \inno Setup 5\examples\unionkdm.exe"; DestDir: "{app}"; Flags:ignoreversion
Source: "D:\Desktop\ self-study \ New Folder \unionkdmocx\unionkdm.ocx"; DestDir: "{app}"; Flags:regserver
Source: "D:\Desktop\ self-study \ New Folder \unionkdmocx\kdm_dll.dll"; DestDir: "{app}"; flags: ignoreversion
Source: "D:\Desktop\ self-study \ New Folder \unionkdmocx\unionkdm.inf"; DestDir: "{app}"; Flags:ignoreversion
; Note:don ' t use "flags:ignoreversion" on any shared system files
Source: "D:\Desktop\ self-study \ New Folder \unionkdmocx\ Unionkdm.ocx "; DestDir: "{app}"; Copymode:alwaysskipifsameorolder; Flags:restartreplace sharedfile
Source: "D:\Desktop\ self-study \ New Folder \unionkdmocx\kdm_dll.dll"; DestDir: "{app}"; Copymode:alwaysskipifsameorolder; Flags:restartreplace sharedfile
Source: "D:\Desktop\ self-study \ New Folder \unionkdmocx\unionkdm.inf"; DestDir: "{app}"; Copymode:alwaysskipifsameorolder; Flags:restartreplace Sharedfile
[Icons]
; Name: "{group}\{#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
Inno Setup making Web page OCX control Publisher execution Package