Landing of interdependent bugs for Vista support. Bug 354005 Setting the app as the OS default is broken on Vista. r=sspitzer, r=dougt, sr=bsmedberg. Bug 351949 � Automatic Update is not working for Vista users with limited account privilege and UAC (User Account Control) enabled. r=sspitzer, r=rstrong. Bug 354226 � nsPostUpdateWin.js fails to update registry keys / log files after an update has been applied. r=rstrong.

This commit is contained in:
rob_strong@exchangecode.com
2007-01-30 05:14:50 +00:00
parent cc48089e26
commit 0725d0a518
28 changed files with 1704 additions and 1100 deletions

View File

@@ -61,8 +61,7 @@ protected:
PRBool GetMailAccountKey(HKEY* aResult);
void SetRegKey(const char* aKeyName, const char* aValueName,
const char* aValue, PRBool aReplaceExisting,
PRBool aForAllUsers);
const char* aValue, PRBool aHKLMOnly);
private:
PRBool mCheckedThisSession;