MicrosoftDocs / msix-docs

repository for msix content
Creative Commons Attribution 4.0 International
59 stars 114 forks source link

MSIX Packaging tool driver - offline installation #289

Closed extromen13 closed 2 years ago

extromen13 commented 2 years ago

Hi,

I am trying to install driver for MSIX app packaging offline - downloaded from here: https://docs.microsoft.com/en-us/windows/msix/packaging-tool/disconnected-environment

but every time, when I am trying to install it with the following command I am getting error 0x800f0954 even the DISM shows 100% Dism /Online /add-package /packagepath:C:\temp\Msix-PackagingTool-Driver-Package_31bf3856ad364e35_amd64__.cab

in log I can see the messages:

[17.01.2022 7:57:47] [Debug] Checking if MSIX Packaging Tool Driver is installed... [17.01.2022 7:57:47] [Debug] About to start process [17.01.2022 7:57:47] [Debug] - File name: dism.exe [17.01.2022 7:57:47] [Debug] - Arguments: /online /add-capability /capabilityname:Msix.PackagingTool.Driver~~~~0.0.1.0 [17.01.2022 7:58:16] [Debug] Deployment Image Servicing and Management tool [17.01.2022 7:58:16] [Debug] Version: 10.0.19041.844 [17.01.2022 7:58:16] [Debug] Image Version: 10.0.19042.1348 [17.01.2022 7:58:16] [Debug] [= 3.0% ] [17.01.2022 7:58:16] [Debug] [=== 5.9% ] [17.01.2022 7:58:16] [Debug] [=== 5.9% ] [17.01.2022 7:58:16] [Debug] [==========================100.0%==========================] [17.01.2022 7:58:16] [Debug] Error: 0x800f0954 [17.01.2022 7:58:16] [Debug] DISM failed. No operation was performed. [17.01.2022 7:58:16] [Debug] For more information, review the log file. [17.01.2022 7:58:16] [Debug] The DISM log file can be found at C:\Windows\Logs\DISM\dism.log [17.01.2022 7:58:16] [Error] dism.exe failed, exit code = -2146498220 [17.01.2022 7:58:16] [Error] Driver installation failed. Please see http://aka.ms/DriverConsiderations for help resolving this issue. [17.01.2022 7:58:16] [Error] Failed to install MSIX Packaging Tool Driver.

seems it is trying to download it online even if am installing the offline version

Any help appricated

Thank you very much

extromen13 commented 2 years ago

can be cancelled, thanks