============
Installation
=============

copy all files in the Application folder to desired location - both files must be in the same folder

=============
AFTER INSTALL
=============
Edit the <userSettings> section of the "Bulletin Information Delivery Service.exe.config" file to point to the location of the file and to adjust the delay timer

EG: 


            <setting name="bulletinURL" serializeAs="String">
                <value>C:\notice.pdf</value>
            </setting>


            <setting name="sleepTime" serializeAs="String">
                <value>30000</value> 
            </setting>


The above would load the "notice.pdf" file into the application and disable the "Close" button for 30 seconds  (1000 = 1 second)

Any problems email craig.wilson@gattancha.co.uk