StreamFileFromBinary

InstallShield 2024 » InstallScript Language Reference

The StreamFileFromBinary function streams a binary key with a file.

Syntax

StreamFileFromBinary ( hInstall(HWND), svObjectBinaryKey, szFileName );

Parameters

StreamFileFromBinary Parameters

Parameter

Description

hInstall (HWND)

Provides a handle to the currently running application.

svObjectBinaryKey

Indicates the key to be streamed out of the binary table.

szFileName

Indicates the full path to the extracted file.

Return Values

StreamFileFromBinary Return Values

Return Value

Description

0

The function successfully streamed the binary key with the file.

-1

The function failed to stream the binary key with the file.