ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Application update functions
  • Conditions for installing the version
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
AppInstallVersion (Function)
In french: AppliInstalleVersion
Warning
From version 23, AppliInstallVersion is kept for backward compatibility. This function has been replaced with AppInstallVersion.
Installs a specific application version.
Remark: This function can only be used with a network setup on a local network. It cannot be used with a setup by IP.
Syntax
AppInstallVersion(<Version number> [, <Application path>])
<Version number>: Character string
Version number of application to install.
Remark: The available version numbers are returned by AppListVersion.
<Application path>: Optional character string
Full path of executable to use. If this parameter is not specified, the application used corresponds to the current application.
Remarks

Conditions for installing the version

The setup validity is checked. You cannot install:
  • A forbidden version.
  • A version identical to the current version.
  • A version if the history is not enabled.
If the setup cannot be performed, the application continues to operate. To get more details on the error, use ErrorInfo.
If the setup can be performed, the following operations are performed:
  • the application is closed.
  • the requested version is installed.
  • the application is restarted.
Component: wd290std.dll
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/22/2023

Send a report | Local help