I develop an UWP appx, It could be installed in a cmd.exe prompt: C:\test>myapp.appx but a windows GUI pop up during installtion. Is there any method to install it with a Silent parameter like as: C:\test>myapp.appx /silent (or /s) in order to inhibit the GUI from pop up ? Thanks!
相关问题
- Microsoft store certification fails due to DPI awa
- msbuild: build as to a appxbundle (AppxBundle=Alwa
- Uwp: Xaml Parse Error with Target Device Family De
- How to receive scriptNotify from html in appdata o
- How to change debugger settings for debugging indi
相关文章
- How to create a MediaClip from RenderTargetBitmap
- How to overlay items in StackPanel or ListView?
- C# UWP Toolkit DropShadowPanel inner shadow
- Could not find a suitable SDK to target
- await Task.CompletedTask for what?
- How to create a square button?
- Edge: In-Process native extension and Windows.Syst
- Retrieve IP Address of the Default Printer Driver
Microsoft provides powershell cmdlets for controlling AppX and MSIX packages. The command you need is Add-AppxPackage.