Diff for /Amaya/amaya-wx_release.nsi between versions 1.24 and 1.25

version 1.24, 2005/05/25 07:48:47 version 1.25, 2005/05/25 08:09:35
Line 504  Section "Uninstall" Line 504  Section "Uninstall"
   DetailPrint "Deleting Files..."    DetailPrint "Deleting Files..."
   SetDetailsPrint listonly    SetDetailsPrint listonly
   
   ReadRegStr $STARTMENU_FOLDER HKCU "Software\AmayaWX-debug" "Start Menu Folder"    ReadRegStr $STARTMENU_FOLDER HKCU "Software\AmayaWX" "Start Menu Folder"
   IfFileExists "$SMPROGRAMS\$STARTMENU_FOLDER\Amaya.lnk" amaya_smp_installed    IfFileExists "$SMPROGRAMS\$STARTMENU_FOLDER\Amaya.lnk" amaya_smp_installed
     Goto amaya_smp_notinstalled      Goto amaya_smp_notinstalled
   amaya_smp_installed:    amaya_smp_installed:

Removed from v.1.24  
changed lines
  Added in v.1.25


Webmaster