Skip to content

Commit

Permalink
Updated SteamConsole to version 1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Teutonic84 committed Jul 8, 2016
1 parent 65903e9 commit ed1ca35
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion Win x64/Changelog.rtf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@
\pard\f0\fs20\lang1033 SteamConsole\par
Version History\par
\par
v1.5.6:\par
v1.5.7:\par

\pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\fi-360\li720 Updated PC Import Method.\par
{\pntext\f1\'B7\tab}Added Nexus Mod Manager App.\par
{\pntext\f1\'B7\tab}Updated GAMES.txt.\par
{\pntext\f1\'B7\tab}Updated Plex App - It now closes out of xpadder when loading Plex. This is to fix an issue with the Plex controller mapping while using the app.\par

\pard v1.5.6:\par

\pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\fi-360\li720 Updated ROM & App Xpadder profile settings.\par
{\pntext\f1\'B7\tab}Updated PC Import Method.\par
Expand Down
6 changes: 3 additions & 3 deletions Win x64/SteamConsole_Setup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Insttype "Standard Installation"

!define MUI_ICON "${NSISDIR}\Contrib\Graphics\Icons\win-install.ico"
!define MUI_UNICON "${NSISDIR}\Contrib\Graphics\Icons\win-uninstall.ico"
!define VERSION "v1.5.6"
!define VERSION "v1.5.7"

Name "SteamConsole" # The name of the installer
OutFile "SteamConsole_Setup.exe" # The file to write
Expand Down Expand Up @@ -79,12 +79,12 @@ Section "Core Files (Required)"
WriteRegStr HKLM "Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" "$INSTDIR\Tools\Xpadder\Xpadder.exe" "~ RUNASADMIN WIN7RTM"
WriteRegStr HKLM "Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\SteamConsole" "DisplayIcon" "$INSTDIR\Images\SteamConsole.ico"
WriteRegStr HKLM "Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\SteamConsole" "DisplayName" "SteamConsole (64-Bit)"
WriteRegStr HKLM "Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\SteamConsole" "DisplayVersion" "1.5.6"
WriteRegStr HKLM "Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\SteamConsole" "DisplayVersion" "1.5.7"
WriteRegStr HKLM "Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\SteamConsole" "InstallLocation" "$INSTDIR"
WriteRegDWORD HKLM "Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\SteamConsole" "NoModify" "0x00000001"
WriteRegDWORD HKLM "Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\SteamConsole" "NoRepair" "0x00000001"
WriteRegStr HKLM "Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\SteamConsole" "UninstallString" "$INSTDIR\SteamConsole_uninstaller.exe"
WriteRegStr HKLM "Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\SteamConsole" "Version" "1.5.6"
WriteRegStr HKLM "Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\SteamConsole" "Version" "1.5.7"
WriteRegStr HKLM "Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\SteamConsole" "Updater" "1.5.0"
SetOutPath $INSTDIR\Scripts
ExecDos::exec /NOUNLOAD /ASYNC /TOSTACK "$INSTDIR\Scripts\open_xpadder.bat" "" ""
Expand Down

0 comments on commit ed1ca35

Please sign in to comment.