View Single Post
Re: Steam directory registry key.
Old
  (#4)
Cpl. Shrike
ShrikeBot Coder/Moderator
 
Cpl. Shrike's Avatar
 
Status: Offline
Posts: 550
Join Date: Mar 2004
Location: The Netherlands
Default Re: Steam directory registry key. - 11-03-2004

Um i install to directories readed from the registery keys mentioned above.


I fact i don't know what's in the following keys
HKEY_CURRENT_USER\\Software\\Valve\\Counter-Strike\\InstallPath
HKEY_CURRENT_USER\\Software\\Valve\\DOD\\InstallPa th

what i do is ::
I let my program look for those keys then read the contents from it and use that content as installation path.

For example:
HKEY_CURRENT_USER\\Software\\Valve\\Counter-Strike\\InstallPath
This key is the official counter strike retail reg key. (won that is)

I don't know what's in it simply because i don't have counter strike retail.
So i let the installer program read your reg key. then i use that reg key content as intall path.

My installer ins't from clickteam or any but i coded it from a zip archive source code.

--------
edit.
or am i not getting your question ??

Last edited by Cpl. Shrike; 11-03-2004 at 22:08..
  
Reply With Quote