diff --git a/inno/installer_x32.iss b/inno/installer_x32.iss index c4bde0c..59b88be 100644 --- a/inno/installer_x32.iss +++ b/inno/installer_x32.iss @@ -34,9 +34,9 @@ ChangesAssociations=yes DisableProgramGroupPage=yes ; Uncomment the following line to run in non administrative install mode (install for current user only.) PrivilegesRequired=lowest -OutputDir=.\distworkflow +OutputDir=distworkflow OutputBaseFilename=CipherOS Windows 1.5.1 x32 -SetupIconFile=.\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 6b678bc..e56eeec 100644 --- a/inno/installer_x64.iss +++ b/inno/installer_x64.iss @@ -34,9 +34,9 @@ ChangesAssociations=yes DisableProgramGroupPage=yes ; Uncomment the following line to run in non administrative install mode (install for current user only.) PrivilegesRequired=lowest -OutputDir=.\distworkflow +OutputDir=distworkflow OutputBaseFilename=CipherOS Windows 1.5.1 x64 -SetupIconFile=.\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]