Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » UppHub » Updater package
Re: Updater package [message #34040 is a reply to message #34037] Thu, 13 October 2011 13:06 Go to previous messageGo to previous message
koldo is currently offline  koldo
Messages: 3365
Registered: August 2008
Senior Veteran
Hello Massimo

To identify an equipment and user I use these functions:

GetSystemInfo(manufacturer, productName, version, numberOfProcessors, mbSerial);
GetBiosInfo(biosVersion, biosReleaseDate, biosSerial);
Array <NetAdapter> netAdapter = GetAdapterInfo();	// Includes MAC addresses for all adapters (WAN, LAN, WLAN, ...)
GetHDSerial();
GetUserName();

From them I use this data. These are the results:

- manufacturer: Good although sometimes empty in PC clones
- productName: Good although sometimes empty in PC clones
- mbSerial: Good although sometimes empty in PC clones
- biosVersion: Good although sometimes empty in PC clones
- biosSerial: Good although sometimes empty in PC clones
- mac: Good using "ETHERNET" adapter. Other adapters can change unexpectedly
- hdserial: Good although code messed up in some Windows 7 PCs 64 bits
- userName: Good although easily changed for home users

As you imagined the identification is not perfect, but it is good in professional environments.


Best regards
IƱaki
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: User configurable menu system
Next Topic: XMLMenu - User configurable menu system - completed
Goto Forum:
  


Current Time: Sat May 18 03:05:21 CEST 2024

Total time taken to generate the page: 0.01320 seconds