Click here to Skip to main content
15,884,298 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: string Pin
Antti Keskinen23-May-04 7:37
Antti Keskinen23-May-04 7:37 
GeneralRe: string Pin
Ravi Bhavnani23-May-04 7:53
professionalRavi Bhavnani23-May-04 7:53 
GeneralRe: string Pin
Ravi Bhavnani23-May-04 7:52
professionalRavi Bhavnani23-May-04 7:52 
GeneralDownloading a customised version of an app from a website Pin
Chris Maunder23-May-04 6:00
cofounderChris Maunder23-May-04 6:00 
GeneralRe: Downloading a customised version of an app from a website Pin
Ravi Bhavnani23-May-04 8:00
professionalRavi Bhavnani23-May-04 8:00 
GeneralRe: Downloading a customised version of an app from a website Pin
Chris Maunder23-May-04 8:15
cofounderChris Maunder23-May-04 8:15 
GeneralRe: Downloading a customised version of an app from a website Pin
Ravi Bhavnani23-May-04 8:52
professionalRavi Bhavnani23-May-04 8:52 
GeneralRe: Downloading a customised version of an app from a website Pin
cmk23-May-04 11:00
cmk23-May-04 11:00 
The other 'old way' would be to patch a copy of the .exe.

0. Write application with a global variable that is initialized with some distinct data.
1. Server gets new registration and creates an encrypted blob of the user information.
2. Server creates a copy of the .exe to be downloaded and writes the encrypted blob over the place where the distinct data is.
3. Now when the app is run by the user the data in the global variable is passed, decrypted, and the user information used for the connection.

This really does 'stamp a user's ID onto the application' which means all copies the user makes (and may give to friends) will use this information ... although if you use the ethernet MAC as part of the user information you could prevent this.

This method would have whatever drawbacks you felt 'dynamically building an install file on the fly in order to include a resource file with the user ID' has.


...cmk

Save the whales - collect the whole set
GeneralRe: Downloading a customised version of an app from a website Pin
Russell Robinson23-May-04 12:30
Russell Robinson23-May-04 12:30 
General.NET version problem Pin
Nemok23-May-04 4:53
Nemok23-May-04 4:53 
QuestionHow do I Pin
KORCARI23-May-04 3:53
KORCARI23-May-04 3:53 
AnswerRe: How do I Pin
Ravi Bhavnani23-May-04 4:29
professionalRavi Bhavnani23-May-04 4:29 
GeneralShow Desktop Pin
Abin23-May-04 2:32
Abin23-May-04 2:32 
GeneralRe: Show Desktop Pin
User 665823-May-04 3:38
User 665823-May-04 3:38 
GeneralRe: Show Desktop Pin
Diddy26-May-04 2:36
Diddy26-May-04 2:36 
Generalskinned gui controls in directx Pin
Chooikw22-May-04 23:14
Chooikw22-May-04 23:14 
GeneralRe: skinned gui controls in directx Pin
Antti Keskinen23-May-04 0:23
Antti Keskinen23-May-04 0:23 
GeneralOfficeaddin IDTExtensibility2 Pin
shinay22-May-04 22:33
shinay22-May-04 22:33 
GeneralRe: Officeaddin IDTExtensibility2 Pin
shinay22-May-04 22:34
shinay22-May-04 22:34 
QuestionXML info from web 2 richtextbox ? Pin
MrXs22-May-04 21:30
MrXs22-May-04 21:30 
AnswerRe: XML info from web 2 richtextbox ? Pin
Andrew Quinn AUS24-May-04 0:59
Andrew Quinn AUS24-May-04 0:59 
GeneralHelp:CallBack function Pin
curiosity537422-May-04 21:01
curiosity537422-May-04 21:01 
GeneralRe: Help:CallBack function Pin
John R. Shaw23-May-04 2:20
John R. Shaw23-May-04 2:20 
GeneralRe: Help:CallBack function Pin
Member 42102523-May-04 7:57
Member 42102523-May-04 7:57 
GeneralRe: Help:CallBack function Pin
Blake Miller25-May-04 15:38
Blake Miller25-May-04 15:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.