Hello,

I creat 1 MSI (for a EMULATOR) and 2 MST (for 2 differents sessions)
If i launch the commande : Msiexec /i MYMSI.msi TRANSFORMS=MYMST1.mst /QB
or Msiexec /i MYMSI.msi TRANSFORMS=MYMST2.mst /QB
it's work.

But if i try to install 2 MST in same time:
Msiexec /i MYMSI.msi TRANSFORMS=MYMST1.mst;MYMST2.mst /QB
It's not work..

I try to make LOG, but it didn't make it..

The error message box tell about : error during the applications of the differences. To check that the access paths of the transformations are valid.

For info, all source are in local drive C:\

Can you help me?