update/uninstall CVS data
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3241 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
30655f926a
commit
6e5f672b74
2 changed files with 14 additions and 8 deletions
|
@ -363,6 +363,10 @@ Section "NSIS Update" SecToolsUpdate
|
|||
SetOutPath $INSTDIR\Bin
|
||||
File ..\Bin\NSISUpdate.exe
|
||||
File ..\Bin\InstallCVSData.exe
|
||||
|
||||
IfFileExists "$INSTDIR\CVS\Root" 0 +2
|
||||
Exec '"$INSTDIR\Bin\InstallCVSData.exe"'
|
||||
|
||||
SectionEnd
|
||||
|
||||
Section "Zip2Exe" SecToolsZ2E
|
||||
|
@ -1448,6 +1452,7 @@ Section Uninstall
|
|||
Delete $INSTDIR\nsisconf.nsi
|
||||
Delete $INSTDIR\nsisconf.nsh
|
||||
Delete $INSTDIR\NSIS.chm
|
||||
RMDIR /r $INSTDIR\CVS
|
||||
RMDir /r $INSTDIR\Contrib
|
||||
RMDir /r $INSTDIR\Menu
|
||||
RMDir /r $INSTDIR\Source
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue