Skip to content
⌘ NSIS Forum Archive

finde install dir

7 posts

Guest#

finde install dir

i am making an installer for a c&c zero hour mod. i want to know how to automaticly make the installer find the right directory.
Afrow UK#
Is it stored in the registry? Else you could search for the folder using:

or http://nsis.sourceforge.net/archive/...b.php?page=320

-Stu
kichik#
InstallDirRegKey HKLM "Electronic Arts\EA Games\Command and Conquer Generals Zero Hour" "InstallPath"
Guest#
already fixed it, it wasnt

InstallDirRegKey HKLM "Electronic Arts\EA Games\Command and Conquer Generals Zero Hour" "InstallPath"
but

InstallDirRegKey HKLM "SOFTWARE\Electronic Arts\EA Games\Command and Conquer Generals Zero Hour" "InstallPath"