How applications detect the computer?

Ask other users about problems encountered with portable apps or help by posting solutions to existing problems.
Post Reply
Message
Author
User avatar
msnuser193
Posts: 16
Joined: Fri Jan 02, 2009 12:20 pm

How applications detect the computer?

#1 Post by msnuser193 »

I have an application that I want to convert to portable. After creating the app, it works but a message pops up: "This is not the computer the program was installed to". How does it detect the computer?

btw, maybe it's the computer id, is it possible to fake a computer id?

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: How applications detect the computer?

#2 Post by guinness »

There is more than one way the program can achieve this, most likely its via a registry that is created when installed and simply says "No RegKey = No way this could have been installed on this PC" Or is could have the installed Computer's name in an .INI file.
Whats the program? Maybe a .PAF or JauntePE project has already been created?

User avatar
msnuser193
Posts: 16
Joined: Fri Jan 02, 2009 12:20 pm

Re: How applications detect the computer?

#3 Post by msnuser193 »

Is it possible to track all the app's actions?

such as what file it accesses, registry key, changes created, etc.

This would be helpful if it does access *.ini file for computer id.

8)


User avatar
msnuser193
Posts: 16
Joined: Fri Jan 02, 2009 12:20 pm

Re: How applications detect the computer?

#5 Post by msnuser193 »

Nice!, will report my findings. :?:

Post Reply