PDA

View Full Version : hi,how can i get the winamp installion directory in my program?


luxlux
9th June 2002, 06:35
as subject.thanks

Lion King
9th June 2002, 13:55
you can get the installation from winamp's uninstall entry in the registry
nsis includes an example installation script http://www.nullsoft.com/free/nsis/; detect winamp path from uninstall string if available
InstallDirRegKey HKLM \
"Software\Microsoft\Windows\CurrentVersion\Uninstall\Winamp" \
"UninstallString"

luxlux
10th June 2002, 02:17
OK.I have found it in registry..thanks.