Wfwi.exe Command Line Option Example - Symantec WINDOWS INSTALLER EDITOR 8.0 Reference

Hide thumbs Also See for WINDOWS INSTALLER EDITOR 8.0:
Table of Contents

Advertisement

Windows Installer Editor Reference
Command-line options
/c="release_name"
/p name=value
/o path
/F
/s
/l log_file_name

WFWI.EXE Command Line Option Example

The following example shows how to compile an installation from the command line.
"path\WFWI.EXE" C:\Installers\MyApp.wsi /c /s /p CURRENT_FILES="E:\Test
Development" /o C:\MyAppInstaller.msi
The preceding command line does the following:
Invokes the executable
Specifies the .WSI to compile (C:\Installers\MyApp.wsi)
Sets it to compile (/c)
Sets all error messages to be suppressed (/s)
Sets the property CURRENT_FILES (/p CURRENT_FILES="E:\Test Development")
Sets the output location (/o C:\MyAppInstaller.msi)
If you set multiple properties, separate the property value pairs with spaces. Enclose the
values with double quotes.
Advanced Installations
Description
Compile only the specified release from an
installation containing multiple releases
Set property values
The property name and value must
immediately follow the /p. You can use as
many property name and value switches as
you like in a command line. Do not enter
any spaces in the name=value
construction, unless they are enclosed in
double quotes.
Specifies the compiled output file
You cannot specify a relative path; specify
an absolute path. The path must
immediately follow the /o.
Has the same effect as clearing the Don't
update or recompress files when
saving check box on the products Details
page
See
Product Details Page
Compile silently
If you don't include this, error or
informational messages might appear that
require user intervention.
Creates an additional compile log file in
addition to compile.log, which is created
automatically
on page 83.
239

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the WINDOWS INSTALLER EDITOR 8.0 and is the answer not in the manual?

Questions and answers

Table of Contents