klex
1st November 2006 16:19 UTC
Info about installed programs
Hi,
i want to change a value in an ini file; i found this function: WriteINIStr, with which i change values.
But i need the complete path of the installed iexplorer.exe on the target system. how can i detect/find this path?
how can i find out whether java is installed?
thanks
klex
niteflyer
1st November 2006 16:32 UTC
You may use this macro, if the app is registered under
"HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths":
http://nsis.sourceforge.net/NfUtils_...nfu.GetAppPath
klex
2nd November 2006 09:15 UTC
Originally posted by niteflyer
You may use this macro, if the app is registered under
"HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths":
http://nsis.sourceforge.net/NfUtils_...nfu.GetAppPath
thanks, i´ll try it.