OnMoveData

InstallShield 2016 » InstallScript Language Reference

Project • This information applies to InstallScript projects.

The OnMoveData event handler function is called by the OnShowUI event handler to handle the file transfer. By default, OnMoveData calls FeatureTransferData to transfer the files.

This event handler is not called in a setup that uses a procedural script (a script with a program…endprogram block).

Syntax

OnMoveData ( );

Parameters

None.

Return Values

None.