Not really an answer, but I've got an <exit code='2'/> in my firefox package as 
well.  That helper.exe is basically an NSIS installer and maybe after running 
/SetAsDefaultAppGlobal it quits with 2 because it didn't actually 
install/uninstall ff/tb.  Something like that.  You can use this as a starting 
point to dig into the details: http://mxr.mozilla.org/mozilla-
central/source/browser/installer/windows/nsis/shared.nsh

Regards,
Malte

Am Montag, 16. Januar 2012, 13:06:08 schrieb Marco Gaiarin:
> [XP sp3 32 bit]
> 
> I've found that the wpkg wiki proposed way of making FF the default
> application, so:
> 
>       "%ProgramFiles%\Mozilla Firefox\uninstall\helper.exe"
> /SetAsDefaultAppGlobal
> 
> works also for TB:
> 
>       "%ProgramFiles%\Mozilla Thunderbird\uninstall\helper.exe"
> /SetAsDefaultAppGlobal
> 
> 
> If i run on a command shell, from the same user that run WPKG (SYSTEM),
> i get no warning at all, do what expected and %ERRORLEVEL% are 0.
> 
> If i run from WPKG, seems to do what expected but return error 2.
> 
> 
> I've mapped error 2 to a good exit status, but someone have at least a
> clue for that?
> 
> 
> Thanks.

-------------------------------------------------------------------------
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
_______________________________________________
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users

Reply via email to