Forum: NSIS Discussion
5th February 2007, 08:53
|
|
Replies: 4
Views: 1,435
Found it
InstallDirRegKey HKLM "SOFTWARE\Blizzard Entertainment\World of Warcraft" "InstallPath"
Thanks
|
Forum: NSIS Discussion
2nd February 2007, 15:05
|
|
Replies: 4
Views: 1,435
like this
InstallDirRegKey HKEY_LOCAL_MACHINE\SOFTWARE\Blizzard Entertainment\World of Warcraft "InstallPath"
???
|
Forum: NSIS Discussion
2nd February 2007, 11:30
|
|
Replies: 4
Views: 1,435
Locate an exe file and use path as installpath???
can anyone help me. im trying to make and installer for addons for wow and it needs to locate wow.exe and chose the path as the install path. but it need to locate wow.exe on any drive and any path
...
|