system-identification

Get Unique System Identifiers in C#

Hello, 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 distinguish computers that are all built by the same components so I can't go by that. Appreciate hints, ideas, sample code! ...

Platform Identification in WIX 3.0

Hi, 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 “Program Files” as per the Project.wxs file. But if the same MSI is installed on x64 Platform through Bootstrapper, all the installation f...

Unique computer id C#

Hello. 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 for your help! ...