Manual
Protection EventsSet up a set of events that will be triggered by protection before of after protection finishes. Basically, the feature allows to run specified process with specified parameters before or after protection. Usual use-cases are following:
Enable - enables the event. If event is disabled, it won't be fired, however it will stay in the events list. When Happens? - determines whenever the event will be fired:
Command Line - the command to run, with necessary parameters. Command line may contain special Path Variables to specify the path to the file to be executed, or running parameters. Path Variables that represent folders do not include ending path delimiter! Examples: This example runs signtool.exe to digitally sign the protected file with the code signing certificate. The command expects the signtool.exe to be located at the same folder with the non protected input file (the folder %INOUT FILE PATH% is used for signtool.exe). Event happens only after successful protection. Simple example, it just runs the protected file after successful protection. |