Versionshinweise für App-V für Windows 10, Version 1703 und höher

Gilt für:

  • Windows 10
  • Windows 11

Im Folgenden finden Sie bekannte Probleme und Problemumgehungen für Application Virtualization (App-V) unter Windows 10, Version 1703 und höher

  • Problem: Ein systemeigener Ordner, der für das set-AppVClientConfiguration PowerShell-Cmdlet erforderlich ist, kann nicht manuell erstellt werden, wenn die Parameter PackageInstallationRoot, IntegrationRootUser oder IntegrationRootGlobal verwendet werden.

    Problemumgehung: Erstellen Sie diese Datei nicht manuell, sondern lassen Sie sie vom Add-AppVClientPackage Cmdlet automatisch generieren.

  • Problem: Fehler beim Aktualisieren eines App-V-Pakets von App-V 5.x auf die neueste In-Box-Version mithilfe der PowerShell-Sequenzierungsbefehle.

    Problemumgehung: Stellen Sie sicher, dass Sie über das vollständige App-V-Paket oder die MSI-Datei aus der ursprünglichen App verfügen.

  • Problem: Das Gebietsschema kann nicht für die automatische Sequenzierung geändert werden.

    Problemumgehung: Öffnen Sie die C:\Program Files (x86)\Windows Kits\10\Microsoft Application Virtualization\AutoSequencer\Unattend_Sequencer_User_Setup_Template.xml Datei und fügen Sie den Sprachcode für Ihr Gebietsschema ein. Wenn Sie z. B. Spanisch (Spanien) möchten, verwenden Sie: es-ES.

  • Problem: Dateityp- und Protokollhandler werden nicht ordnungsgemäß beim Google Chrome-Browser registriert, was dazu führt, dass App-V-Pakete nicht als Option für Standard-Apps im Bereich "Standard-Apps der Einstellungen-Apps>>" angezeigt werden.

    Problemumgehung: Die empfohlene Problemumgehung besteht darin, der AppXManifest.xml Datei unterhalb des <appv:Extensions> Tags den folgenden Code hinzuzufügen:

    <appv:Extension Category="AppV.URLProtocol">
        <appv:URLProtocol>
            <appv:Name>ftp</appv:Name>
            <appv:ApplicationURLProtocol>
                <appv:DefaultIcon>[{ProgramFilesX86}]\Google\Chrome\Application\chrome.exe,0</appv:DefaultIcon>
                <appv:ShellCommands>
                    <appv:DefaultCommand>open</appv:DefaultCommand>
                    <appv:ShellCommand>
                        <appv:ApplicationId>[{ProgramFilesX86}]\Google\Chrome\Application\chrome.exe</appv:ApplicationId>
                        <appv:Name>open</appv:Name>
                        <appv:CommandLine>"[{ProgramFilesX86}]\Google\Chrome\Application\chrome.exe" -- "%1"</appv:CommandLine>
                        <appv:DdeExec>
                            <appv:DdeCommand />
                        </appv:DdeExec>
                    </appv:ShellCommand>
                </appv:ShellCommands>
            </appv:ApplicationURLProtocol>
        </appv:URLProtocol>
    </appv:Extension>
    <appv:Extension Category="AppV.URLProtocol">
        <appv:URLProtocol>
            <appv:Name>http</appv:Name>
            <appv:ApplicationURLProtocol>
                <appv:DefaultIcon>[{ProgramFilesX86}]\Google\Chrome\Application\chrome.exe,0</appv:DefaultIcon>
                <appv:ShellCommands>
                    <appv:DefaultCommand>open</appv:DefaultCommand>
                    <appv:ShellCommand>
                        <appv:ApplicationId>[{ProgramFilesX86}]\Google\Chrome\Application\chrome.exe</appv:ApplicationId>
                        <appv:Name>open</appv:Name>
                        <appv:CommandLine>"[{ProgramFilesX86}]\Google\Chrome\Application\chrome.exe" -- "%1"</appv:CommandLine>
                        <appv:DdeExec>
                            <appv:DdeCommand />
                        </appv:DdeExec>
                    </appv:ShellCommand>
                </appv:ShellCommands>
            </appv:ApplicationURLProtocol>
        </appv:URLProtocol>
    </appv:Extension>
    <appv:Extension Category="AppV.URLProtocol">
        <appv:URLProtocol>
            <appv:Name>https</appv:Name>
            <appv:ApplicationURLProtocol>
                <appv:DefaultIcon>[{ProgramFilesX86}]\Google\Chrome\Application\chrome.exe,0</appv:DefaultIcon>
                <appv:ShellCommands>
                    <appv:DefaultCommand>open</appv:DefaultCommand>
                    <appv:ShellCommand>
                        <appv:ApplicationId>[{ProgramFilesX86}]\Google\Chrome\Application\chrome.exe</appv:ApplicationId>
                        <appv:Name>open</appv:Name>
                        <appv:CommandLine>"[{ProgramFilesX86}]\Google\Chrome\Application\chrome.exe" -- "%1"</appv:CommandLine>
                        <appv:DdeExec>
                            <appv:DdeCommand />
                        </appv:DdeExec>
                    </appv:ShellCommand>
                </appv:ShellCommands>
            </appv:ApplicationURLProtocol>
        </appv:URLProtocol>
    </appv:Extension>
    

Informationen, die bei der Problembehandlung von App-V für Windows-Client helfen können, finden Sie in den folgenden Artikeln: