Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. 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.
