Questions tagged [makeappx]
37 questions
0
votes
1 answer
Microsoft edge extension package command not working
I have been using the following doc from Microsoft to package an extension. Was able to generate appmanifest.xml file using manifoldjs. The problem I am facing is with the last command wherein after some modifications in the xml file I have to run…

Randhir Ray
- 540
- 5
- 14
0
votes
1 answer
Determine if C# application is running as a UWP app during run time if appx is made from C# application using makeappx tool
I have created appx for C# Desktop application using MakeAppx tool.
During runtime, when appx is launched, I want to check this is running as appx and not as console application.
Is there a simple runtime check one can do in C# to determine if you…

Ankush Butole
- 151
- 13
0
votes
2 answers
How to auto-increment the version in AppxManifest.xml when appx is created using MakeAppx tool?
I created appx package using makeappx.exe. Also I did the changes on Jenkins so that on each build I could have appx as output. Now on each build I am getting appx with same version number as this version is set in AppxManifest.xml I want to…

Ankush Butole
- 151
- 13
0
votes
1 answer
warning 'W_COM_DARWIN_INSTALLATION_NOT_SUPPORTED': COM while converting Installshield LE installer app
I am trying to convert a legacy Visual FoxPro 9 application that uses an InstallShield 2015 LE installer so we could deploy using the windows store. If I let the singleImage installer be converted it spouts a lot warning:
"DesktopAppConverter :…

Johan Bennink
- 53
- 7
0
votes
1 answer
Control compression of html file when packaging UWP app as an APPX
I'm looking for documentation for how to change the compression for HTML files using the makeappx.exe tool https://msdn.microsoft.com/en-us/library/windows/desktop/hh446767(v=vs.85).aspx
When running the makeappx pack /v I can see in the logs…

KyleUp
- 1,683
- 1
- 13
- 17
-1
votes
1 answer
OpenGL Reporting an old version when project packaged as a Windows `.appx` or `.msix` file
I'm making a video game written in C, which uses SDL and OpenGL to draw the graphics. The compiled version works fine on Linux and Android.
I compiled the Windows version, and that works fine as well, only as a standalone. I tried to package all the…

TomTsagk
- 1,474
- 9
- 23
-4
votes
1 answer
How can I make sms web service on python to send sms to every where?
I want to make a sms service(sms API) on python I don't how can I make this to send sms to every where?

Esmail
- 3
- 3