Protection Build Integration (Delphi)

Post here any topics that related to Enigma Protector, its functionality, your misunderstanding, offers to improvements etc etc etc
Post Reply
Pat666
Posts: 8
Joined: Wed Nov 20, 2013 1:15 pm

Protection Build Integration (Delphi)

Post by Pat666 »

Hi,
I want my build instantly protected by Enigma, and I want this be done right after I make build my application.
So, i don't need to open enigma protection GUI to protect my app.

How to set this kind integration in delphi ?
Enigma
Site Admin
Posts: 2939
Joined: Wed Aug 20, 2008 2:24 pm

Re: Protection Build Integration (Delphi)

Post by Enigma »

Hi Pat666, unfortunately, I'm not aware if Delphi IDE has something like post build event like Visual Studio has, but you may check it out. If yes, then you may add console version of Enigma Protector with the necessary .enigma project file to run after Delphi compiles the executable to protect it.

Also, another way, you may build a very simple batch file that will compile your Delphi project and then run console version of Enigma Protector to protect the file.
Pat666
Posts: 8
Joined: Wed Nov 20, 2013 1:15 pm

Re: Protection Build Integration (Delphi)

Post by Pat666 »

AHA!
Thank you, my problem is solved. I use command line enigma32.exe calling my enigma project file, then i put this on post build event.

BR
Enigma
Site Admin
Posts: 2939
Joined: Wed Aug 20, 2008 2:24 pm

Re: Protection Build Integration (Delphi)

Post by Enigma »

Great, thanks for the info!
Post Reply