One day I will remember the autoconf and nsi files

This commit is contained in:
Anders Betnér
2006-06-25 19:42:43 +00:00
parent 39eadc30f4
commit 7604863276
2 changed files with 4 additions and 4 deletions

View File

@@ -150,7 +150,7 @@ Section "MainSection" SEC01
SetOutPath "$2\admin-root"
File "${ADMIN_ROOT}\thanks.html"
File "${ADMIN_ROOT}\status.html"
File "${ADMIN_ROOT}\about.html"
File "${ADMIN_ROOT}\status.js"
File "${ADMIN_ROOT}\smartpopup.html"
File "${ADMIN_ROOT}\smart.js"
@@ -505,7 +505,7 @@ Section Uninstall
Delete "$INSTDIR\admin-root\pngfix.js"
Delete "$INSTDIR\admin-root\no_access.html"
Delete "$INSTDIR\admin-root\smartpopup.html"
Delete "$INSTDIR\admin-root\status.html"
Delete "$INSTDIR\admin-root\about.html"
Delete "$INSTDIR\admin-root\status.js"
Delete "$INSTDIR\admin-root\thanks.html"
Delete "$INSTDIR\admin-root\config.js"