DeinstallSetReference

InstallShield 2016 ยป InstallScript Language Reference

The DeinstallSetReference function is obsolete.

If you want to check whether a file is locked during uninstallation, write script code that calls the Is function with the FILE_LOCKED constant for the nIsFlag parameter and that responds as needed.

Syntax

DeinstallSetReference (szReferenceFile);

See Also