Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
Hello all,
I want to avoid warning message that appears for toolkit application when executed first time.
The warning message is " This application is from unknown source. Do you want to run this application?
Can digitally signing the application / dll file avoid this message?
@Marcusanthony wrote:
Hello all,
I want to avoid warning message that appears for toolkit application when executed first time.
The warning message is " This application is from unknown source. Do you want to run this application?
Can digitally signing the application / dll file avoid this message?
Add config.pro option:
open_protk_unsigned_apps always
Hi,
yes, digitally signing the application / dll file avoids this message.