Search results

  1. gdgsupport

    Pre-release - ExeOutput for PHP 2025 - A Major Update is on the Horizon

    Make also sure that you have the latest Microsoft Visual C++ Redistributable version. https://aka.ms/vs/17/release/vc_redist.x86.exe
  2. gdgsupport

    Pre-release - ExeOutput for PHP 2025 - A Major Update is on the Horizon

    Which version of CEF have you selected in your project? And make sure to run the Web Update utility to replace old remaining versions that were not deleted by the installer.
  3. gdgsupport

    Loading Worksheet ends with no error (2025.1)

    Could you please check the Windows Event Viewer in case of a crash? If you have a DUMP file as well, that would be even better. Thank you.
  4. gdgsupport

    Pre-release - ExeOutput for PHP 2025 - A Major Update is on the Horizon

    Before the final release, here is a pre-release of ExeOutput for PHP 2025 with WebView2 support, for those who are interested. Before releasing the final installer, we still need to fix a few minor bugs and finalize our documentation. However, due to demand, we are publishing this version as...
  5. gdgsupport

    Open and Save Dialog Boxes Crash Secure Workbook

    Regarding the issue you described, we have not received any additional reports of similar behavior since your last message, and our internal tests with XLS Padlock under the latest Windows updates have not reproduced the problem. We regularly monitor Windows updates, and no recent changes have...
  6. gdgsupport

    Running Artisan commands

    We don't provide support for old versions though. You could create a stand-alone console app with ExeOutput that executes your artisan queue:work command. Then, with HEScript within your main app, you execute the console app in the background. Thus, it does not freeze your main app UI. To...
  7. gdgsupport

    Updating Staging Product URLs before Go‑live

    As XLS Padlock does not manage deployment environments or automatic switching of validation URLs, the responsibility for distinguishing between staging and production environments typically falls under your own deployment setup. Some hosting providers offer staging tools that allow you to...
  8. gdgsupport

    Run time error bypass to source code

    To prevent this, you can use the two VBA protection features of XLS Padlock: Lock VBA project and Prevent access to the VBE. Or even better, use our integrated VBA compiler to secure portions of your VBA code.
  9. gdgsupport

    Pre-release - ExeOutput for PHP 2025 - A Major Update is on the Horizon

    Thanks Susan. Note that there is still a lot of work. We want to polish the release before it goes live.
  10. gdgsupport

    Pre-release - ExeOutput for PHP 2025 - A Major Update is on the Horizon

    Yes, we still want to keep Windows 7 CEF files in that release. But it may be the last one to handle Windows 7, we'll see. Especially with additional 64-bit support, it becomes time-consuming to keep compatibility with CEF, WebView2 32-bit and 64-bit down to Windows 7.
  11. gdgsupport

    Web Updates Folder

    Each product should have its own INF file. Have you checked that the URL is correct?
  12. gdgsupport

    Running Artisan commands

    The solution is to create a stand-alone artisan.exe for your project, as explained in our tutorial here: https://www.exeoutput.com/blog/new-tutorial-convert-laravel-web-apps-to-windows-desktop-apps It's near the end: 10. Manage Artisan Commands.
  13. gdgsupport

    Purchased XLS Padlock But Still Showing Trial Message

    If you use the WooCommerce Integration Kit for online activation, verify that you have not enabled the trial nag screen into the workbooks.json file. That would explain why you are getting the initial trial message.
  14. gdgsupport

    Pre-release - ExeOutput for PHP 2025 - A Major Update is on the Horizon

    Get ready for our incoming upgrade! We are thrilled to announce that ExeOutput for PHP 2025 is in the final stages of development and is expected to be released by the end of this month. This is one of our biggest updates yet, packed with features you've been asking for and significant...
  15. gdgsupport

    Purchased XLS Padlock But Still Showing Trial Message

    I see now, this error message is not due to XLS Padlock itself, but rather the activation options you configured for your project. You certainly made a key for testing with that option enabled: That's the option which shows the nag screen on the screenshot you sent. To remove this, try this...
  16. gdgsupport

    Purchased XLS Padlock But Still Showing Trial Message

    Please start the XLS Padlock Manager (shortcut on your desktop) and choose Activate. Then follow instructions.
  17. gdgsupport

    500 Internal Error on WooCommerce & Activation Key Format Query

    It's in "inc\app\controllers\MainController.php" Even if you don't know PHP, with an AI, you should be able to make modifications you want.
  18. gdgsupport

    php protection

    We'll try to reproduce the issue, thanks for the report!
  19. gdgsupport

    Screen resolution app

    Any screenshot for the problem please?
  20. gdgsupport

    Cannot get Deactivate to do anything

    Deactivation API works in the last 2025.1 release, with the bundle format too. IF not, please report it again.
Back
Top