ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Installing applications and websites / WEBDEV website
  • Overview
  • How to?
  • To create a setup by physical media
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 by stand-alone physical media
Overview
A setup by stand-alone physical media allows you to provide a media that contains all the files required for installing and running a site. The following elements are provided:
  • The files of the site.
  • The free 10-connection WEBDEV application server.
  • A Web server (MSI setup). The server will be automatically installed and configured.
This setup mode is ideal for demonstrating a site on a laptop for example.
A wizard allows the person who deploys the site to configure the different setup options.
To install your dynamic WEBDEV site, the executable (Install.exe) of your setup must be run.
How to?

To create a setup by physical media

  1. On the "Project" tab, in the "Generation" group, expand "Deploy site" and select "Generate and deploy site".
  2. Follow the wizard to generate the library.
  3. Select "Create a setup by physical media".
  4. Select the files to install.
  5. Configure the automatic modification.
  6. Specify whether or not the update requires disconnecting the users.
  7. Specify the site parameter.
  8. Specify that a Web server must be included in the setup ("Include a Web server in the setup"). Select the Web server to install. By default, the setup of the Apache 2 server is supplied in MSI format with WEBDEV.
  9. Select the information regarding the customization of the setup:
    • The setup tool used: WBSetup is proposed by default. WBSetup is a wizard for installing WEBDEV sites. This setup program is available in English and French. In order for the setup program to support additional languages, the "WDSetup" project must be customized before creating the setup program. This project (supplied with the WEBDEV examples) corresponds to the standard setup program of the WEBDEV applications. This project is a WINDEV project. For more details, see Using a custom WBSetup.
    • The default setup directory of the site: This directory corresponds to the directory where the site files will be installed (libraries, pages, style sheets, images, ...). The "<site>\<Project name>" path is proposed by default, where <site> corresponds to the directory associated with the different sites of the WEBDEV account to which the site will be associated. We recommend that you use pseudo-directories. This directory can be modified when installing the site.
    • The default setup directory of the site data: This directory corresponds to the directory where the data files of the site will be installed. The "<data>\<Project name>" path is proposed by default where <data> corresponds to the data directory associated with the different sites of the WEBDEV account to which the site will be associated. We recommend that you use pseudo-directories. This directory can be modified when installing the site.
      The following pseudo-directories can be used:
      • <webroot>: Root directory of documents of the Web server
      • <site>: Home directory of the sites for the WEBDEV user account defined by the hosting company. If an account is assigned to you, all your dynamic sites will be installed in this directory.
      • <data>: Home directory of the data files for the WEBDEV user account defined by the hosting company. If an account is assigned to you, all the data files of your dynamic sites will be installed in this directory.
  10. Specify the languages supported by the setup as well as the parameters corresponding to each language.
    By default, WBSetup supports French and English. To support additional languages, we recommend that you customize WBSetup. For more details, see Using a custom WBSetup.
    For each language proposed during the setup, specify:
    • The introduction caption. This caption is used to start the setup in the desired language. It corresponds to the setup language by default.
    • The license of your site. The license must be a file in txt format, it will be displayed when starting the setup of your site. In order for the text to be displayed in the language chosen at the beginning of setup, a license file must be created for each language. The setup will be performed only the license is validated by the person who is installing your dynamic WEBDEV site
    • Readme file of your site. The "Readme" file can have one of the following formats: txt, htm, doc, hlp, pdf
      Regardless of the selected format, the user must have a software allowing him to view this file. In order for the "Readme" file to be displayed in the language chosen at the beginning of setup, a "Readme" file must be created for each language.
  11. Specify the generation directory of the setup. You can choose to clear (or not) the content of the directory during the generation.
  12. Validate. The setup program of the site is created. You can:
    • deploy the site (to run the test of setup for example)
    • open the explorer (to copy the setup directory to a CD for example).
Minimum version required
  • Version 12
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help