Inno Setup making Web page OCX control Publisher execution Package

Source: Internet
Author: User



; 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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.