WINventory Demo Package

------------------------------------------------------------
Copyright 2004-2005 SoftDevNet Ltd., www.softdevnet.com
Contact: info@softdevnet.com, order@softdevnet.com
------------------------------------------------------------

Package

Files			Description
---------------------------------------
Demo.exe 		Executable
Config.ini 		Configuration file
readme.txt		Readme (this file)


Purpose

WINventory Demo Package is designed to demonstrate powerful 
capabiliries of collecting PC hardware and software settings.

Source code of this application is available for sale(order@softdevnet.com)


Features

The following information could be easily collected using our library:

Software:

1. Operating System info (version, build, service pack, etc)
2. Running applications info (names, memory consumption, started date and time, etc)
3. Processes info (process name, state, status, etc.)
4. Drivers info
5. Users (complete list of users on this PC)
6. Currently logged user
7. Installed Software
8. Any software error with description
9. Etc

Hardware:

1. PC info (serial, manufacturer, etc)
2. Processors info (number, type, speed, current load, etc )
3. Hard Drives info (serial, manufacturer, total volume, free volume, etc)
4. Level of Disk fragmentation (for MS Windows 2003 server only)
5. Monitor (manufacturer, screen resolution, etc)
6. Network Adapter (MAC, type, settings )
7. Printer (manufacturer, description, etc)
8. Modem (manufacturer, type, speed, etc)
9. Other Hardware parts could be easily added
10.Etc

This library comes with source code, samples and documentation. 

Technical Information:

1. Developed in MS Visual C++ .NET 2003 using Object Oriented approach
2. Standard Libraries and objects used:
	-	MFC (Microsoft Foundation Classes)
	-	WMI (Windows Management Instrumentation)
	-	WNet (Windows Network libraries)
3. Supported OS: 
	-	Windows 98, Windows ME (limited support*)
	-	Windows NT, Windows 2000, Windows XP, Windows 2003

* Limited support means that some functions are not supported and installation of
additional WMI components is required.
Please refer to technical documentation for full compatibility description and
requirements.


Pricing

License 		Price 
---------------------------------
First License 		650 USD 
Additional Licenses	150 USD 
Support (6 month)	150 USD 


One License gives License Holder right to receive our library
with source code, samples and documentation, to include this library to one commercial
product and to receive free support for 3 month.
If you need to use this library in other products you need to purchase additional licenses.
Subsequent licenses cost just 150 USD and customer granted 3 months free support
with every license.

ATTENTION: Redistribution of this library and/or source code to any other party or using
library and source code in many projects without purchasing additional licenses
is STRICTLY PROHIBITED.


Demo

In order to try WINventory Demo you should unzip package to any folder and run demo.exe.

As a result of execution with current settings an Info1.dat file will be produced
that contains TAB separated information about current PC(see below some format
explanations). 
Other different modes to run this application are described briefly in Config.ini.
This application can scan entire network or a set of PCs and collect same information
from all PCs(note that user under which account this application is started must have
privileges to run RPC [Remote Procedure Call] on computers he needs to scan and also
execution of RPC procedures should be allowed on the target PC).
In the configuration file it is possible to set username and password under which a
network (not local!) scanning will take place.

The output could be directed to screen, file or MS SQL database.
The format is explained in the following example:

MyPC	Object	Processor	Property	Manufacturer	GenuineIntel

The following fields are present in the text file (from left to right):
Computer name, word Object, Name of scanned part or feature, word Property,
Name of the property of scanned part or feature, value of the property.

------------------------------------------------------------
Copyright 2004-2005 SoftDevNet Ltd., www.softdevnet.com