|

FlushEachLine


(boolean) Whether the log buffer should be flushed after each line, or flushed after 20 lines. Choose from:



VALUE DESCRIPTION


true


Force the installer to flush the log buffer after each line.


false


Flush the log buffer after 20 lines. (Default)


Re t u r n s


(boolean) Returns true if the action was successful, or false if it failed. You can use

Application.GetLastError to determine whether this action failed, and why.


|