FeatureReinstall

InstallShield 2014 » InstallScript Language Reference

Project: This information applies to the following project types:

InstallScript
InstallScript MSI

In a setup that has already been run, after the FeatureReinstall function is called, the next call to FeatureTransferData performs the file transfer that was specified the last time the setup was run.

Syntax

FeatureReinstall ( );

Parameters

None

Return Values

FeatureReinstall Return Values

Return Value

Description

0

Indicates that the function successfully prepared the setup for reinstallation.

< 0

Indicates that the function was unable to prepare the setup for reinstallation.

See Also