Bustage fix for Bug 367539 - When upgrading an existing install use the uninstall.log to uninstall the previous version before install. Add insertmacro GetSingleInstallPath in SeaMonkey's installer.nsi.

This commit is contained in:
Robert Strong 2010-06-21 21:30:40 -07:00
Родитель 1410f336bb
Коммит bd80618bde
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -102,6 +102,7 @@ VIAddVersionKey "OriginalFilename" "setup.exe"
!insertmacro FindSMProgramsDir
!insertmacro GetPathFromString
!insertmacro GetParent
!insertmacro GetSingleInstallPath
!insertmacro IsHandlerForInstallDir
!insertmacro ManualCloseAppPrompt
!insertmacro RegCleanMain