Skip to content

Added support for very long command lines on update

Pre-release
Pre-release

Choose a tag to compare

@Weatherlights Weatherlights released this 06 Aug 14:38

This release introduces the boolean flag RestoreLongCommandLine that allows to restore long (above 1024 bytes) command lines arguments in case of mandatory updates.

Sample:
<AppInstallerUpdateHandler> <WaitForUpdateSearchToFinish>true</WaitForUpdateSearchToFinish> <TreatAvailableUpdateAsMandatory>true</TreatAvailableUpdateAsMandatory> <RestartOnMandatoryUpdate>true</RestartOnMandatoryUpdate> **<RestoreLongCommandLine>true</RestoreLongCommandLine>** <Message lang="en" caption="AppName Update">AppName needs to install an update. Please wait.</Message> </AppInstallerUpdateHandler>