修改可选功能列表

This commit is contained in:
dragonflylee 2018-04-27 10:54:35 +08:00
parent bd69a71b2f
commit 58053543bf
2 changed files with 4 additions and 14 deletions

View File

@ -1,8 +1,8 @@
;混合现实
Analog.Holographic.Desktop
Holographic
;快速助手
App.Support.QuickAssist
QuickAssist
;Windows Media Player 播放器
Media.WindowsMediaPlayer
;SSH·þÎñ
WindowsMediaPlayer
;SSH客户端
OpenSSH

View File

@ -211,16 +211,6 @@ if "%ImageShortVersion%" equ "10.0" (
call :ImportStartLayout "%~1", "%~dp0Pack\StartLayout.xml"
)
call :UnMountImageRegistry
if "%ImageShortVersion%" equ "10.0" (
if "%ImageVersion%" geq "10.0.15063" call :IntExtra "%~1", "Win32Calc"
)
setlocal
set "AssociationXML=%~dp0Pack\Association.%ImageShortVersion%.xml"
if exist "%AssociationXML%" (
echo.µ¼Èë¹ØÁª [%AssociationXML%]
%Dism% /Image:"%~1" /Import-DefaultAppAssociations:"%AssociationXML%" /Quiet
)
endlocal
goto :eof
rem 集成额外组件 [ %~1 : 镜像挂载路径, %~2 : 组件名称 ]