WSS 3.0 does not uninstall the installed Microsoft SQL 2005 embedded Edition (SSEE) program during uninstallation. the uninstallation item cannot be found in the Add/delete program. It takes only half a day to find a solution.
1.run regedit.exe and find the HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Wi ndows \ CurrentVersion \ Uninstall branch.
2. Find each {GUID} directory. You can also use the search function to find "Microsoft SQL 2005 embedded Edition ..."
3. Test the uninstall command (for example, MsiExec.exe/X {0f51a262-1adf-4914-b448-78ac58c00008a })
4.run cmd.exe, paste the uninstall command in it, and add "CALLERID = OCSETUP. EXE"
5. This is probably like this: MsiExec.exe/X {0f51a262-1adf-4914-b448-78ac58c00008a} CALLERID = OCSETUP. EXE
Ps: Sometimes Microsoft SQL 2005 embedded Edition cannot be found in the search. If not, you are advised to view it one by one.
Run this command to bring up the familiar uninstall program dialog box. After that, check C: \ WINDOWS \ SYSMSI \ SSEE \ MSSQL.2005, which is already clean.