OnUninstallingDIFxDriverFile

InstallShield 2016 » InstallScript Language Reference

Project • This information applies to InstallScript projects.

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

OnUninstallingDIFxDriverFile

Parameter

Description

szDriver

The complete path and file of the installed driver file.

Return Values

None.