Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. 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?
@SS4598 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.