码迷,mamicode.com
首页 > Web开发 > 详细

inno setup制作网页ocx控件发布程序执行包

时间:2015-04-27 11:16:40      阅读:202      评论:0      收藏:0      [点我收藏+]

标签:innosetup   ocx   



; 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.
; 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={{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: "english"; 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\自学\新建文件夹\UnionKdmOcx\UnionKdm.ocx"; DestDir: "{app}"; Flags: regserver
Source: "D:\Desktop\自学\新建文件夹\UnionKdmOcx\kdm_dll.dll"; DestDir: "{app}"; Flags:  ignoreversion
Source: "D:\Desktop\自学\新建文件夹\UnionKdmOcx\UnionKdm.inf"; DestDir: "{app}"; Flags: ignoreversion
; NOTE: Don‘t use "Flags: ignoreversion" on any shared system files
Source: "D:\Desktop\自学\新建文件夹\UnionKdmOcx\UnionKdm.ocx"; DestDir: "{app}"; CopyMode: alwaysskipifsameorolder; Flags: restartreplace sharedfile
Source: "D:\Desktop\自学\新建文件夹\UnionKdmOcx\kdm_dll.dll"; DestDir: "{app}"; CopyMode: alwaysskipifsameorolder; Flags: restartreplace sharedfile
Source: "D:\Desktop\自学\新建文件夹\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制作网页ocx控件发布程序执行包

标签:innosetup   ocx   

原文地址:http://blog.csdn.net/hsy12342611/article/details/45307161

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!