Forum Discussion

Annesly Rayan's avatar
Annesly Rayan
Copper Contributor
Oct 04, 2018
Solved

MSIX states the package is installed even when it has been uninstalled.

Hi All, I am new to this. I have packaged an exe program of mine and during the creation you need to run it so that the MSIX can capture what is needed. This all works fine and the file is created....
  • Peyman Zanjani's avatar
    Peyman Zanjani
    Oct 29, 2018

    Annesly Rayan wrote:

    Am I understanding you correctly if I say that if I use an msi file to create the msix file, then the installation files are included with the msix? 


    Yes that is correct. All the files that the installer lays down as well as any changes in the registry will be captured in the MSIX package. 

     


    Annesly Rayan wrote:

     

    Therefore my question is, if I use the msix to convert the msi file will I be able to distribute the msix file and will the users be able to install the software with the misx file 

     


    Yes as long as the msi installs all the bits that are necessary including dependencies. Once user installs the MSIX package all the files and registry keys that were captured during conversion will get installed. 

     

    As of now MSIX deplyment is only natively supported on windows 10 1809. For deploying on down-level OSes including Windows 7 and other platforms you need to use the MSIX SDK, see https://docs.microsoft.com/en-us/windows/msix/sdk-overview 

     

    - Peyman

Resources