Prerequisites:
- Close Skylight
- There is an 'Installer_parameters.xml' file in the same directory as DriverInst.exe
- There is a 'Drivers' directory in the same directory as DriverInst.exe

Command line options:
-r    : Uninstall drivers
-s    : Silent Mode; no UI
-w    : Wait on Found New Hardware Wizard to finish before returning
-phww : Bypass Found New Hardware Wizard running check
-xml=xxx.xml             : Specify xml file to use for overriding settings provided in installer_parameters.xml
-pid=XXXX...[,XXXX...]   : Install device drivers for a specific PID
-ndis620                 : Install NDIS 6.20 drives on Windows 7
-noloc                   : Do not install location driver on Windows 7
-rs                            : Uninstall drivers and perform a rescan
-dis=XXXX...[,XXXX...]   : Disable before Install/Uninstall and then re-enable a specific device identified by the PID 
-ed                                         : Disable and Enable all devices specified in the list (no driver installation)

Usage example: C:>DriverInst
               C:>DriverInst -xml=HSPA_devices.xml
               C:>DriverInst -pid=68A2,68C0           //This will only install drivers for Generic Devices based on 9x15

Logging:
- Available in the application data folder ('Driver_Installer.txt')

Note for 64-bit platforms:
-	Always launch DriverInst.exe and not DriverInst64.exe.
DriverInst.exe detects the OS type and automatically launches DriverInst64.exe if a 64-bit OS is detected.

Troubleshooting:
When encountering driver installation issues please try uninstall drivers (DriverInst -r) and reinstall again.


