Win32 installer only - Bug 370701 - Don't append dir name when selecting a directory during a custom installation. r=sspitzer

This commit is contained in:
rob_strong%exchangecode.com 2007-02-17 02:06:40 +00:00
Родитель 2a2dcfe5ed
Коммит 339aaf8075
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -114,7 +114,7 @@ VIAddVersionKey "FileDescription" "${BrandShortName} Installer"
Name "${BrandFullName}"
OutFile "setup.exe"
InstallDirRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${BrandFullNameInternal} (${AppVersion})" "InstallLocation"
InstallDir "$PROGRAMFILES\${BrandFullName}"
InstallDir "$PROGRAMFILES\${BrandFullName}\"
ShowInstDetails nevershow
ReserveFile options.ini