Application Information:

 Description 	Displays Username on Internet Explorer Printouts
 Name 		IEUsername
 Version	1

Package Information:

 Author		Mark Drabble, Offerton High School
 Creation Date	22 March 2006
 Version	1.0.0.0
 MSI Name	IEUSername.MSI

Notes: 
The program is designed to look at the current user on the computer and then write the username into the registry at
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\PageSetup]
"footer"="Printed by [Username]"


MSI places the app (IEUsername.exe) inside c:\program files\IEUsername

When you allocate the package out to stations you will need to import the registy fragment called Import_Me.reg into a user type so when a user logons the app is ran.  

The registy fragment contains the following:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
"IEUsername"="C:\program files\IEUsername\IEUSername.exe"

I have tested this app on my Network in school at have had no problems.  If you decide to use this program, I cannot be held responsible for any damaged caused to your network (just stating to cover myself)

The way I get the app to run is not ideal, so if have another way of running the app please let me and other people know.

