Skip to content

Commit

Permalink
Aggiornato script installer
Browse files Browse the repository at this point in the history
  • Loading branch information
zSavT committed Jun 9, 2022
1 parent 8ee2a30 commit 818a202
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Setup/Script Installer.iss
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Healthy Catering"
#define MyAppVersion "Beta 0.8.2"
#define MyAppName "Healthy Catering Beta 0.8.3"
#define MyAppVersion "Beta 0.8.3"
#define MyAppPublisher "Francesco Saverio Cassano - Alessandro Carella"
#define MyAppURL "https://github.com/zSavT/Healthy-Cat"
#define MyAppURL "https://github.com/zSavT/Healthy-Catering"
#define MyAppExeName "Healthy Catering.exe"
#define MyAppAssocName MyAppName + ""
#define MyAppAssocExt ".myp"
Expand All @@ -13,23 +13,23 @@
[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={{D4DFA671-304C-418A-BCAC-8497FC7DC190}
AppId={{225C2CD3-864B-4226-A9D4-0890B5479846}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
;AppVerName={#MyAppName} {#MyAppVersion}
AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
DefaultDirName={autopf}\{#MyAppName}
DefaultDirName={autopf}\My Program
ChangesAssociations=yes
DisableProgramGroupPage=yes
LicenseFile=C:\Users\verio\Repo\Healthy-Catering\LICENSE
; Uncomment the following line to run in non administrative install mode (install for current user only.)
;PrivilegesRequired=lowest
PrivilegesRequiredOverridesAllowed=dialog
OutputDir=C:\Users\verio\Desktop\Installer
OutputBaseFilename=Healthy Catering Beta 0.8.2
OutputBaseFilename=Healthy Catering Beta 0.8.3 Setup
SetupIconFile=C:\Users\verio\Repo\Healthy-Catering\doc\img\Logo_Quadrato_Trasparente.ico
Compression=lzma
SolidCompression=yes
Expand All @@ -43,8 +43,8 @@ Name: "italian"; MessagesFile: "compiler:Languages\Italian.isl"
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked

[Files]
Source: "C:\Users\verio\Desktop\Build Beta\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\verio\Desktop\Build Beta\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "C:\Users\verio\Desktop\Healthy Catering Beta 0.8.3\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\verio\Desktop\Healthy Catering Beta 0.8.3\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
; NOTE: Don't use "Flags: ignoreversion" on any shared system files

[Registry]
Expand Down

0 comments on commit 818a202

Please sign in to comment.