首页 > 代码库 > 安装包范例
安装包范例
; Script generated by the Inno Setup Script Wizard.; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!#define MyAppName "快销系统"#define MyAppVersion "1.5"#define MyAppPublisher "DM"#define MyAppURL "http://www.dm.com/"#define MyAppExeName "UI.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={{1043927D-FBAC-4A63-BC24-C6BF39BF3266}AppName={#MyAppName}AppVersion={#MyAppVersion};AppVerName={#MyAppName} {#MyAppVersion}AppPublisher={#MyAppPublisher}AppPublisherURL={#MyAppURL}AppSupportURL={#MyAppURL}AppUpdatesURL={#MyAppURL}DefaultDirName={pf}\{#MyAppName}DefaultGroupName=快销系统OutputDir=D:\Program Files (x86)\DMOutputBaseFilename=快销系统SetupIconFile=D:\work\DM\UI\32.icoCompression=lzmaSolidCompression=yes[Languages]Name: "english"; MessagesFile: "compiler:Default.isl"[Tasks]Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked[Files]Source: "D:\work\DM\UI\bin\Debug\UI.exe"; DestDir: "{app}"; Flags: ignoreversionSource: "D:\work\DM\UI\bin\Debug\BaseControls.dll"; DestDir: "{app}"; Flags: ignoreversionSource: "D:\work\DM\UI\bin\Debug\BusinessLogic.dll"; DestDir: "{app}"; Flags: ignoreversion;Source: "D:\work\DM\UI\bin\Debug\Connect.ini"; DestDir: "{app}"; Flags: ignoreversionSource: "D:\work\DM\UI\bin\Debug\DBAccesser.dll"; DestDir: "{app}"; Flags: ignoreversionSource: "D:\work\DM\UI\bin\Debug\Model.dll"; DestDir: "{app}"; Flags: ignoreversionSource: "D:\work\DM\UI\bin\Debug\NPOI.dll"; DestDir: "{app}"; Flags: ignoreversionSource: "D:\work\DM\UI\bin\Debug\UI.exe.config"; DestDir: "{app}"; Flags: ignoreversionSource: "D:\work\DM\UI\bin\Debug\AutoUpdate.exe"; DestDir: "{app}"; Flags: ignoreversionSource: "D:\work\DM\UI\bin\Debug\AutoUpdate.exe.config"; DestDir: "{app}"; Flags: ignoreversionSource: "D:\work\DM\UI\bin\Debug\FileList.xml"; DestDir: "{app}"; Flags: ignoreversionSource: "D:\test\SetupDM\SetupDM\SetupDM\Debug\DotNetFX40\dotNetFx40_Full_x86_x64.exe";DestDir:"{app}";Flags:ignoreversion;Source: "D:\test\SetupDM\SetupDM\SetupDM\Debug\DotNetFX40\dotNetFx40LP_Full_x86_x64zh-Hans.exe";DestDir:"{app}";Flags:ignoreversion;Source: "D:\work\DM\UI\bin\Debug\SearchNet.bat"; DestDir: "{app}"; Flags: ignoreversion; NOTE: Don‘t use "Flags: ignoreversion" on any shared system files[Icons]Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopiconName: "{group}\卸载.exe"; Filename: "{uninstallexe}" [Run];Filename: "{app}\dotNetFx40_Client_x86_x64.exe"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, ‘&‘, ‘&&‘)}}"; Flags: nowait postinstall skipifsilentFilename: "{app}\SearchNet.bat";
; Script generated by the Inno Setup Script Wizard.; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES![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={{B174F507-33BB-4B49-B8ED-84B4F25CC787}AppName=DMServerAppVersion=1.5;AppVerName=DMServer 1.5AppPublisher=My Company, Inc.AppPublisherURL=http://www.example.com/AppSupportURL=http://www.example.com/AppUpdatesURL=http://www.example.com/DefaultDirName={pf}\DMServerDefaultGroupName=DMServerOutputBaseFilename=setupCompression=lzmaSolidCompression=yes[Languages]Name: "english"; MessagesFile: "compiler:Default.isl"[Tasks]Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked[Files]Source: "D:\work\DM\DMServer\bin\Debug\DMServer.exe"; DestDir: "{app}"; Flags: ignoreversionSource: "D:\work\DM\DMServer\bin\Debug\*"; DestDir: "{app}"; Flags: ignoreversionSource: "D:\test\SetupDM\SetupDM\SetupDM\Debug\DotNetFX40\dotNetFx40_Full_x86_x64.exe";DestDir:"{app}";Flags:ignoreversion;Source: "D:\test\SetupDM\SetupDM\SetupDM\Debug\DotNetFX40\dotNetFx40LP_Full_x86_x64zh-Hans.exe";DestDir:"{app}";Flags:ignoreversion;Source: "D:\work\DM\UI\bin\Debug\SearchNet.bat"; DestDir: "{app}"; Flags: ignoreversion; NOTE: Don‘t use "Flags: ignoreversion" on any shared system files[Icons]Name: "{group}\DMServer"; Filename: "{app}\DMServer.exe"Name: "{commondesktop}\DMServer"; Filename: "{app}\DMServer.exe"; Tasks: desktopiconName: "{group}\卸载.exe"; Filename: "{uninstallexe}" [Run]Filename: "{app}\DMServer.exe"; Description: "{cm:LaunchProgram,DMServer}"; Flags: nowait postinstall skipifsilentFilename: "{app}\SearchNet.bat";
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。