From 55177e044030414f921bbe7812ab06b279f02137 Mon Sep 17 00:00:00 2001 From: mas6y6 Date: Fri, 6 Dec 2024 13:05:24 -0600 Subject: [PATCH] Update --- inno/installer_x32.iss | 8 ++++---- inno/installer_x64.iss | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/inno/installer_x32.iss b/inno/installer_x32.iss index b82bf2f..0656921 100644 --- a/inno/installer_x32.iss +++ b/inno/installer_x32.iss @@ -33,10 +33,10 @@ ArchitecturesInstallIn64BitMode= ChangesAssociations=yes DisableProgramGroupPage=yes ; Uncomment the following line to run in non administrative install mode (install for current user only.) -;PrivilegesRequired=lowest -OutputDir=D:\Projects\CipherOS\Installers\Windows\x32 +PrivilegesRequired=lowest +OutputDir=.\distworkflow OutputBaseFilename=CipherOS Windows 1.5.1 x32 -SetupIconFile=D:\Projects\CipherOS\icon.ico +SetupIconFile=.\icon.ico Compression=lzma SolidCompression=yes WizardStyle=modern @@ -48,7 +48,7 @@ Name: "english"; MessagesFile: "compiler:Default.isl" Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked [Files] -Source: "./distworkflow/{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion +Source: ".\distworkflow\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion ; NOTE: Don't use "Flags: ignoreversion" on any shared system files [Registry] diff --git a/inno/installer_x64.iss b/inno/installer_x64.iss index 23895e0..d177439 100644 --- a/inno/installer_x64.iss +++ b/inno/installer_x64.iss @@ -33,10 +33,10 @@ ArchitecturesInstallIn64BitMode=x64compatible ChangesAssociations=yes DisableProgramGroupPage=yes ; Uncomment the following line to run in non administrative install mode (install for current user only.) -;PrivilegesRequired=lowest -OutputDir=D:\Projects\CipherOS\Installers\Windows\x64 +PrivilegesRequired=lowest +OutputDir=.\distworkflow OutputBaseFilename=CipherOS Windows 1.5.1 x64 -SetupIconFile=D:\Projects\CipherOS\icon.ico +SetupIconFile=.\icon.ico Compression=lzma SolidCompression=yes WizardStyle=modern @@ -48,7 +48,7 @@ Name: "english"; MessagesFile: "compiler:Default.isl" Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked [Files] -Source: "./distworkflow/{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion +Source: "./distworkflow\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion ; NOTE: Don't use "Flags: ignoreversion" on any shared system files [Registry]