::InstallAPI::ResponseFileAPI
Manipulate options for response files within installers. This API can be used to read and write response files as well as manipulate the virtual text values that will be saved in an installer response file.
Supported Platforms
All
Returns
Empty string
Options
-do (required)
Specifies the action the API should take. Possible values are:
|
add |
Add the list of virtual text given by -virtualtext to the list of variables to save in the response file. |
|
read |
Read the file given by -file as a response file. |
|
remove |
Remove the list of virtual text given by -virtualtext from the list of variables to save in the response file. |
|
write |
Write the installer response to the file given by -file. |
-file
Specifies a filename for read and write operations.
-virtualtext
Specifies a list of virtual text for add and remove operations.