View the DQSD CVS repository here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/

Update of /cvsroot/dqsd/dqsd/src
In directory sc8-pr-cvs1:/tmp/cvs-serv21013/src

Modified Files:
        search.nsi 
Log Message:
First attempt at optional uninstaller.  Prompts to uninstall local files now.

Please build and test.

Index: search.nsi
===================================================================
RCS file: /cvsroot/dqsd/dqsd/src/search.nsi,v
retrieving revision 1.72
retrieving revision 1.73
diff -C2 -d -r1.72 -r1.73
*** search.nsi  21 Jan 2004 19:30:22 -0000      1.72
--- search.nsi  22 Jan 2004 02:45:10 -0000      1.73
***************
*** 16,20 ****
  
  ; Silent install
! DirShow hide
  CRCCheck on
  SetDatablockOptimize on
--- 16,20 ----
  
  ; Silent install
! ;DirShow hide
  CRCCheck on
  SetDatablockOptimize on
***************
*** 363,366 ****
--- 363,374 ----
    Delete /REBOOTOK $INSTDIR\preferences.js
    Delete /REBOOTOK $INSTDIR\uninstall.exe
+ 
+ ; Ask to delete local files
+   MessageBox MB_YESNO|MB_ICONINFORMATION|MB_DEFBUTTON2 "Uninstall local settings 
too?" IDYES fulluninstall IDNO partialuninstall
+   fulluninstall:
+   RmDir /r $INSTDIR
+ 
+   
+   partialuninstall:
    RmDir /r $INSTDIR\src
    RmDir /r $INSTDIR\searches
***************
*** 373,375 ****
    RmDir /REBOOTOK $INSTDIR
  
! SectionEnd
\ No newline at end of file
--- 381,383 ----
    RmDir /REBOOTOK $INSTDIR
  
! SectionEnd




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
DQSD-CVS mailing list
https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
DQSD CVS repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/

Reply via email to