InstallAware for Windows Installer
 

Write to Binary File

This command records ANSI string data output to a binary file at the requested file location.

Write to File

Indicates the full path of the file on the target system to write to. If you are installing this file, click the Browse button to visually select it.

Value

Indicates the value to write.

Any Unicode string entered here will be converted to an ANSI string first, and then saved in the target file.

At Position

Specifies the file pointer address from which to begin recording data into the file.

Any existing data starting from this file offset will be replaced by the value to write.

Append Null Terminator

Append an extra null terminator after the full value has been recorded to the file.

This option is useful when overwriting string data in binary files.