Jan 1, 2002 #1 2314 Programmer May 19, 2001 69 IN How Do I Unregister Com Exe Component from my machine
Jan 2, 2002 #2 DerekSully Programmer Oct 29, 2001 6 GB At the command prompt, type c:\winnt\system32\regsvr32 (space) program.name (space ) /u The "/u" means unregister and the space before it is important. If you are not on NT search for the program in the windows directory Upvote 0 Downvote
At the command prompt, type c:\winnt\system32\regsvr32 (space) program.name (space ) /u The "/u" means unregister and the space before it is important. If you are not on NT search for the program in the windows directory
Jan 2, 2002 Thread starter #3 2314 Programmer May 19, 2001 69 IN what you told is for inprocess dll component i want to know what is the way for exe component. Upvote 0 Downvote
Jan 2, 2002 #4 LauDse Programmer Jan 2, 2002 38 DE Hi! Start the exe with /unregserver. Example: ComExeComponent.exe /unregserver LauDse Upvote 0 Downvote