FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects

fix msteams installer

Merged Dr Adam Thorn requested to merge msteams_fix into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -10,7 +10,7 @@
<check type='registry' condition='equals' path='%regkey%\version' value="%version%"/>
<install cmd='powershell Add-AppPackage %WPKGSOFTWARE%\microsoft.com\teams\%version%\msteams-x64.msix'/>
<install cmd='powershell Add-AppProvisionedPackage -online -packagepath %WPKGSOFTWARE%\microsoft.com\teams\%version%\msteams-x64.msix -skiplicense'/>
<install cmd='reg add %regkey% /t reg_sz /v version /d %version% /f'/>
<upgrade include='remove' />
Loading