View Single Post
  #32  
Old 15-11-2012, 02:55
BAMsE's Avatar
BAMsE BAMsE is offline
The World Is Yener's
 
Join Date: Mar 2011
Location: in front of the monitor
Posts: 344
Thanks: 49
Thanked 271 Times in 91 Posts
BAMsE is on a distinguished road
Quote:
Originally Posted by Fabioddq View Post
P.S. You need install Steam too.
Yes and... no

Just add some registry entry and you don't need to have Steam installed

x86
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Valve]

[HKEY_LOCAL_MACHINE\SOFTWARE\Valve\Steam]
"Language"="english"
"SteamPID"=dword:00000000
"InstallPath"="C:\\Program Files\\Steam"
x64
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Valve]

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Valve\Steam]
"Language"="english"
"SteamPID"=dword:00000000
"InstallPath"="C:\\Program Files (x86)\\Steam"
Reply With Quote
The Following 3 Users Say Thank You to BAMsE For This Useful Post:
Demonn (16-11-2012), elbubi (15-11-2012), Fabioddq (15-11-2012)