F5F Stay Refreshed Software Operating Systems How to install "msixbundle"?

How to install "msixbundle"?

How to install "msixbundle"?

X
220
03-27-2023, 07:39 PM
#1
This applies to various types of items including sounds, folders, and apps. Also, you mentioned issues with downloading from the Microsoft Store—it's currently blocked and needs an alternative installation method.
X
xXStrikeBackXx
03-27-2023, 07:39 PM #1

This applies to various types of items including sounds, folders, and apps. Also, you mentioned issues with downloading from the Microsoft Store—it's currently blocked and needs an alternative installation method.

L
LaLaLatte
Junior Member
2
03-27-2023, 07:52 PM
#2
Add-AppxPackage -Path "C:\path\to\msixbundle.exe"
L
LaLaLatte
03-27-2023, 07:52 PM #2

Add-AppxPackage -Path "C:\path\to\msixbundle.exe"

S
SFcoralsnake
Member
219
03-28-2023, 04:33 AM
#3
You swap the reference to the directory with the actual file path.
S
SFcoralsnake
03-28-2023, 04:33 AM #3

You swap the reference to the directory with the actual file path.

A
AthenasLight
Posting Freak
781
04-04-2023, 01:30 PM
#4
Yeah, so something like the below. Will probably need to run powershell as admin. Add-AppxPackage -Path C:\temp\filename.msixbundle
A
AthenasLight
04-04-2023, 01:30 PM #4

Yeah, so something like the below. Will probably need to run powershell as admin. Add-AppxPackage -Path C:\temp\filename.msixbundle

C
Corprel_Stinky
Junior Member
2
04-04-2023, 02:53 PM
#5
Great! Let's get started.
C
Corprel_Stinky
04-04-2023, 02:53 PM #5

Great! Let's get started.