Archive

Posts Tagged ‘App-V MSI Compat Transform’

Application Virtualization MSI Compat Transform

February 22nd, 2010 menush Comments off

The App-V MSI Compat Transform is used to make App-V 4.5 Sequencer generated MSIs adaptable for App-V 4.6 Client. Running an .msi generated by the in App-V 4.5 sequencer produces a load/install error when trying to run it on an App-V 4.6 Client. On the App-V 4.6 Client, the following message has been added to show:

  • "This package requires Microsoft Application Virtualization Client 4.5 or later.”

To successfully run the .msi, an MSI transform must be applied to the 4.5 generated .msi file using the following command:

  • MSITran.exe -a launchcondition.mst {4_5generated.msi}

Where MSITran is a utility that is part of the Windows Platform SDK.

Read more…