Update of /cvsroot/btplusplus/BT++/dist
In directory sc8-pr-cvs1:/tmp/cvs-serv20032/dist
Modified Files:
BT++.nsi
Log Message:
Uninstaller didn't remove 'helpc.pyd'.
Index: BT++.nsi
===================================================================
RCS file: /cvsroot/btplusplus/BT++/dist/BT++.nsi,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** BT++.nsi 9 Mar 2003 12:11:55 -0000 1.9
--- BT++.nsi 9 Mar 2003 12:19:35 -0000 1.10
***************
*** 104,107 ****
--- 104,108 ----
Delete "$INSTDIR\_winreg.pyd"
Delete "$INSTDIR\BT++.exe"
+ Delete "$INSTDIR\helpc.pyd"
Delete "$INSTDIR\python22.dll"
Delete "$INSTDIR\select.pyd"
|