python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Launch IDLE (python 3.9) from start menu
currently we have an MSIX package deployed for python 3.9 on Windows 10 via app attach (vhd stage and register).
Everything works fine except the IDLE interpreter. Currently as a workaround we can ca...
Nalin Singh
Votes: 0
Answers: 0
Cannot launch python via cmd
Currently I'm working on a project to deliver apps via MSIX packaging including python as one of them. I've already created an msix package for the same with below settings :
So the MSIX package disp...
Nalin Singh
Votes: 0
Answers: 1
Windows Application Packaging Project With Admin Rights Project
I have a project that needs admin rights to run. It uses an HTTP listener that otherwise throws an exception.
In my Project I added this line so it will be started with Admin rights:
<trustInfo x...
Martin Bartolomé
Votes: 0
Answers: 1
How to add msix to WIX bundle installer
We have WIX bundle including several msi packages. Now we want add UWP app.
WIX bundle supports exe, msi, msp and msu packages. But not msix.
So question is: is there a way to include msix package int...
Vadim
Votes: 0
Answers: 1