Hallo Community,
ich versuche mich schon eine ganze Weile vergebens an einem MultiApp Kiosk.
Meine XML dafür sieht wie folgt aus:
<?xml version="1.0" encoding="utf-8"?>
<KioskConfiguration xmlns="http://schemas.microsoft.com/AssignedAccess/2017/config">
<Profiles>
<Profile Id="{9A2A490F-10F6-4764-974A-1A2b3C4D5F}">
<!-- Eindeutige Profil-ID -->
<AppList>
<!-- Office-Anwendungen -->
<App Desktop="true" Id="Microsoft.Office.Word\_8wekyb3d8bbwe!microsoft.word" />
<App Desktop="true" Id="Microsoft.Office.Excel\_8wekyb3d8bbwe!microsoft.excel" />
<App Desktop="true" Id="Microsoft.Office.PowerPoint\_8wekyb3d8bbwe!microsoft.powerpoint" />
<!-- Editor -->
<App Desktop="true" Id="Microsoft.WindowsSoundRecorder\_8wekyb3d8bbwe!App" />
<!-- Paint -->
<App Desktop="true" Id="Microsoft.MSPaint\_8wekyb3d8bbwe!microsoft.ms\_paint" />
<!-- Microsoft Edge -->
<App Desktop="true" Id="Microsoft.MicrosoftEdge\_8wekyb3d8bbwe!MicrosoftEdge" />
<!-- Datei-Explorer -->
<App Desktop="true" Id="Microsoft.Windows.FileExplorer\_8wekyb3d8bbwe!App" />
</AppList>
<StartLayout>
<!-- Benutzerdefiniertes Startlayout (optional) -->
<!-- Hier können Sie die Reihenfolge der Apps anpassen -->
</StartLayout>
<Configs>
<Config>
<AutoLogonAccount DisplayName="ACCESS"/>
<DefaultProfile Id="{9A2A490F-10F6-4764-974A-1A2b3C4D5F}"/>
</Config>
</Configs>
</Profile>
</Profiles>
</KioskConfiguration>
Ich habe mit dem Windows Configuration Designer eine .PPKG erstellt und versucht, das Bereitstellungspaket durch ausführen einzubinden, jedoch kommt im Anschluss folgende Fehlermeldung:
"Error during package installation"
Im Event-Log steht dazu:
"ProvXML category 'UxLockdown' failed with '0xC00CE00D' at CSP node 'AssignedAccess/Configuration'. Provisioning failed
Ich habe mich schon durch sämtliche Forenbeiträge gekämpft und den Copiloten gefragt, jedoch komme ich zu keiner erfolgreichen Lösung.
Mehrfach habe ich gelesen, dass Bereitstellungspakete Probleme machen, jedoch hat keiner der Tipps geholfen.
Habt Ihr ggf. schon die gleichen Erfahrungen damit gemacht und könnt mir weiter helfen?
Liebe Grüße,
Eric