Search results

  1. gdgsupport

    Setting up Trial Versions

    Short answer: "Trial Days" in the XLS Padlock desktop UI and keymaxdays in the Woo Integration Kit's workbooks.json are the same field. They both set the maximum number of days the key remains valid from the date of first activation. "Display the nag screen" in the...
  2. gdgsupport

    Compiled XLS Padlock EXE closes when Windows file dialog opens (Save As / Insert Image)

    Thanks for sharing this data point! We've seen similar file-dialog crashes pinned on Norton's behavioral/exploit protection intercepting the Excel process when the Windows common dialog is spawned from inside a protected EXE. For anyone hitting this in the future, the usual fixes on the...
  3. gdgsupport

    Paquet Builder 2026 Released - Apr 14, 2026🎉

    Paquet Builder 2026 — What's New We’re pleased to announce that our Windows installer and Self-Extracting archive creator Paquet Builder 2026 is out. Here's a rundown of the additions available in this major release: AI Assistant & MCP Server The IDE now includes an AI assistant that accepts...
  4. gdgsupport

    Solution What is wrong with heexternal://

    OK, thanks for the extended testing. We'll focus on CEF then.
  5. gdgsupport

    Solution What is wrong with heexternal://

    The syntax heexternal:// followed by a full URL should work correctly for opening external links in the user's default browser. Your code looks correct in principle: <a href="heexternal://https://411center.com/r/exeoutput-magicai">...</a> A few things to check: 1. Test with a simple text...
  6. gdgsupport

    Solution Call to OS Function Failed

    Glad to hear the issue is resolved! That setting is related to how secondary processes are named. It is mainly intended for companies with strict security rules regarding allowed processes. Since everything works correctly without it, we recommend keeping it disabled for your project.
  7. gdgsupport

    Solution Call to OS Function Failed

    Did disabling that option fix the issue? Please let us know if the error still occurs after unchecking it and rebuilding your EXE.
  8. gdgsupport

    Solution Call to OS Function Failed

    Could you check if the following option is enabled or not in your ExeOutput project?
  9. gdgsupport

    SignTool.exe was not found. Please define it in the Environment Option

    When you use the SignTool Commands method in XLS Padlock, you should not type the actual path to your EXE file in the command line. Instead, use the placeholder {$OUTPUTFILE$} — XLS Padlock will automatically replace it with the real path to your compiled EXE at build time. For example, if your...
  10. gdgsupport

    Solution Call to OS Function Failed

    A few questions to help narrow this down: - Does this error happen every time you run the EXE, or is it random/intermittent? - Have you tried restarting your PC and running the EXE again? - Do you have any antivirus software that might be interfering (Windows Defender, or a third-party one)? -...
  11. gdgsupport

    Solution Call to OS Function Failed

    What is the Windows version are you running the EXE on?
  12. gdgsupport

    SignTool.exe was not found. Please define it in the Environment Option

    You should replace the full path in the command line by "{$OUTPUTFILE$}".
  13. gdgsupport

    Excel Solver Add-in causing XLSPadlock .exe to not open with settings

    We're unable to reproduce the issue. Would it be possible for you to provide us with your EXE file for internal review? Or to create a lite sample that would let us reproduce your problem? Please contact us with PM/DM if you don't want to publicly publish your file(s).
  14. gdgsupport

    SignTool.exe was not found. Please define it in the Environment Option

    Can you show the entire line you entered in ?
  15. gdgsupport

    Excel Solver Add-in causing XLSPadlock .exe to not open with settings

    Which Excel version are you using? And XLS Padlock version?
  16. gdgsupport

    SignTool.exe was not found. Please define it in the Environment Option

    If Windows SDK is now set up, click Global Preferences in XLS Padlock (on code signing page) and let XLS Padlock auto-detect the path to SignTool.exe (click the appropriate button near the path field).
  17. gdgsupport

    Excel Solver Add-in causing XLSPadlock .exe to not open with settings

    The behavior you describe is consistent with XLS Padlock disabling the Solver add-in when the protected workbook starts. By default, XLS Padlock disables most Excel add-ins in the secured environment for security reasons. Solver is one of the built-in “common Excel add-ins,” so if your workbook...
  18. gdgsupport

    Error - no matter what i do

    Are you running some antivirus software or maybe you're running on a virtual PC?
  19. gdgsupport

    Setting up Trial Versions

    XLS Padlock’s built-in trial mode is based on activation keys. In practice, this means the standard trial workflow requires the user to activate the compiled EXE with a trial key first. The nag screen and the trial state are both linked to that trial-key configuration. You could generate a trial...
  20. gdgsupport

    problem with hardware locked registration

    Sorry for the delay in replying. We were closed on Sunday, which is why you did not receive an answer yesterday. Regarding your question, the option to create hardware-locked registration keys is disabled in the Pro version you are currently using. This feature is only available in the...
Back
Top