FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 599ca46a authored by Dr Adam Thorn's avatar Dr Adam Thorn
Browse files

Merge branch 'msteams_fix' into 'master'

fix msteams installer

See merge request !334
parents 617984ef 7fbb4933
No related branches found
No related tags found
1 merge request!334fix msteams installer
......@@ -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' />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment