From abc3349f9785dec399b2955f5ea9626966ab487c Mon Sep 17 00:00:00 2001 From: Husky Date: Sun, 4 Jul 2021 19:50:57 +0200 Subject: [PATCH] setup geupdated --- create_setup.iss | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/create_setup.iss b/create_setup.iss index 881fd73..42e8e2f 100644 --- a/create_setup.iss +++ b/create_setup.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Sansystem" -#define MyAppVersion "0.1" +#define MyAppVersion "0.2" #define MyAppPublisher "Cosysda" #define MyAppURL "http://www.cosysda.de" #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.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\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.config"; 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: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon -[Run] -Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent +