Forgot to distribute no_access.html with windows package

This commit is contained in:
Ron Pedde 2006-06-01 07:31:04 +00:00
parent bdc4fdc425
commit 3809e79ec3
1 changed files with 2 additions and 0 deletions

View File

@ -164,6 +164,7 @@ Section "MainSection" SEC01
File "${ADMIN_ROOT}\spinner.gif"
File "${ADMIN_ROOT}\util.js"
File "${ADMIN_ROOT}\pngfix.js"
File "${ADMIN_ROOT}\no_access.html"
SetOutPath "$2\admin-root\lib-js"
File "${ADMIN_ROOT}\lib-js\prototype.js"
File "${ADMIN_ROOT}\lib-js\rico.js"
@ -460,6 +461,7 @@ Section Uninstall
Delete "$INSTDIR\admin-root\spinner.gif"
Delete "$INSTDIR\admin-root\util.js"
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\status.js"