Bojan Bojanʼs posts

Bojan Bojan (Bojan) has made 11 posts.

Issue with sign systa for Mac

Post on Jan 5, 2024

I tried to sign systa with: codesign -s "Developer ID Application: Developer ID" /path to/systa an…

sign for macOSAnswered

Post on Dec 21, 2023

I created .pkg file and sign with Developer ID installer and then do Notarization.  But Apple refu…

Question about Error 17 (TA_E_IN_VM)Answered

Post on Nov 10, 2023

I got I lot of complains from users about error 17: "The function failed because this instance of yo…

Authenticode signatures of TurboActivate.dat with hash?Answered

Post on Nov 7, 2023

Should I do Authenticode signatures of TurboActivate.dat with some hash like SHA256? Probably I sho…

Permission for systa on MacAnswered

Post on Nov 4, 2023

Ok thank you for your answer. If I leave native folder available to the user so they can access its…

Post on Nov 3, 2023

To user do not do this manually permision in the terminal, can I add this code like this below? But…

Limit time for product keys (product keys length)?Answered

Post on Oct 24, 2023

Ok I have put this inside BeginYourApp() : ta.GetFeatureValue("update_expires")   .then((retObj) …

Post on Oct 24, 2023

If I want to limit time for product keys to one year (product keys length), do I need to add "Custom…

PromptForProductKey()Answered

Post on Oct 20, 2023

If after each run of app I want to decide whether to offer dialog to choose trial or activate, can I…

Post on Oct 18, 2023

I tried to use NodeJS. I have a question about function PromptForProductKey() from main.js Which is…

TurboActivate with Adobe Illustrator PluginAnswered

Post on Oct 12, 2023

I have created a plugin for Adobe Illustrator. It is created with HTML/Javascript/ExtendScript (Adob…