Skip to content

Commit

Permalink
Fixing the Inno Setup script: min win version is 6.1, using the autod…
Browse files Browse the repository at this point in the history
…esktop dir instead of commondesktop
  • Loading branch information
marigostra committed Apr 9, 2024
1 parent 5094880 commit 6d63038
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions installer/luwrain/Luwrain.iss
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ DefaultGroupName=LUWRAIN
;Optional License
LicenseFile=
;WinXP or above
MinVersion=0,5.1
OutputBaseFilename=Luwrain-1.0
MinVersion=0,6.1
OutputBaseFilename=luwrain
Compression=lzma2/normal
SolidCompression=yes
PrivilegesRequired=lowest
Expand All @@ -44,7 +44,7 @@ Source: "Luwrain\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs creat

[Icons]
Name: "{group}\Luwrain"; Filename: "%ComSpec%"; Parameters: "/c start {code:GetDefaultDir}\Luwrain.exe"; WorkingDir: "{code:GetDefaultDir}"; IconFilename: "{app}\Luwrain.ico"; Check: returnTrue()
Name: "{commondesktop}\Luwrain"; Filename: "%ComSpec%"; Parameters: "/c start {code:GetDefaultDir}\Luwrain.exe"; WorkingDir: "{code:GetDefaultDir}"; IconFilename: "{app}\Luwrain.ico"; Check: returnTrue()
Name: "{autodesktop}\Luwrain"; Filename: "%ComSpec%"; Parameters: "/c start {code:GetDefaultDir}\Luwrain.exe"; WorkingDir: "{code:GetDefaultDir}"; IconFilename: "{app}\Luwrain.ico"; Check: returnTrue()

[Run]
Filename: "{code:GetDefaultDir}\Luwrain.exe"; Parameters: "-Xappcds:generatecache"; Check: returnFalse()
Expand Down

0 comments on commit 6d63038

Please sign in to comment.