Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. 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.
