Search results

  1. oldteacher

    HTML Executable 2025.0.1 is Now Available - June 19, 2025

    Removing the 2024 shortcut removed the ability to start HTMLEXE from start menu. Even though it said 2024, it started 2025. There is no shortcut in the folder, had to recreate shortcut.
  2. oldteacher

    Solution Update for index.exe

    Very interesting. Do you mind sharing the "powerscript" with the community? Have a similar need and would like to give it a try.
  3. oldteacher

    HTML Executable 2025.0.1 is Now Available - June 19, 2025

    Finally got it working! The only differences between successful installation on desktop and failure on laptop was laptop did not ask me to uninstall 20204 first, it just proceeded. Totally removed all traces from laptop, reinstalled and it is working. Only odd thing is it shows 2024 shortcut...
  4. oldteacher

    HTML Executable 2025.0.1 is Now Available - June 19, 2025

    There must be something left behind from uninstaller. When I try reinstall I do not have to enter my activation code. Looks like there is also folders left in the folder C:\Program Files (x86)\GDG Software\HTML Executable 2025 Just trying to do a complete reinstall by wiping all.
  5. oldteacher

    HTML Executable 2025.0.1 is Now Available - June 19, 2025

    Any docs to completely wipe htmlexe? Uninstall alone does not do it.
  6. oldteacher

    HTML Executable 2025.0.1 is Now Available - June 19, 2025

    "Reinstalled 2025 and Works on Desktop." Should have said "Installed on Desktop and Works" without issues. Never got it to work on laptop, still get the -1B errors. When installing on laptop, never got the message to uninstall existing 2024.2 and installer simply installed over 2024.2. Desktop...
  7. oldteacher

    HTML Executable 2025.0.1 is Now Available - June 19, 2025

    Thank you. Had already tried that without success. If you say there is not issue and others are not having an issue, it is clearly my end. Beats me, all I did was upgrade and the issue appeared. EDIT: something I just noticed is did not get the message on laptop that another version exist and...
  8. oldteacher

    HTML Executable 2025.0.1 is Now Available - June 19, 2025

    I did not have this issue with 2024.2. This issue appeared the moment I upgraded and affects all projects. I did not change anything expect upgrade to 2025.0 The files are in the same exact folder they were in when compiled with 2024.2. I need to just downgrade to 2024.2, that will soleve the...
  9. oldteacher

    HTML Executable 2025.0.1 is Now Available - June 19, 2025

    All that did is remove the -1B files and break the app. BTW: your system is not sending out notifications. I have retested my profile email to ensure it works, and Google says everything passed: Forget, just found a setting for this (I think) on new board. SPF: PASS with IP...
  10. oldteacher

    HTML Executable 2025.0.1 is Now Available - June 19, 2025

    Tried to use 2025.0 on existing project that worked perfectly in 2024.2. No go. Notice the -1B file size? It is clear that the files exist and are not -1B. As stated, the project was compiled in 2024.2 and has/had no issues are all.
  11. oldteacher

    Screen resolution app

    Totally misunderstood what you were saying (long weekend). I noticed in your screenshot that you have not checked the "Allow end users to resize window", think you need to enable that and experiment with other related settings. I have only experimented with 4k and used code like below. Been...
  12. oldteacher

    Screen resolution app

    I have always used html5 template to solve app resolution: For example, here is a max-wdith (tap run after loading link): https://syncfiddle.net/fiddle/-OR8cDlp7-kuPXwzquGZ Another example: https://syncfiddle.net/fiddle/-OR8dbO7WxszWM2arEdN Another...
  13. oldteacher

    Running a bat script when exiting (closing) an application

    Looking at the help docs, this may help you. To open docs, start a project and look for the blue icon ? at top right. PHP's exec(), shell_exec() and system() commands are supported in apps made with ExeOutput for PHP. The following PHP code illustrates how to use them to run external EXE...
  14. oldteacher

    Feature Request: Anonymous eBooks

    Have been following this as I also thought there was author embedded information in every exe compiled. This is good to know: I too have instances where I do not wish to have uncontrolled data in the final exe.
  15. oldteacher

    2024.2 Cannot load existing project Win 11

    Very strange indeed. I have no other software acting up after upgrade to Win 11 and trust me, I run lots of software daily. When I get time, will try to look deeper into issue by turning off run as admin. There has too (or one would think so) be a log somewhere since something is blocking.
  16. oldteacher

    2024.2 Cannot load existing project Win 11

    Happens with any existing project, no matter if opened from within the software or if opened by clicking on the project file in foler. Long as run in admin mode, I have no issues with any project.
  17. oldteacher

    2024.2 Cannot load existing project Win 11

    Only Windows Security. No protection history. No alerts, no logs that I can find. Simply updated from Win 10 Pro to Win 11 Pro.
  18. oldteacher

    2024.2 Cannot load existing project Win 11

    UPDATE: It crossed my old mind to try running as administrator. That works and the popup never appeared or if it did, it was too fast for me to see. Just used properties and checked run as administrator:
  19. oldteacher

    2024.2 Cannot load existing project Win 11

    Updated to Windows 11. Edition Windows 11 Pro Version 24H2 Installed on ‎3/‎29/‎2025 OS build 26100.3476 Experience Windows Feature Experience Pack 1000.26100.54.0 Just tried to load existing project after starting up ExeOut 2024.2. This project was listed in recent area...
  20. oldteacher

    Exe sometimes freezes under 2024.2

    "Orphan PHP Processes" refers to instances where PHP scripts are still running without being properly attached to a parent process. This can happen due to various reasons, such as improper termination of scripts, server overload, or issues with system resource management. These orphaned...
Back
Top