Version 20180904
This commit is contained in:
77
Setup/DPMDemo_Setup.iss
Normal file
77
Setup/DPMDemo_Setup.iss
Normal file
@@ -0,0 +1,77 @@
|
||||
; Script generated by the Inno Script Studio Wizard.
|
||||
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
||||
|
||||
#define MyAppName "DPM"
|
||||
#define MyAppVersion "1.0.2018"
|
||||
#define MyAppPublisher "Stefan Hutter Unternehmensberatung"
|
||||
#define MyAppURL "www.dpmweb.ch"
|
||||
#define MyAppExeName "DPM2018.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={{0DA098D4-9A43-4F15-8C32-56AC8520D5D2}
|
||||
AppName={#MyAppName}
|
||||
AppVersion={#MyAppVersion}
|
||||
;AppVerName={#MyAppName} {#MyAppVersion}
|
||||
AppPublisher={#MyAppPublisher}
|
||||
AppPublisherURL={#MyAppURL}
|
||||
AppSupportURL={#MyAppURL}
|
||||
AppUpdatesURL={#MyAppURL}
|
||||
DefaultDirName=c:\{#MyAppName}
|
||||
DefaultGroupName={#MyAppName}
|
||||
InfoBeforeFile=E:\Software-Projekte\DPM\DPM2016\Setup\Anzeige.txt
|
||||
InfoAfterFile=E:\Software-Projekte\DPM\DPM2016\Setup\Anzeige2.txt
|
||||
OutputBaseFilename=setup
|
||||
SetupIconFile=E:\Software-Projekte\DPM\DPM2016\Images\DPMNeu.ico
|
||||
Compression=lzma
|
||||
SolidCompression=yes
|
||||
|
||||
[Languages]
|
||||
Name: "german"; MessagesFile: "compiler:Languages\German.isl"
|
||||
|
||||
[Tasks]
|
||||
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
|
||||
|
||||
[Files]
|
||||
Source: "E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Release\DPM2018.exe"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "..\DPM2016\bin\Release\Demo\*"; DestDir: "{app}\demo"; Flags: ignoreversion recursesubdirs createallsubdirs
|
||||
Source: "E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Release\Aga.Controls.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Release\C1.Data.2.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Release\C1.Win.C1Command.4.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Release\C1.Win.C1Input.4.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Release\C1.Win.C1TrueDBGrid.2.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Release\Connectionstrings.cfg"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Release\DevComponents.DotNetBar.Charts.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Release\DevComponents.DotNetBar.Schedule.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Release\DevComponents.DotNetBar2.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Release\DPM2018.exe.config"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Release\FastReport.Bars.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Release\FastReport.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Release\FastReport.Editor.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Release\FlexCel.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Release\PropertyGridEx.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Release\SHUKeyGen.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Release\Syncfusion.Compression.Base.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Release\Syncfusion.DocIO.Base.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Release\Syncfusion.DocToPDFConverter.Base.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Release\Syncfusion.Grid.Base.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Release\Syncfusion.Grid.Windows.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Release\Syncfusion.Pdf.Base.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Release\Syncfusion.Schedule.Base.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Release\Syncfusion.Schedule.Windows.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Release\Syncfusion.Shared.Base.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Release\Syncfusion.Shared.Windows.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Release\Syncfusion.SpellChecker.Base.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Release\Syncfusion.Tools.Base.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Release\Syncfusion.Tools.Windows.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "E:\Software-Projekte\DPM\DPM2016\DPM2016\bin\Release\XLSLib.dll"; 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: desktopicon
|
||||
|
||||
[Run]
|
||||
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent
|
||||
Reference in New Issue
Block a user