Archive: Info about installed programs


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


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


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.