Skip to content

Commit

Permalink
Clean up innosetup script
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed Oct 20, 2023
1 parent edb6a22 commit 1cc33b2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions innosetup.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#include "innosetup_environment.iss"

#define AppName "Mokapot"
#define AppPublisher "wfondrie"
#define AppURL "https://github.com/wfondrie/mokapot/"
Expand All @@ -9,17 +7,14 @@
AppId={{35695E10-2C07-47AF-97F6-DF0CF332A47C}
AppName={#AppName}
AppVersion={#AppVersion}
;AppVerName={#AppName} {#AppVersion}
AppPublisher={#AppPublisher}
AppPublisherURL={#AppURL}
AppSupportURL={#AppURL}
AppUpdatesURL={#AppURL}
LicenseFile=.\LICENSE
DefaultDirName={autopf}\{#AppName}
DisableProgramGroupPage=yes
; Remove the following line to run in administrative install mode (install for all users.)
PrivilegesRequired=lowest
;PrivilegesRequiredOverridesAllowed=dialog
OutputDir=dist
OutputBaseFilename={#AppName}-{#AppVersion}-Windows64bit
Compression=lzma
Expand All @@ -41,6 +36,3 @@ Filename: "{app}\{#AppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(

[Registry]
Root: HKCU; Subkey: "Environment"; ValueType: expandsz; ValueName: "Path"; ValueData: "{olddata};{app}"



0 comments on commit 1cc33b2

Please sign in to comment.