Chapter 9: Converting Windows Installer Packages to Virtual Applications
Running the Windows Installer Converter from the Command Line
686
ADS-0950-UG00
AdminStudio 9.5 User Guide
Controlling Whether to Include the App-V Application Launcher in Output
If you do not want to include the App-V Application Launcher with each App-V application that you build, clear the
Create utility to test launch App-V applications as part of building App-V applications
check box on the
Virtual Packages
tab of the AdminStudio
Options
dialog box.
Running the Windows Installer Converter from
the Command Line
The executable that launches the Windows Installer Converter is:
[
AdminStudio Installation Directory
]\Repackager\msi2vp.exe
The syntax for running the Windows Installer Converter on the command line is:
•
Microsoft App-V application
—To build a Microsoft App-V application, enter:
msi2vp.exe -s -i <path to .msi file> -t <transform1|transform2|...> -v appv
•
ThinApp application
—To build a ThinApp application, enter:
msi2vp.exe -s -i <path to .msi file> -t <transform1|transform2|...> -v thinapp
•
Citrix profile
—To build a Citrix profile, enter:
msi2vp.exe -s -i <path to .msi file> -t <transform1|transform2|...> -v citrix
•
Both
—To build all three virtual package formats, enter:
msi2vp.exe -s -i <path to .msi file> -t <transform1|transform2|...> -v appv|thinapp|citrix
The command line parameters are described in the following table.
Table 9-26 •
Windows Installer Converter Command Line Options
Parameter
Description
-s
Use the
-s
parameter to indicate you want to perform this conversion
silently, with no user interface and no user input required.
Summary of Contents for ADMINSTUDIO 9.5
Page 1: ...AdminStudio 9 5 User Guide Version 9 5...
Page 50: ...Contents 50 ADS 0950 UG00 AdminStudio 9 5 User Guide...
Page 52: ...52 ADS 0950 UG00 AdminStudio 9 5 User Guide...
Page 156: ...156 ADS 0950 UG00 AdminStudio 9 5 User Guide...
Page 440: ...440 ADS 0950 UG00 AdminStudio 9 5 User Guide...
Page 1090: ...1090 ADS 0950 UG00 AdminStudio 9 5 User Guide...
Page 1426: ...1426 ADS 0950 UG00 AdminStudio 9 5 User Guide...
Page 1686: ...1686 ADS 0950 UG00 AdminStudio 9 5 User Guide...
Page 1794: ...Chapter 24 AdminStudio Public API Reference 1794 ADS 0950 UG00 AdminStudio 9 5 User Guide...
Page 1842: ...Index 1842 ADS 0950 UG00 AdminStudio 9 5 User Guide...