Search results

  1. S

    Windows 10 and application

    Hello, Is this still the case? because I’m having issues with Windows 10. The application start, but it does load the files inside the folder. With Windows 7 works perfect. Best regards, Stephanie
  2. S

    Faster execution time

    Hello, I’m trying my best to make my app the fastest app possible, I check over the forum, and found a comment from support to keep my files outside in a DATA folder. I want to make a single EXE for easier mobility, but since I have many icons, I was wondering if it is faster to generate the...
  3. S

    Powershell with cmd command

    Hello, I am trying this: $cmd_shortcut = "powershell notepad.exe"; system($cmd_shortcut); I do get this to work: system("dir"); I am using ExeOuput 1.7 Best regards, Steph
  4. S

    Class 'COM' not found [SOLVED]

    Hello, I added the extension, but I can’t get any result, this is my code: $shell = new COM('WScript.Shell'); $shortcut = $shell->createshortcut($link); $shortcut->targetpath = $file; $shortcut->save(); Ideas? I’m using ExeOutput 1.7 Best regards,
  5. S

    Chromium change default error text

    I understand it will be upgraded to a newer version of chromium, but the question is would it be “customisable”. Is it possible to modify the chromium source code before compiling it with EXEOUTPUT? Maybe we could translate the chromium engine source into multiple language, so we can choose the...
  6. S

    Chromium change default error text

    Yes, I checked on a windows 7 french edition with a french chrome installed, it show in french. I assumed that the error message is inside the chrome code: “Veuillez renseigner ce champ.” for “Please fill out this field.” in chrome 47.0.2526.111 m version. The same code will get “value missing”...
  7. S

    Chromium change default error text

    Hello, Is it possible to modify the chromium default language? Example, change the “value missing” in a required input field to “Champ obligatoire”… Thank you, Steph
  8. S

    PhpMailer, mail without SMTP server [solved]

    PhpMailer, mail without SMTP server Hello, I would like to know if someone has a solution for integrating PhpMailer into ExeOutput. In php code, I get my mail (from gmail.com), no mater what config I have in the php.ini, it works perfect. But once I compile it with ExeOutpout I get a the...
Back
Top