ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Installing applications and websites / WDSETUP
  • Overview
  • Managing additional languages in WBSetup
  • Using a custom WBSetup
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
The "WBSetup" project corresponds to the standard setup program of WEBDEV sites. This project is a WINDEV project.
This project supports French and English (US) by default.
Remark: You can add into this project all the features that are useful to you when installing a WEBDEV site.
Managing additional languages in WBSetup
To manage additional languages in WBSetup:
  1. Open this project in WINDEV: click Open in the quick access buttons and select "Open a project".
    By default, this project is found in the "Examples\WBSetup" directory of the setup directory of WINDEV.
  2. Close all the windows opened in the window editor.
  3. Add the additional languages into the project description:
    • on the "Project" tab, in the "Project" group, click "Description".
    • in the "Languages" tab, add the necessary languages.
  4. Translate the interface of the project (windows, controls, ...) as well as the code messages.
    Reminder: WDMSG is used to simplify the translation of a project by checking out all the project messages (control captions, window titles, ...) and by checking them back in once they have been translated. WDMSG is an additional module of WINDEV. Contact PC SOFT Sales Department for more details about WDMSG.
  5. Create a new executable: click Generate in the quick access buttons and select "Generate the Windows 32-bit executable". In the wizard, don't forget to include the new languages in the executable.
    Remark: The executable can be renamed.
Caution: We advise you to rename the directory of custom WBSetup project. Therefore, when installing an upgraded version of WEBDEV, the custom WDSetup project will not be overwritten and all your modifications will be stored.
Using a custom WBSetup
WEBDEV - Server code To configure the setup program and to generate this setup program:
  1. Configure the setup program of the WEBDEV site. Choose a setup by physical media.
  2. In "Customize setup", select "A custom WBSetup" and select the executable of the custom setup program.
    Remark: The "Advanced parameters" buttons allows you to associate the framework (".DLL" files) with the executable of the custom setup program. This button also enables you to associate any other file with the setup program. You can for example select a setup program that will be installed by the custom WDSetup.
  3. Continue to configure the setup program and generate the setup program
Minimum version required
  • Version 12
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/06/2022

Send a report | Local help