setup geupdated
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
||||||
|
|
||||||
#define MyAppName "Sansystem"
|
#define MyAppName "Sansystem"
|
||||||
#define MyAppVersion "0.1"
|
#define MyAppVersion "0.2"
|
||||||
#define MyAppPublisher "Cosysda"
|
#define MyAppPublisher "Cosysda"
|
||||||
#define MyAppURL "http://www.cosysda.de"
|
#define MyAppURL "http://www.cosysda.de"
|
||||||
#define MyAppExeName "SanSystem.exe"
|
#define MyAppExeName "SanSystem.exe"
|
||||||
@@ -49,7 +49,6 @@ Source: "D:\Development\SanVerwaltung\SanSystem\bin\Release\Dichtheitspr
|
|||||||
Source: "D:\Development\SanVerwaltung\SanSystem\bin\Release\FluentFTP.dll"; DestDir: "{app}"; Flags: ignoreversion
|
Source: "D:\Development\SanVerwaltung\SanSystem\bin\Release\FluentFTP.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||||
Source: "D:\Development\SanVerwaltung\SanSystem\bin\Release\FluentFTP.xml"; DestDir: "{app}"; Flags: ignoreversion
|
Source: "D:\Development\SanVerwaltung\SanSystem\bin\Release\FluentFTP.xml"; DestDir: "{app}"; Flags: ignoreversion
|
||||||
Source: "D:\Development\SanVerwaltung\SanSystem\bin\Release\input.txt"; DestDir: "{app}"; Flags: ignoreversion
|
Source: "D:\Development\SanVerwaltung\SanSystem\bin\Release\input.txt"; DestDir: "{app}"; Flags: ignoreversion
|
||||||
Source: "D:\Development\SanVerwaltung\SanSystem\bin\Release\Ionic.Zip.dll"; DestDir: "{app}"; Flags: ignoreversion
|
|
||||||
Source: "D:\Development\SanVerwaltung\SanSystem\bin\Release\KlassenBIB.dll"; DestDir: "{app}"; Flags: ignoreversion
|
Source: "D:\Development\SanVerwaltung\SanSystem\bin\Release\KlassenBIB.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||||
Source: "D:\Development\SanVerwaltung\SanSystem\bin\Release\KlassenBIB.dll.config"; DestDir: "{app}"; Flags: ignoreversion
|
Source: "D:\Development\SanVerwaltung\SanSystem\bin\Release\KlassenBIB.dll.config"; DestDir: "{app}"; Flags: ignoreversion
|
||||||
Source: "D:\Development\SanVerwaltung\SanSystem\bin\Release\KlassenBIB.pdb"; DestDir: "{app}"; Flags: ignoreversion
|
Source: "D:\Development\SanVerwaltung\SanSystem\bin\Release\KlassenBIB.pdb"; DestDir: "{app}"; Flags: ignoreversion
|
||||||
@@ -114,6 +113,5 @@ Source: "D:\Development\SanVerwaltung\SanSystem\bin\Release\WupiEngineNet.dll";
|
|||||||
Name: "{autoprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
|
Name: "{autoprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
|
||||||
Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon
|
Name: "{autodesktop}\{#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