Jump to content

206049397_Screenshot_20210803-043802_MyFiles.thumb.jpg.af1098bf106fa34158cb083da761c584.jpg

 

Also is this only for functions like sound etc? Or also folders / apps?

 

PS: I cant download from microsoft store (its disabled permanently) i need to install this in some other way.

 

 

The direction tells you... the direction

-Scott Manley, 2021

 

 

Link to comment
https://linustechtips.com/topic/1361804-how-to-install-msixbundle/
Share on other sites

Link to post
Share on other sites

2 minutes ago, Oshino Shinobu said:

Powershell:

 


Add-AppxPackage -Path "Path to msixbundle"

 

Thanks! So i replace "Path to msixbundle" with the location of the file, i suppose ?

 

The direction tells you... the direction

-Scott Manley, 2021

 

 

Link to post
Share on other sites

Just now, Mark Kaine said:

Thanks! So i replace "Path to msixbundle" with the location of the file, i suppose ?

 

Yeah, so something like the below. Will probably need to run powershell as admin. 

 

Add-AppxPackage -Path C:\temp\filename.msixbundle

 

Link to post
Share on other sites

8 minutes ago, Oshino Shinobu said:

Yeah, so something like the below. Will probably need to run powershell as admin. 

 


Add-AppxPackage -Path C:\temp\filename.msixbundle

 

Ah, got it, thanks again.  

The direction tells you... the direction

-Scott Manley, 2021

 

 

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×