OnUninstallingDIFxDriverFile
InstallShield 2024 » InstallScript Language Reference
Project:
The OnUninstallingDIFxDriverFile event handler function is called when a driver installed or preinstalled by the DIFxDriverPackageInstall or DIFxDriverPackagePreinstall functions is uninstalled with uninstall logging enabled.
By default, the event uninstalls the driver using the DIFxDriverPackageUninstall function.
Syntax
OnUninstallingDIFxDriverFile ( byval string szDriver );
Parameters
Parameter |
Description |
szDriver |
The complete path and file of the installed driver file. |
Return Values
None.