Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
83 views

I'm currently developing a UWP application using VS2022, and have packaged and generated a package in msix format. package: picture Now I want to sign the application installation package. I tried to ...
Jeff325's user avatar
1 vote
1 answer
115 views

While trying to publish our new .NET MAUI project, I received the following error message: MakeAppx : error : You must include a valid app package manifest file named AppxManifest.xml in the source. [...
Nacht's user avatar
  • 3,552
0 votes
0 answers
59 views

I am creating a react / electron desktop app for mac/windows/linux. When I run my electron-builder command npm run build it creates the dist/ folder containing my windows builds. It creates windows ...
Martin's user avatar
  • 1,582
1 vote
0 answers
351 views

I'm trying to sideload an encrypted appx (eappx) app via powershell. Add-AppxPackage -Path ./Appfile.eappx works fine. However it only installs the app for the current user. To install for all users ...
Schaffer's user avatar
  • 315
1 vote
1 answer
66 views

I have a VS soution of WINUI C++ APP. It has multiple shared projects and static projects, recently I have created a DLL project(B) which is referenced to another project(A)? How to make sure the DLL ...
deltacoder's user avatar
1 vote
0 answers
31 views

I'm working on a small hobby project. I was trying to package a WinUI application witch uses LiveCharts. However I'm getting an error when packaging the application. Anyone who has experienced ...
Örn Haraldsson's user avatar
1 vote
0 answers
99 views

How exactly does Windows launch packaged (appx or msix) apps? For example, consider the settings app (ImmersiveControlPanel, lives in C:\Windows\ImmersiveControlPanel) on Windows 11 <...
lulle2007200's user avatar
0 votes
1 answer
4k views

Whenever I install Windows 10/11, I run a PS script to remove some default bloatware. $bloatware = @( "ActiproSoftwareLLC" "AdobeSystemsIncorporated.AdobePhotoshopExpress" ...
markfree's user avatar
  • 183
0 votes
0 answers
2k views

I try to give the AppxProvisionedPackage 2 parameters for DependencyPackagePath. But it don't work, i always get the error code: Add-AppxProvisionedPackage : The parameter is incorrect. At line:14 ...
MvS's user avatar
  • 11
0 votes
1 answer
238 views

I have created a Blazor Hybrid application and deploy it as a msix file.After i needed to distribute that app from my local iis server .i followed this link to do that https://learn.microsoft.com/en-...
buddhi chamalka's user avatar
0 votes
2 answers
2k views

I have a Windows Server 2022 VM that is operated in an enterprise environment, isolated from the internet, but managed by our company. On this VM, I have problems installing MSIX packages. The Windows ...
Marius's user avatar
  • 101
2 votes
1 answer
1k views

First off, thanks for taking the time to read my issue and hopefully point me in the right direction. Second, I hate Appxpackages :) My understanding of how an Appx works is the following, so please ...
Fraser's user avatar
  • 41
0 votes
1 answer
165 views

I'm currently having a problem where the functionality of a dll fails to work in my UWP app after packing it into an appx package and sharing it, but it works in a deployment. Details: The project ...
isaynotodlls's user avatar
2 votes
1 answer
2k views

I'm trying to do the equivalent of this command on a Windows GitHub Actions runner: SignTool sign /fd sha256 /a /f $certificatePath /p $certificatePwd $Packages_2Sign This results in the following ...
Coden00b's user avatar
  • 372
4 votes
1 answer
3k views

I'm trying to launch Windows applications using their AppID such as Microsoft.WindowsCalculator_8wekyb3d8bbwe!App which I get by calling Get-StartApps Currently I can launch the applications but can't ...
zeitue's user avatar
  • 1,693
1 vote
0 answers
2k views

Please be aware that I'm using Windows Server Core. I was following instruction in https://learn.microsoft.com/windows/wsl/install-on-server but failed at step 2 with following output PS C:\Users\...
BrandonStudio's user avatar
1 vote
0 answers
1k views

How to Launch app "Microsoft Company Portal" from the command line cmd.exe I'm working on a batch file that performs an on demand Company Portal Sync via PowerShell, but I'd like to open ...
Ron K.'s user avatar
  • 123
0 votes
1 answer
1k views

Using Visual Studio 2022 I'm able to successfully create App Packages (MSIXBUNDLE) via a Windows Application Packaging Project. Folder strucure/output: https://learn.microsoft.com/en-us/windows/msix/...
aherrick's user avatar
  • 20.2k
1 vote
2 answers
350 views

Reference: Integrate a packaged desktop app with File Explorer https://learn.microsoft.com/en-us/windows/apps/desktop/modernize/integrate-packaged-app-with-file-explorer I now know how to install a ...
Seeker's user avatar
  • 582
1 vote
0 answers
641 views

I created an WPF application that I am attempting to install on different versions of windows and a variety of machines. On the machine that I have been building the application everything has been ...
Charles Jennings's user avatar
0 votes
1 answer
842 views

I want to be able to list the currently installed windows xbox store apps, and at least what hard drive they are installed to, though the installed size would also be helpful. As an example, I've ...
Cpt.Whale's user avatar
  • 5,391
3 votes
1 answer
451 views

I'm trying to upload an appx file generated by electron builder to the windows store. Unfortunately I'm now receiving the following error: Invalid package identity name: Teselagen.OpenVectorEditor (...
tnrich's user avatar
  • 8,710
6 votes
1 answer
7k views

I'm getting the list of installed Microsoft Store apps with this command: Get-AppxPackage -AllUsers And then I try to open an app: powershell -Command "Start-Process 'C:\Program Files\...
AlekseyHoffman's user avatar
0 votes
1 answer
477 views

I want to Publish a UWP project because I do not have a certificate, I can not publish inside the store. As far as I know, I need to create an appxbundle file. I can see that winget-cli use the single ...
Atena's user avatar
  • 129
0 votes
1 answer
360 views

When I build my app and try to run the appx file I'm missing my icons. I've tried having the images booth in my assets file and my build folder called electron-build/appx as mention at https://www....
Mathias Halén's user avatar

1
2 3 4 5 6