Install path registry key

Install path registry key

Discuss the source code and development of Spring Engine in general from a technical point of view. Patches go here too.

Moderator: Moderators

Post Reply
User avatar
Maelstrom
Posts: 1950
Joined: 23 Jul 2005, 14:52

Install path registry key

Post by Maelstrom »

Where is Springs install path stored in the registry? I cant find it in HKEY_CURRENT_USER/Software/SJ/spring/ where everything else is stored, where might I find it?
Tobi
Spring Developer
Posts: 4598
Joined: 01 Jun 2005, 11:36

Post by Tobi »

I grepped through my wine system.reg registry file and found the following (note that I have spring installed in C:\Spring in my wine..):

Code: Select all

$ grep -i -A 2 -B 1 'c:\\\\spring' system.reg
[Software\\Classes\\spring.demofile\\DefaultIcon] 1169500000
@="c:\\Spring\\spring.exe,0"

[Software\\Classes\\spring.demofile\\shell] 1162810662
--
[Software\\Classes\\spring.demofile\\shell\\open\\command] 1169500000
@="\"c:\\Spring\\spring.exe\" %1"

[Software\\Classes\\StaticDib] 1161874292
--
[Software\\Microsoft\\Windows\\CurrentVersion\\App Paths\\SpringClient.exe] 1169500119
@="c:\\Spring\\springclient.exe"

[Software\\Microsoft\\Windows\\CurrentVersion\\Controls Folder\\PowerCfg] 1161874293
--
[Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Spring] 1169500119
"DisplayIcon"="c:\\Spring\\spring.exe"
"DisplayName"="Spring 0.74b3"
"DisplayVersion"="0.74b3"
"Publisher"="The Spring team"
"UninstallString"="c:\\Spring\\uninst.exe"
"URLInfoAbout"="http://spring.clan-sy.com"
Seems like there are enough ways to figure out the install paths: look at uninstall info or look at the spring.demofile file association (or even at the file association which will need to be made for this tool, e.g. for spring.contentfile or spring.archive, whatever you call it).
Post Reply

Return to “Engine”