Help Creating Exe File[modified]
-
Hi, I have created an application using VB6. I want to limit my exe to get install only via my installer. When i install my application an exe is placed in system, if some one copy that exe and paste it in other computer, he can also use the same exe to run application and use. So if there is any way so that i can limit my installation to that particular PC where i have installed it using Installer. Regards, Kaushal Arora
modified on Wednesday, July 15, 2009 9:26 AM
-
Hi, I have created an application using VB6. I want to limit my exe to get install only via my installer. When i install my application an exe is placed in system, if some one copy that exe and paste it in other computer, he can also use the same exe to run application and use. So if there is any way so that i can limit my installation to that particular PC where i have installed it using Installer. Regards, Kaushal Arora
modified on Wednesday, July 15, 2009 9:26 AM
1st Help is not very descriptive of your problem, as everyone posting here is in need of some help. 2nd VB6? Why? It's obsolete by at least 7 years. 3rd You perhaps should look at a system of registration for example, taking some data from the PC and generate an ID that can be used to generate an activation key.
Steve Jowett ------------------------- Real programmers don't comment their code. If it was hard to write, it should be hard to read.