Forum Discussion

ColinGiles's avatar
ColinGiles
Copper Contributor
Mar 05, 2024

Visual Studio 2019 pro to an MSIX package

As anyone been able to successfully package Visual Studio 2019 or 2022 to an MSIX package? I need VC for an Intel oneAPI complier install.

 

I have tried, but unfortunately I get an error when I launch the VC package, I get the following error! does anyone one have any idea how to fix this?

Thanks,

Giles

  • ColinGiles I would not expect to get Visual Studio to work under MSIX - It contains a minefield of issues.

     

    Packaging up the needed components, maybe starting with VS Code could work.   Otherwise, I would recommend looking into DevBox, where you pretty much set up an image with Visual Studio and stuff installed.

    • ColinGiles's avatar
      ColinGiles
      Copper Contributor

      TIMOTHY_MANGAN I found out that Visual Studio doesn't support being packaged to an MSIX format! the work round for me is to install Visual Studio in the base build and package the app that requires access to Visual Studio files.

Resources