public class WixCommand extends Object
WixCommand is a wrapper for the different tools of the WiX Toolset for
arranging program arguments and the files on which the tools should work.| Constructor and Description |
|---|
WixCommand(File executable)
Deprecated.
use
WixCommand(File, ToolsetSettings, String)
Constructor for a command without any arguments. |
WixCommand(File executable,
Object... args)
Deprecated.
use
WixCommand(File, ToolsetSettings, String)
Constructor for a command with variable arguments. |
WixCommand(File executable,
ToolsetSettings settings,
String params) |
public WixCommand(File executable)
WixCommand(File, ToolsetSettings, String)
Constructor for a command without any arguments.executable - the executable to call.public WixCommand(File executable, Object... args)
WixCommand(File, ToolsetSettings, String)
Constructor for a command with variable arguments.executable - the executable to call.args - program arguments like switches and files.public WixCommand(File executable, ToolsetSettings settings, String params)
Copyright © 2004-2013 Berg Systeme. All Rights Reserved.