From 2766e93804afaaa4532e9be9617c7747d947cdc7 Mon Sep 17 00:00:00 2001 From: "rob_strong@exchangecode.com" Date: Thu, 16 Aug 2007 14:39:49 -0700 Subject: [PATCH] Comment fix for Bug 389244 - Uninstall information of old version not cleared from registry when updating via auto update. r=sspitzer --- toolkit/mozapps/installer/windows/nsis/common.nsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/toolkit/mozapps/installer/windows/nsis/common.nsh b/toolkit/mozapps/installer/windows/nsis/common.nsh index 22507762056..9128d894bc7 100755 --- a/toolkit/mozapps/installer/windows/nsis/common.nsh +++ b/toolkit/mozapps/installer/windows/nsis/common.nsh @@ -2229,6 +2229,8 @@ Exch $R9 ; exchange the new $R9 value with the top of the stack * path does not exist on the file system this will return an empty string. To * provide a consistent result trailing back-slashes are always removed. * + * Note: 1024 used by GetLongPathNameA is the maximum NSIS string length. + * * @param _IN_PATH * The string containing the path. * @param _OUT_PATH