Include a unique URL in EXE

Posted by John Grey on Stack Overflow See other posts from Stack Overflow or by John Grey
Published on 2010-04-23T11:43:27Z Indexed on 2010/04/23 11:53 UTC
Read the original article Hit count: 220

Filed under:

Hi :)

I want to give users of my site the ability to upload their software/hardware configuration automatically on Windows. So I'm thinking of having an EXE file download, and somehow put in that EXE a unique URL for each user. When the data is collected, the program would just posts some JSON to that URL. How can I do it? I'm most familiar with .NET platform. Tools like this do exist, for example Blizzard uses this approach for their beta test enroll. Each user downloads a slightly different EXE.

TIA

© Stack Overflow or respective owner

Related posts about .NET