SUSfL - Installation
-------------------------
Warning: You should be prepared to download 1-8GB if you have not
access to locally available working SUS!!!

1. Create a folder where you want hold this scripts and updates
    This folder must be placed on filesystem with free 1-8Gb
2. Edit apache configuration
    It's recomended to create a virtual host for storing SUSfL
    In any case add directive "ScriptAlias /autoupdate/ /path/to/your/folder/autoupdate/"
3. Edit autoupdate/sus_consts.py for your needs
4. In autoupdate subfolder execute "python getselfupdate.py"
    This will download selfupdate folder from local sus server or 
    directly from MS site.
    
    Additionally you can reduce this file, by 'grepping' it for you languages.
    In this case you should grep for 'mui' language too.
    
    MS SUS is freely available addon to licensed windows and this
    will be (I think, send email to me if not) legal to use this files
    available to all by Internet if you have only licensed copies of 
    Windows at your LAN.
5. Mannually sync for first time by executing "python sus_sync.py"
6. If you want autosync, add to cron task, that execute this command 
    in autoupdate directory, and optionally you may email sync results 
    to your mailbox using mail program
7. Configure your clients using GPO or by hand. There is an example of windows
    registry file called winupdate.reg
    To manually start updates on Windows machines, execute 'net stop wuauserv'
    and delete from registry value
    "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\LastWaitTimeout"
    and then start service again by executing 'net start wuauserv'
    
All updates require to accept licenses located in EULA subfolder of content folder 
in root of your virtual host.