ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

  • Start
  • Steps to follow
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
Setup wizard: The steps for creating the setup of a WINDEV application
Start
The setup program creation wizard allows you to define all the settings of your setup program.
To start this wizard:
  • on the "Project" tab, in the "Generation" group, expand "Setup procedure" and select "Create setup procedure".
  • start WDInst: on the "Tools" tab, in the "Utilities" group, click "WDInst". In the WDInst editor, select "File .. New".
Steps to follow
The different steps for creating the setup program are as follows:
  1. Selecting the application to install (only if the wizard is started from WDInst and if no project is open in WINDEV).
  2. Creating the executable. For more details, see Creating an executable. If the executable was just created, in the wizard, click "2. Setup" directly.
  3. Selecting the setup mode to create.
  4. Choosing the setup directory.
  5. Selecting the files to install (and the computers on which each file must be installed - network setup only).
  6. Installing the framework.
  7. Installing the optional elements for the database. Depending on the selected elements, you will have to perform the following operations in the following steps of the wizard:
    • Configure the automatic modification of data files.
    • Reindex the HFSQL files during the setup.
    • Include the setup of an HFSQL server.
    • Deploy the HFSQL Client/Server files.
    • Customize the path of data files during setup.
    • Customize the path of groupware files during setup.
    • Include MDAC in the setup.
    • Include the ODBC driver for HFSQL.
  8. Selecting the additional modules. Depending on the selected modules, you will have to perform the following operations in the following steps of the wizard:
    • Install the help for the User Macro-Code.
    • Include the setup of Reports & Queries.
    • Display a license agreement.
    • Display a ReadMe file at the end of setup.
    • Configure the automatic modification of data files.
    • Choose the optional tools that will be included in the setup.
    • Include the uninstaller.
  9. Selecting the skin template of the installer.
  10. Selecting the languages proposed during the setup.
  11. Defining the title of the main window of the setup program and Customizing the logo of the setup program.
  12. Choosing the support onto which the setup program will be generated.
  13. Generating the setup program.
Minimum version required
  • Version 10
Comments
Click [Add] to post a comment