|
|
Application Virtualization MSI Compat Transform |
You can use the Microsoft Application Virtualization (App-V) MSI Compat transform to make 4.5 Sequencer generated MSIs compatible for 4.6 Client.
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 (available at http://www.microsoft.com/downloads).
This transform is not supported through the official Microsoft Support channels. Please use the Microsoft Application Virtualization TechNet forums for add-ons, to provide feedback or report any problems.
Limitations:
This solution does not address the inability to run App-V 4.6 generated MSI's on 4.5 clients.
Files
|
|
Status: DeletedThis download is no longer available on microsoft.com. The downloads below are archives provided by the Internet Archive Wayback Machine from the Microsoft Download Center prior to January 2015. |
No files found
A file listing was not found in the Wayback Machine archives.
System Requirements
Operating Systems: Windows Server 2003, Windows Vista, Windows Server 2008, Windows XP, Windows 7, Windows Server 2008 R2
MS Application Virtualization version 4.5 or higher
Installation Instructions
- Click the Download button on this page to start the download.
- Locate the self-extracting executable file in the folder where it was downloaded, and then double-click it to extract the files to a folder on your computer.
- Locate the folder on your computer where the files were extracted and double-click on the executable to accept the EULA and unpack the transform called ‘launchcondition.mst’.
- Apply the MSI transform to the 4.5 generated .msi file using the following command:
- MSITran.exe -a launchcondition.mst {4_5generated.msi}
MSITran is a utility that is part of the Windows Platform SDK (available at http://www.microsoft.com/downloads)