Search found 13 matches

by overenigma
Sun Oct 28, 2018 6:44 am
Forum: Problems
Topic: Hardware lock only not working on target
Replies: 8
Views: 15184

Re: Hardware lock only not working on target

Ok, I tested this working well, with a "Limitation by expiration date". Now, back to original problem, would it be possible to have 1, 2. working well together? E.g 1. I give target machine an exe to get it's hardware id (register.exe) 2. I make a exe encrpyted with target machine id, with...
by overenigma
Thu Oct 25, 2018 2:23 pm
Forum: Problems
Topic: Hardware lock only not working on target
Replies: 8
Views: 15184

Re: Hardware lock only not working on target

Yes, I do want to make one exe for each customer, it is specialized app. Ok, I will give it a try as a new project tomorrow. but my previous myapp.exe settings has already the Encrypt with hardware id set, and it didn't work. Maybe it has the Registration part, so I will try one without them. Thanks...
by overenigma
Thu Oct 25, 2018 12:59 pm
Forum: Problems
Topic: Hardware lock only not working on target
Replies: 8
Views: 15184

Re: Hardware lock only not working on target

So this is what I want to achieve register.exe (from c# hardware id sample) - not locked to any machine - get hardware ID - register user/key myapp.exe - locked to single machine only. Yes I want to produce an exe for that single machine only. - No register user/key functionality, just quit silently...
by overenigma
Thu Oct 25, 2018 12:33 pm
Forum: Problems
Topic: Hardware lock only not working on target
Replies: 8
Views: 15184

Re: Hardware lock only not working on target

So I understand that "Registration features" is different for register.exe and myapp.exe, so then how would I get register.exe to work because it is not tied to hardwareid?
by overenigma
Thu Oct 25, 2018 12:31 pm
Forum: Problems
Topic: Sharing project between two exe 32bit and 64bit
Replies: 6
Views: 13198

Re: Sharing project between two exe 32bit and 64bit

yes, this is clear, thank you. I think this is the cause of one of my other problem.
by overenigma
Thu Oct 25, 2018 12:20 pm
Forum: Problems
Topic: Hardware lock only not working on target
Replies: 8
Views: 15184

Hardware lock only not working on target

Hi, so I want my myapp.exe to be locked to one particular machine only. I use the hardwareID sample (register.exe) to get a hardware ID from target machine. I generated a hardware ID key and with Expiration date, and I can register fine using register.exe. For myapp.exe project, it will sliently qui...
by overenigma
Thu Oct 25, 2018 12:10 pm
Forum: Problems
Topic: Sharing project between two exe 32bit and 64bit
Replies: 6
Views: 13198

Re: Sharing project between two exe 32bit and 64bit

yes, I plan to share the keys.

If it is not troublesome, can I ask you to share how to solve if I want to register from the 2 exes? I don't need it now but I might in future.
by overenigma
Thu Oct 25, 2018 11:46 am
Forum: Problems
Topic: Sharing project between two exe 32bit and 64bit
Replies: 6
Views: 13198

Re: Sharing project between two exe 32bit and 64bit

I plan to use a separate dotnet .exe for registration (like your hardware id sample), and 2 two exe (32/64 bit) will fail silently if not hardware registered so this is considered no registration shared?
by overenigma
Thu Oct 25, 2018 1:22 am
Forum: Problems
Topic: Sharing project between two exe 32bit and 64bit
Replies: 6
Views: 13198

Sharing project between two exe 32bit and 64bit

Hi, I'm using the demo trial, my app has two C++ (32bit and 64bit) .exe, can I share the project betwen the 32bit/64bit protector fine to protect both using same hardware lock?
by overenigma
Thu Oct 25, 2018 1:10 am
Forum: Problems
Topic: Crash with sample HardwareID C#
Replies: 6
Views: 18972

Re: Crash with sample HardwareID C#

Ok, I saw the problem. There is a enigma_ide64.dl but the sample folder supply the 32bit dll and dllimports it. Solved