Forum Discussion

Priyanka_Aggarwal's avatar
Jan 24, 2020

Is it possible to run 2 instances of MSIXTool.exe simultaneously?

Hi Team,

I am trying to run 2 instances of MSIX Packaging Tool, using multi-threading in PowerShell script, to package to exe(s), in parallel.

 

I throws an error that the instance is already in use, and creates package just for the first exe.

Could you please assist me on this, if I can package 2 apps in parallel by running 2 instances of MSIX Packaging Tool.

Thanks
Priyanka

  • Priyanka_Aggarwal 

    The tool monitors for changes on the system, so running multiple conversions in parallel would result in packages that picked up extraneous changes.

     

    You can, however, run multiple conversions in parallel if each conversion is targeting a different virtual or remote environment.

     

    Thanks!
    James

  • Priyanka_Aggarwal 

    The tool monitors for changes on the system, so running multiple conversions in parallel would result in packages that picked up extraneous changes.

     

    You can, however, run multiple conversions in parallel if each conversion is targeting a different virtual or remote environment.

     

    Thanks!
    James

Resources