home *** CD-ROM | disk | FTP | other *** search
- // Al Unser Jr. registry uninstall
- BEGIN REGISTRY
- RegDeleteKey( HKEY_CLASSES_ROOT, "Unser" );
- RegDeleteKey( HKEY_LOCAL_MACHINE, "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\ALUNSER.EXE" );
- // This removes the uninstaller components from the registry
- RegDeleteKey( HKEY_LOCAL_MACHINE, "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ALUNSER.EXE" );
- // Special form for decrementing use counter on a shared DLL
- DecUsageKey( HKEY_LOCAL_MACHINE, "SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs", "C:\WIN95\SYSTEM\wing32.dll" );
- END REGISTRY
-
-