RE: RE: How to activate [DefaultUnInstall] section in INF file?

Thanks Dave,

I’ll move to use the new InstallShield that supports DIFx 2.1.0.

But I have one last question:
There are also registry entries (for example under currentcontrolset\services)

[MLX4BUS.ServiceInstall]
DisplayName = %MLX4BUS.ServiceDesc%
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_BOOT_START%
ErrorControl = %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\mlx4_bus.sys
LoadOrderGroup = NDIS
AddReg = MLX4BUS.ParamsReg

how can we also delete these registry entries during uninstall? Does the uninstall with ‘DeleteDriverFiles=yes’ also do the trick?