ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Installing applications and websites / WINDEV application / Creating the setup program (wizard)
  • Overview
  • Individual setup
  • Available options
  • Setup with automatic update
  • Available options
  • Checking versions
  • Connected users
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
Several methods can be used to distribute a WINDEV application:
  • to a user directly. The user installs the application on his computer. This application can be a single-user application, a multi-user application, ... The setup is a stand-alone setup.
  • installed on a network or a HTTP server. The user installs his application from the network or from an Internet page. The update will be automatically proposed to the user. This application can be a single-user application, a multi-user application, ...
Individual setup

Available options

If you select an individual setup, you can choose between:
  • Standard setup. The setup program used is the one supplied with WINDEV or a customized version (the WDSetup example corresponds to the source code of the installer and it can be modified).
  • Compact setup. The size of the generated setup program is optimized in order to be downloaded from Internet.
  • Setup via MSI package. The setup program uses the standard installer of Windows.
Setup with automatic update

Available options

If you select a setup with automatic update, you can choose:
  • Local network (LAN) setup, with "Push" support. A first application setup will be created on the network, in a shared directory. This directory will contain the setup program used by the end users and the reference version used to manage the updates.
  • Setup by HTTP. The application is first installed on an HTTP server. The users will connect to a Web page in order to download the setup program of application.
  • Multisite setup. This setup is the combination between a local network setup and an HTTP setup. The HTTP setup is used to update the reference setup on the local network.

Checking versions

Checking the version means:
  • select the executable of your application that will be used as reference for updating the applications that are already deployed.
  • select the minimum version allowed to operate without update. To force all the users to update the next time they start their application, all you have to do is copy the current version into the minimum version.
For more details, see Checking the versions.

Connected users

The management of users allows you to find out from the server:
  • the users currently connected to the application,
  • for each connected user:
    • the computer used to start the application,
    • the version of the application used.
Minimum version required
  • Version 11
Comments
Click [Add] to post a comment

Last update: 08/30/2023

Send a report | Local help