|
-
Sep 2nd, 2010, 01:32 PM
#1
Thread Starter
New Member
how do i protect my protect my program from being installed more then once?
Hi ive been making my own programs but i want to know how to make the file being installed once if you have any code for vb like this it would real help
-
Sep 3rd, 2010, 10:29 AM
#2
Re: how do i protect my protect my program from being installed more then once?
Hi kieran... Welcome to the forums...
Which version of VB are you using ? VB6, VB.Net, ASP, ASP.Net ?
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
-
Sep 3rd, 2010, 12:55 PM
#3
Re: how do i protect my protect my program from being installed more then once?
Also, what installation package are you using?
-
Sep 3rd, 2010, 01:04 PM
#4
Re: how do i protect my protect my program from being installed more then once?
Let's clarify:
1) Installed only once on one computer, and you cannot install on any other computer ?
2) Installed once, as in, cannot install the same application more than once on the same computer ? (separate directories)
3) Install once, then uninstall, but you cannot install it again ?
-
Sep 3rd, 2010, 01:35 PM
#5
Thread Starter
New Member
Re: how do i protect my protect my program from being installed more then once?
I have Vb 2008 (08), I dont Have problems installing the program and i am using windows installer 3.7 as installation package
Really I need some help Or code
-
Sep 3rd, 2010, 11:02 PM
#6
Re: how do i protect my protect my program from being installed more then once?
 Originally Posted by kieran 1234
I have Vb 2008 (08), I dont Have problems installing the program and i am using windows installer 3.7 as installation package
Really I need some help Or code
I think, you need to do some coding to generate a unique code based on the system which it is installed. So, after the first installation of the program and when the user starts the program, a Registration window will be shown showing the unique code for that PC. So, when the user reports this unique code to you(the developer), you'll provide a activation code generated after examining the unique code and tells that to the customer. When the user enters this activation code in your program, the program will be unlocked and will be able to use in that PC.
In this way, you can keep tack of the users who are using your product.
A free open source project for this purpose is ActiveLock. You can download the files from: http://www.activelocksoftware.com/
Good luck....
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
-
Sep 4th, 2010, 04:12 AM
#7
Re: how do i protect my protect my program from being installed more then once?
 Originally Posted by kieran 1234
I have Vb 2008 (08)
Thread moved from 'ASP/VBScript' forum to 'VB.Net' (VB2002 and later) forum (thanks for letting us know akhileshbc )
By the way, VB 2008 is not the same as VB 8 (that is actually VB2005).
-
Sep 4th, 2010, 04:23 AM
#8
Thread Starter
New Member
Re: how do i protect my protect my program from being installed more then once?
To All of u i am a kid i need some instructions on the active lock
-
Sep 4th, 2010, 04:24 AM
#9
Thread Starter
New Member
Re: how do i protect my protect my program from being installed more then once?
by the way i cant install anything programs (not admin)
-
Sep 4th, 2010, 11:53 AM
#10
Re: how do i protect my protect my program from being installed more then once?
I suggest that you invest in some licensing software. I use the term "invest" on purpose. Presumably you are charging people money for your software and you want to prevent them installing it without paying for it. In that case the money you spend on the licensing software will be repaid many times over, so it is an investment.
-
Sep 9th, 2010, 12:02 PM
#11
Thread Starter
New Member
Re: how do i protect my protect my program from being installed more then once?
sorry but i dont have any money to invest some softwere
i will try active lock
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|