Chapter 7: Repackaging Legacy Installations Using the Repackaging WizardRepackaging Legacy Installations Using the Repackaging WizardAdminStudio 9.5 User Guide ADS-0950-UG00 491An example of a typical command line is as follows:Repack.exe -app Setup.exe -o C:\MyRepackagedApps\Output-pp SomeApp -cs Custom -cf MyOptions.ini -sbIn the above example, the following options are used:Repackaging a Windows Installer (.msi) PackageWhile it is not recommended that you repackage a Windows Installer (.msi) package, it sometimes may benecessary to repackage a Windows Installer package in order to convert it to a virtual package (perhaps due to theuse of custom actions or other features that are not supported in application virtualization).To repackage a Windows Installer (.msi) package, perform the following steps:Task: To repackage a Windows Installer package:1. From the Repackager interface, launch the Repackaging Wizard by clicking on the link or by selectingRepackaging Wizard from the Tools menu. The Welcome Panel opens.2. Click Next. The Method Selection Panel opens.Table 7-7 • Repackager Command-Line Options used in ExampleOption Description-app Specifies the name of the setup.-o Specifies the location of the output directory-pp Specifies the name of the product (and the name of the Repackager output file).-cs Specifies the name of the custom analysis options file to use.-cf Name of the analysis options file to use.-sb Allows you to run Repackager silently, with no user interaction.