Add index.css and admin.css to the windows package

This commit is contained in:
Ron Pedde 2006-11-11 21:56:31 +00:00
parent d90fd30a9b
commit 7647e0b5f2

View File

@ -162,6 +162,8 @@ Section "MainSection" SEC01
File "${ADMIN_ROOT}\ff_logo_sm.gif"
File "${ADMIN_ROOT}\firefly.js"
File "${ADMIN_ROOT}\firefly.css"
File "${ADMIN_ROOT}\index.css"
File "${ADMIN_ROOT}\config.css"
File "${ADMIN_ROOT}\linkTransparent.gif"
File "${ADMIN_ROOT}\linkOpaque.gif"
File "${ADMIN_ROOT}\index.html"
@ -496,6 +498,8 @@ Section Uninstall
Delete "$INSTDIR\admin-root\linkOpaque.gif"
Delete "$INSTDIR\admin-root\linkTransparent.gif"
Delete "$INSTDIR\admin-root\firefly.css"
Delete "$INSTDIR\admin-root\config.css"
Delete "$INSTDIR\admin-root\index.css"
Delete "$INSTDIR\admin-root\firefly.js"
Delete "$INSTDIR\admin-root\ff_logo_sm.gif"
Delete "$INSTDIR\admin-root\playlist.html"