SOLVED

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

Microsoft

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

1 Reply
best response confirmed by John Vintzel (Microsoft)
Solution

@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

1 best response

Accepted Solutions
best response confirmed by John Vintzel (Microsoft)
Solution

@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

View solution in original post