Install path registry key
Moderator: Moderators
Install path registry key
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?
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..):
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).
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"