diff gaim-installer.nsi @ 7357:eb0acf8c8f1e

[gaim-migrate @ 7950] *** empty log message *** committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Mon, 27 Oct 2003 21:05:27 +0000
parents af0e0b4d0c32
children 908343b14e70
line wrap: on
line diff
--- a/gaim-installer.nsi	Mon Oct 27 21:04:41 2003 +0000
+++ b/gaim-installer.nsi	Mon Oct 27 21:05:27 2003 +0000
@@ -386,13 +386,6 @@
 
     perl_done:
 
-    ; If we don't have install rights and no hklm GTK install.. then Start in lnk property should
-    ; remain gaim dir.. otherwise it should be set to the GTK bin dir. (to avoid dll hell)
-    StrCmp $R0 "NONE" 0 startin_gtk
-      StrCmp $R1 "" startin_gaim
-    startin_gtk:
-      SetOutPath "$R1\bin"
-    startin_gaim:
     CreateDirectory "$SMPROGRAMS\Gaim"
     CreateShortCut "$SMPROGRAMS\Gaim\Gaim.lnk" "$INSTDIR\gaim.exe"
     CreateShortCut "$DESKTOP\Gaim.lnk" "$INSTDIR\gaim.exe"