ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Application update functions
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
AppInstallUPD (Function)
In french: AppliDéclencheMAJ
Warning
From version 23, AppliInstallUPD is kept for backward compatibility. This function has been replaced with AppInstallUPD.
Triggers the automatic update of current application.
Example
IF AppUPDAvailable() = appUPDAvailMandatory THEN
IF YesNo("An update is available for the application.", ...
  "Do you want to perform this update?") = Yes THEN
  AppInstallUPD()
END
END
Syntax
<Result> = AppInstallUPD()
<Result>: Boolean
  • True if the update is triggered,
  • False if the update was not triggered. To get more details on the error, use ErrorInfo.
If the update is triggered, the application ends and the update is installed.
Remarks
When running AppInstallUPD:
  • the current application is closed. The closing code of project is run.
  • the application is restarted (without command line). The update is detected and installed.
  • the application is restarted at the end of the update, without command line.
Business / UI classification: Business Logic
Component: wd290std.dll
Minimum version required
  • Version 14
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/22/2023

Send a report | Local help