FeatureReinstall
InstallShield 2024 » InstallScript Language Reference
Project:
• | 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
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