InstallAware for Windows Installer Header Image Windows Installer without Rocket Science
InstallAware for Windows Installer
 

Write to Text File

This command enables you to output a single line of text to a text file.

Write to File

Indicates the full path of the file on the target system to write to.

Value

Indicates the value to write. Check Write to Start of File to insert the value at the beginning of the text file. Check Write to End of File to append the value at the end of the text file.

 Notes

  • If the file being to written to does not already exist, it will be created.
  • The file will be opened for writing, written to, and then closed immediately after the write.