ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Developing an application or website / WINDEV executable
  • Overview
  • How to?
  • To create a WINDEV executable
  • Error case
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Overview
Once the development of your WINDEV application is completed (windows, reports, queries, etc.), you can create the corresponding executable file. WINDEV allows you to create the executable file for Windows applications.
The ".EXE" file can be run directly: there is no need to start the application from WINDEV.
Once the executable file has been created, the application can be deployed on the end-user computers via the setup program. For more details, see Setup program of a WINDEV application
Remark: The executables created with WINDEV can be checked by the Windows App Certification Kit. The Windows App Certification Kit tests and validates whether your application is ready to get certified and published on the Microsoft Store.
How to?

To create a WINDEV executable

  1. Start the executable generation wizard via one of the following methods:
    • On the "Project" tab, in the "Generation" group, click "Generate".
    • Expand Executable generation in the quick access buttons and select "Generate 32-bit Windows executable (.exe)".
  2. Specify the general options of the executable (executable name, icon, etc.).
  3. Select:
  4. Enter the error message that will be displayed if a programming error occurs. This error message can be written in all the languages supported by the current project.
  5. Specify whether the application must send data for the telemetry.
    Caution: implementing the telemetry in an application requires implementing a telemetry server. For more details, see the following pages:
  6. Specify if the executable program will use Patches for updates. In this case, you just have to copy the patch file to the executable directory. For more details, see Application patch.
  7. Specify the languages to be included in the executable file.
  8. Specify the files to include in the main library of the application.
  9. If your project uses external components, specify whether they must be included in the executable file.
  10. If your application supports the User Groupware, specify the directory in which the user groupware data files will be created.
  11. Specify the directory in which the data files used by the application will be created.
  12. Specify the executable information available in the "Version" or "Details" tab of the file description in the explorer:
    • Executable information (application description, copyright, etc.).
    • Signature of the executable: If the executable must be signed, specify the certificate to use. This certificate must be on the Microsoft Store (more precisely on the user store and not on the computer store). The signature standard used is PKCS7.
      This signature is used to:
      • make sure that the executable has not been modified since it was generated.
      • display the editor name in the Windows download window.
  13. Specify the executable version number.
  14. Select the mode for using the WINDEV framework (.DLL files). Specify whether o not the DLLs of the WINDEV framework must be included in the executable. Select the DLLs to be used.
  15. If your application is used on Windows Vista (or later), specify whether a manifest must be included in the executable file. In this case, specify the level of privilege that must be managed.
  16. Select the external libraries (".WDL" files) used by the executable program.
  17. Validate the creation of the executable program. Once the executable program is created, WINDEV prompts you to run it.
Remarks:
  • If the executable and the setup procedure are created at the same time, the wizard also allows you to document the new features.
  • The generation directory can be opened at any time: on the "Home" tab, in the "General" group, expand and select "Browse generation directory".
Error case
If an "Access denied" error occurs during the generation of the executable file, it means that a process is blocking it.
The blocking program must be identified. The programs to be examined are those configured to have an impact on all the files located on the disk (backup, data synchronization, antivirus, etc.). A tool such as "Process Explorer" can help you find the relevant process.
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 11/22/2022

Send a report | Local help