comparison gaim-installer.nsi @ 3965:a17b482a9216

[gaim-migrate @ 4149] a4 fix committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Fri, 15 Nov 2002 00:56:24 +0000
parents 67209a7ee924
children ff8eb6508202
comparison
equal deleted inserted replaced
3964:40acc08c4979 3965:a17b482a9216
52 52
53 ; Gaim Registry Settings 53 ; Gaim Registry Settings
54 ; Read in Aspell install path 54 ; Read in Aspell install path
55 ReadRegStr $R0 HKEY_LOCAL_MACHINE "Software\Aspell" "" 55 ReadRegStr $R0 HKEY_LOCAL_MACHINE "Software\Aspell" ""
56 WriteRegStr HKEY_LOCAL_MACHINE "SOFTWARE\Gaim" "" "$INSTDIR" 56 WriteRegStr HKEY_LOCAL_MACHINE "SOFTWARE\Gaim" "" "$INSTDIR"
57 WriteRegStr HKEY_LOCAL_MACHINE "SOFTWARE\Gaim" "Version" "0.60a3" 57 WriteRegStr HKEY_LOCAL_MACHINE "SOFTWARE\Gaim" "Version" "0.60a4"
58 ; Keep track of aspell install path, for when we uninstall 58 ; Keep track of aspell install path, for when we uninstall
59 WriteRegStr HKEY_LOCAL_MACHINE "SOFTWARE\Gaim" "AspellPath" $R0 59 WriteRegStr HKEY_LOCAL_MACHINE "SOFTWARE\Gaim" "AspellPath" $R0
60 WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gaim" "DisplayName" "Gaim (remove only)" 60 WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gaim" "DisplayName" "Gaim (remove only)"
61 WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gaim" "UninstallString" '"$INSTDIR\gaim-uninst.exe"' 61 WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gaim" "UninstallString" '"$INSTDIR\gaim-uninst.exe"'
62 ; Set App path to include aspell dir (so Gaim can find aspell dlls) 62 ; Set App path to include aspell dir (so Gaim can find aspell dlls)