Installation info for Trimble Optical Positioning Communication Components
==========================================================================


Prerequisites
-------------

* Administrator privileges
* Windows XP SP3, Vista, Windows 7 32-bit and 64-bit
* MMicrosoft Visual C++ 2005 Service Pack 1 Redistributable Package ATL Security Update (KB973544)
* Windows Installer 3.1
* .NET Framework 2.0
* MSXML 6
* Wireless LAN API (KB918997)


Installation
------------

1) Disconnect any connected instruments
2) New install or upgrade - just run optical_pos_c_components.msi, or provided setup.exe.
3) Connect instrument. Accept to complete driver installation automatically, if asked.

Note: Please uninstall previous old versions (older than 4.4.30) before installing.


Advanced installation of .msi
-----------------------------

To control installation details it is possible to use msiexec directly and select wanted features, 
use quiet mode, installation log, etc.

Features available are: 
	Standard (all binaries, INSTALLEVEL = 100)
	Debug (adds debug symbols, INSTALLEVEL = 200) 
	Driver (USB device driver for S6 Total Station)

Default is Standard + Driver. Select features with INSTALLEVEL or ADDLOCAL/REMOVE.
(Note: It is not recommended to exclude Driver)

Examples:

	msiexec /i optical_pos_c_components.msi /log Install.log
	msiexec /i optical_pos_c_components.msi /log Install.log /quiet INSTALLLEVEL=200
	msiexec /i optical_pos_c_components.msi /log Install.log /passive ADDLOCAL=Debug,Driver
	msiexec /x optical_pos_c_components.msi /log Uninstall.log
	msiexec /x {[ProductCode]} /log Uninstall.log


Other
-----

SDK installation adds files needed only for developers.
