MarosK
Jan 05, 2020Iron Contributor
Status:
Working on it
Start update-process by clicking on application taskbar button or desktop shortcut
Currently MSIX deployed desktop application (eg. Winforms or WPF) are automatically updated only when app is launched by Start menu item. When user launch app by clicking on app taskbar button or on ...
MarosK
May 26, 2020Iron Contributor
thibaudcomteI have HoursBetweenUpdateChecks="0" in my Package.appinstaller project file and it do not start update process if app is launched from desktop shortcut or taskbar button.
<UpdateSettings>
<OnLaunch HoursBetweenUpdateChecks="0" ShowPrompt="true" UpdateBlocksActivation="true"/>
<ForceUpdateFromAnyVersion>true</ForceUpdateFromAnyVersion>
/UpdateSettings>