You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
546 B
TeX

[Initial]
Message=Installiere das Wireless Display Feature...
DefVar $ExitCode$
[Actions]
ShowBitmap "%ScriptPath%\logo.png" "Wireless Display Feature"
DosInAnIcon_AddFeature
Sub_HandleExitCode
[DosInAnIcon_AddFeature]
@echo off
dism /Online /Add-Capability /Quiet /CapabilityName:App.WirelessDisplay.Connect~~~~0.0.1.0
[Sub_HandleExitCode]
Set $ExitCode$ = GetLastExitCode
comment "DISM exit code: " + $ExitCode$
if not($ExitCode$ = "0")
LogError "Fatal: DISM quit with exit code " + $ExitCode$
IsFatalError
endif