Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
3answers
2k views

Unique computer id C#

I'm looking for a way to get unique computer id. According to this post I can't use processor id for this purpose. Can I take motherboard id? What is the best way to identify the computer? Thank you ...
3
votes
2answers
3k views

Platform Identification in WIX 3.0

I am facing issues when migrating the managed code from x86 to x64 platform. I have a WIX project to create a MSI which will be executed through Bootstrapper. On x86 Platform, files get copied in ...
3
votes
6answers
4k views

Get Unique System Identifiers in C#

what kind of 'unique' system identifiers can be easily obtained using C# (to hash and then uniquely identify a system)? I could just hash HDD size and things like that but I need to identify and ...
1
vote
2answers
147 views

Determine a computer ID in Flash/AIR game

I'm creating an online multiplayer game in which I want to prevent players from joining a game using multiple clients/accounts on one computer. I can't simply do a server sided check for the ...
1
vote
3answers
292 views

Unique System ID in Ruby …?

Is there a way to generate an unique Hardware dependent Identification key in Ruby...?