Freigeben über


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: Bei Verwendung der Parameter PackageInstallationRoot, IntegrationRootUser oder IntegrationRootGlobal kann kein systemeigener Ordner erstellt werden, der für das set-AppVClientConfiguration PowerShell-Cmdlet benötigt wird.

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

  • Problem: Fehler beim Aktualisieren eines App-V-Pakets von App-V 5.x auf die neueste Im-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 für die automatische Sequenzierung kann nicht 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) verwenden möchten, verwenden Sie Folgendes: es-ES.

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

    Problemumgehung: Die empfohlene Problemumgehung besteht darin, der datei AppXManifest.xml unterhalb des Tags den <appv:Extensions> 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 hilfreich sein können, finden Sie in den folgenden Artikeln: