cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Mikeez
Level 2

UWP Application in Single MSIX or APPX

Hi,

 

Trying to build a single file installer that contains my UWP Application. The application is written in VS Studio in C# and once built with VS Studio I get appxbundle with a bunch of dll and other dependencies. When I build and publish I still get appxbundle with fewer files.

 

When the application is just built, I try to drag and drop all the files to InstallShield and in the Release I enable MSIX/APPX 

 

Though, it does NOT install the application. I don't quite know what it installs. 

 

How can I make installshield package the installer so when we run the artifact produced by installshield the application is indeed installed?

Labels (2)
0 Kudos
(1) Reply
Mikeez
Level 2

I tried building the application on Visual Studio in x86 and x64

I have few errors while building the Basic MSI Project:

warning : -6248: Could not find dependent file [name of file].dll, or one of its dependencies of component [Window. or System. etc]

0 Kudos