Revision 00add5e6d0267cc67f635404de46e4d91356e5cd
datallah at pidgin.im
datallah at pidgin.im
Wed Apr 11 01:23:02 EDT 2007
o -----------------------------------------------------------------
| Revision: 00add5e6d0267cc67f635404de46e4d91356e5cd
| Ancestor: 5ef62f4cf0014b1c22732ae241ade327762910e3
| Author: datallah
| Date: 2005-01-12T22:47:16
| Branch: im.pidgin.gaim.oldstatus
|
| Modified files:
| gaim-installer.nsi
|
| ChangeLog:
|
| [gaim-migrate @ 11810]
| If gaim has been previously installed on the machine, use the previous install location instead of the default. Fixes bug 1094413
| ============================================================
| --- gaim-installer.nsi 9660f2b2c577e4162ff5a00752a769ff9ac703b9
| +++ gaim-installer.nsi 24d96c972c1a67dea085a7dd92ac6d1d7e691c81
| @@ -1051,6 +1051,15 @@ Function .onInit
| ; If install path was set on the command, use it.
| StrCmp $INSTDIR "" 0 instdir_done
|
| + ; If gaim is currently intalled, we should default to where it is currently installed
| + ClearErrors
| + ReadRegStr $INSTDIR HKCU "${GAIM_REG_KEY}" ""
| + IfErrors +2
| + StrCmp $INSTDIR "" 0 instdir_done
| + ReadRegStr $INSTDIR HKLM "${GAIM_REG_KEY}" ""
| + IfErrors +2
| + StrCmp $INSTDIR "" 0 instdir_done
| +
| Call CheckUserInstallRights
| Pop $0
|
To get the patch for this revision, please do this:
mtn log --last 1 --diffs --from 00add5e6d0267cc67f635404de46e4d91356e5cd
More information about the Commits
mailing list