Skip to content

Commit

Permalink
Increase version in installer
Browse files Browse the repository at this point in the history
  • Loading branch information
wedesoft committed Dec 21, 2022
1 parent 1f7eb8c commit 3189d63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions anymeal/anymeal.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Name "AnyMeal"

; The file to write
OutFile "anymeal-installer-1.17.exe"
OutFile "anymeal-installer-1.18.exe"

; The default installation directory
InstallDir $PROGRAMFILES\AnyMeal
Expand Down Expand Up @@ -97,7 +97,7 @@ Section "AnyMeal (required)"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\AnyMeal" "DisplayIcon" '"$INSTDIR\anymeal.ico"'
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\AnyMeal" "UninstallString" '"$INSTDIR\uninstall.exe"'
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\AnyMeal" "Publisher" "Jan Wedekind"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\AnyMeal" "DisplayVersion" "1.17"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\AnyMeal" "DisplayVersion" "1.18"
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\AnyMeal" "EstimatedSize" 76022
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\AnyMeal" "NoModify" 1
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\AnyMeal" "NoRepair" 1
Expand Down

0 comments on commit 3189d63

Please sign in to comment.