Skip to content

Commit

Permalink
Changed installer version to reflect 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tayler6000 committed Jun 26, 2022
1 parent 9f8679f commit d4d51d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helpers/windows/32-Bit_Installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Section "main"
Delete "$PROGRAMFILES\iswitch\PathEd.exe"
WriteUninstaller "$PROGRAMFILES\iswitch\uninstall.exe"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\iswitch" "DisplayName" "iswitch (32-bit)"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\iswitch" "DisplayVersion" "1.0.0"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\iswitch" "DisplayVersion" "1.0.1"
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\iswitch" "NoModify" 0x00000001
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\iswitch" "NoRepair" 0x00000001
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\iswitch" "UninstallString" "$PROGRAMFILES\iswitch\uninstall.exe"
Expand Down
2 changes: 1 addition & 1 deletion helpers/windows/64-Bit_Installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Section "main"
Delete "$PROGRAMFILES64\iswitch\PathEd.exe"
WriteUninstaller "$PROGRAMFILES64\iswitch\uninstall.exe"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\iswitch" "DisplayName" "iswitch (64-bit)"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\iswitch" "DisplayVersion" "1.0.0"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\iswitch" "DisplayVersion" "1.0.1"
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\iswitch" "NoModify" 0x00000001
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\iswitch" "NoRepair" 0x00000001
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\iswitch" "UninstallString" "$PROGRAMFILES64\iswitch\uninstall.exe"
Expand Down

0 comments on commit d4d51d2

Please sign in to comment.