msiwiz - Wizard Interface
| msiwiz.pl -h | |
| -N <company_name> | |
| -O <product_name> | |
| -V <initial_version> | |
| -I <installation_image> | |
| -K <keywords> | |
| -D <description> | |
| -F <main_feature> | |
| -o <output_file> | |
| -i |
This script generates a template script, which in turn generates an MSI
installation database. The resulting script can then be customized using
mainly the interfaces defined by MSI::Installer and the interfaces
defined by the other MSI::* modules. This script can be run in batch mode
or interactively. In batch, configuration options are specified on the
command line, while interactive mode prompts the user for each configuration
option. By default, the resulting script is written to STDOUT. If the `-o'
option is specified, the resulting script is written to the file specified
by that option.
Display the documentation for this script.
Specify the name of the company that publishes the application being packaged.
Specify the name of the application being packaged.
Specify the initial version of the application being packaged.
Specify the path to the root of the installation image of the application being packaged.
Specify some keywords that describe the application being packaged.
Specify a description of the application being packaged.
Specify the top-level feature of the application being packaged. The value of this option defaults to the name of the application as specified by the `-O' option.
If specified, the resulting script is written to the file spcified by the value of this option.
Run in non-interactive mode, using the values from the command-line options.
the MSI::Installer manpage, MSI::Image, MSI::DB, Win32::Cabinet, perl
Copyright (c) 2000 ActiveState Corp. All rights reserved. ActiveState is a division of Sophos Plc.