PC Review


Reply
Thread Tools Rate Thread

add program to add/remove programs

 
 
Sandy
Guest
Posts: n/a
 
      25th Apr 2008
I inadvertently removed a program from the list with Revo. It is my e-mail
program. I would like to return the program to the list so I can uninstall
it. It does not have an uninstaller in the start programs menu. How can I
return the program to the list.
 
Reply With Quote
 
 
 
 
Rey Santos
Guest
Posts: n/a
 
      25th Apr 2008
If its outlook express... in Add or Remove Programs click Add/Remove Windows
components on the left pane. Uncheck it to uninstall, check it to install.
--
Rey


"Sandy" wrote:

> I inadvertently removed a program from the list with Revo. It is my e-mail
> program. I would like to return the program to the list so I can uninstall
> it. It does not have an uninstaller in the start programs menu. How can I
> return the program to the list.

 
Reply With Quote
 
Sandy
Guest
Posts: n/a
 
      25th Apr 2008
The Program is Juno.

"Rey Santos" wrote:

> If its outlook express... in Add or Remove Programs click Add/Remove Windows
> components on the left pane. Uncheck it to uninstall, check it to install.
> --
> Rey
>
>
> "Sandy" wrote:
>
> > I inadvertently removed a program from the list with Revo. It is my e-mail
> > program. I would like to return the program to the list so I can uninstall
> > it. It does not have an uninstaller in the start programs menu. How can I
> > return the program to the list.

 
Reply With Quote
 
Big Al
Guest
Posts: n/a
 
      25th Apr 2008
Some times in the C:\program folders\juno folder (or whatever app) there
is an uninstall.exe or such. You might just try running that. Or see
if Juno has support on their website.

Sandy wrote:
> The Program is Juno.
>
> "Rey Santos" wrote:
>
>> If its outlook express... in Add or Remove Programs click Add/Remove Windows
>> components on the left pane. Uncheck it to uninstall, check it to install.
>> --
>> Rey
>>
>>
>> "Sandy" wrote:
>>
>>> I inadvertently removed a program from the list with Revo. It is my e-mail
>>> program. I would like to return the program to the list so I can uninstall
>>> it. It does not have an uninstaller in the start programs menu. How can I
>>> return the program to the list.

 
Reply With Quote
 
Kelly
Guest
Posts: n/a
 
      25th Apr 2008
Other suggestions that may help:

Troubleshooting, Removing and/or Cleaning Add or Remove Programs
http://www.kellys-korner-xp.com/xp_a.htm#addremove

--

All the Best,
Kelly (MS-MVP/DTS&XP)

Taskbar Repair Tool Plus!
http://www.kellys-korner-xp.com/taskbarplus!.htm


"Sandy" <(E-Mail Removed)> wrote in message
news7DF1E98-9F6B-4F47-AFA2-(E-Mail Removed)...
>I inadvertently removed a program from the list with Revo. It is my e-mail
> program. I would like to return the program to the list so I can
> uninstall
> it. It does not have an uninstaller in the start programs menu. How can
> I
> return the program to the list.


 
Reply With Quote
 
PA Bear [MS MVP]
Guest
Posts: n/a
 
      25th Apr 2008
Reinstall the application.
--
~Robear Dyer (PA Bear)
MS MVP-IE, Mail, Security, Windows Desktop Experience - since 2002
AumHa VSOP & Admin http://aumha.net
DTS-L http://dts-l.net/

Sandy wrote:
> I inadvertently removed a program from the list with Revo. It is my
> e-mail
> program. I would like to return the program to the list so I can
> uninstall
> it. It does not have an uninstaller in the start programs menu. How can
> I
> return the program to the list.


 
Reply With Quote
 
ju.c
Guest
Posts: n/a
 
      26th Apr 2008
Easy:


1. Replace *****Folder***** with the Juno folder name
2. Replace *****uninstaller.exe***** with the Juno
uninstaller's executable name
3. Change C: if your drive letter is not C:
4. Copy between the lines
5. Paste into Notepad
6. Make sure

[HKEY_LOCAL_MACHINE . . . and

"UninstallString"=" . . . are on one line

7. Save-as JunoUninstallEntry.reg (or any name + .reg)
8. Double-click or right-click and merge into the Registry

-----------------------------------------------------
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Juno]
"DisplayName"="Juno"
"UninstallString"="\"C:\\Program
Files\\*****Folder*****\\*****uninstaller.exe*****\""
-----------------------------------------------------


ju.c


"Sandy" <(E-Mail Removed)> wrote in message
news7DF1E98-9F6B-4F47-AFA2-(E-Mail Removed)...
> I inadvertently removed a program from the list with Revo. It is my
> e-mail
> program. I would like to return the program to the list so I can
> uninstall
> it. It does not have an uninstaller in the start programs menu. How
> can I
> return the program to the list.


 
Reply With Quote
 
ju.c
Guest
Posts: n/a
 
      28th Apr 2008
You need to find the path to the Juno uninstaller, if you knew its name
you could just search for it. That's the trick.

If the uninstaller is not in the \Program Files\ folder then it is most
likely in \WINDOWS\System32\

But you still need the name. If there was an installation log it would
be there. I could probably find the Registry entries like shown below:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Juno
Nemesis: Remix Shareware_is1]
DisplayName="Juno Nemesis: Remix Shareware v2.0"
HelpLink="http://www.mking.com"
Inno Setup: App Path="c:\\Program Files\\Juno Nemesis Remix Shareware"
Inno Setup: Deselected Tasks="quicklaunchicon"
Inno Setup: Icon Group="Juno Nemesis Remix Shareware"
Inno Setup: Selected Tasks="desktopicon"
Inno Setup: Setup Version="4.0.8"
Inno Setup: User="Owner"
Publisher="Mountain King Studios"
URLInfoAbout="http://www.mking.com"
URLUpdateInfo="http://www.mking.com"
UninstallString="\"c:\\Program Files\\Juno Nemesis Remix
Shareware\\unins000.exe\""

But I need the name of Juno's installation program.


ju.c


"ju.c" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Easy:
>
>
> 1. Replace *****Folder***** with the Juno folder name
> 2. Replace *****uninstaller.exe***** with the Juno
> uninstaller's executable name
> 3. Change C: if your drive letter is not C:
> 4. Copy between the lines
> 5. Paste into Notepad
> 6. Make sure
>
> [HKEY_LOCAL_MACHINE . . . and
>
> "UninstallString"=" . . . are on one line
>
> 7. Save-as JunoUninstallEntry.reg (or any name + .reg)
> 8. Double-click or right-click and merge into the Registry
>
> -----------------------------------------------------
> Windows Registry Editor Version 5.00
>
> [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Juno]
> "DisplayName"="Juno"
> "UninstallString"="\"C:\\Program
> Files\\*****Folder*****\\*****uninstaller.exe*****\""
> -----------------------------------------------------
>
>
> ju.c
>
>
> "Sandy" <(E-Mail Removed)> wrote in message
> news7DF1E98-9F6B-4F47-AFA2-(E-Mail Removed)...
>> I inadvertently removed a program from the list with Revo. It is my
>> e-mail
>> program. I would like to return the program to the list so I can
>> uninstall
>> it. It does not have an uninstaller in the start programs menu. How
>> can I
>> return the program to the list.

>

 
Reply With Quote
 
ju.c
Guest
Posts: n/a
 
      28th Apr 2008
Well, what do you know. Look what I found!

Just check the paths, like C:

1. Copy between the lines
2. Paste into Notepad
3. Make sure each of these are on a single line:

[HKEY_LOCAL_MACHINE
DisplayName="Juno"
InstallLocation="C:\
LogFile="C:\\Program
Product="Juno"
Publisher="Juno Online
UninstallString="RunDll32
VersionBuild=dword:00000031
VersionMajor=dword:00000005
VersionMinor=dword:00000000

4. Save-as JunoUninstall.reg (or any name + .reg)
5. Double-click or right-click and merge into the Registry

-------------------------------------------------------------
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{11D696C6-0A0C-499A-B431-6190F9DC1904}]
DisplayName="Juno"
InstallLocation="C:\\Program Files\\Juno"
LogFile="C:\\Program Files\\InstallShield Installation
Information\\{11D696C6-0A0C-499A-B431-6190F9DC1904}\\setup.ilg"
Product="Juno"
Publisher="Juno Online Services, Inc."
UninstallString="RunDll32
C:\\PROGRA~1\\COMMON~1\\INSTAL~1\\engine\\6\\INTEL3~1\\ctor.dll,LaunchSetup
\"C:\\Program Files\\InstallShield Installation
Information\\{11D696C6-0A0C-499A-B431-6190F9DC1904}\\setup.exe\"
Uninstall"
VersionBuild=dword:00000031
VersionMajor=dword:00000005
VersionMinor=dword:00000000
------------------------------------------------------------


Try that and uninstall with Revo Uninstaller.


ju.c


"Sandy" <(E-Mail Removed)> wrote in message
news7DF1E98-9F6B-4F47-AFA2-(E-Mail Removed)...
> I inadvertently removed a program from the list with Revo. It is my
> e-mail
> program. I would like to return the program to the list so I can
> uninstall
> it. It does not have an uninstaller in the start programs menu. How
> can I
> return the program to the list.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Command Line/Script to Remove/Uninstall Program that can only be removed from Add or Remove Programs Conan Kelly Windows XP General 2 15th May 2010 12:18 AM
Remove program in "ADD/Remove Programs =?Utf-8?B?ZXJpYw==?= Windows XP General 1 21st Mar 2006 08:29 PM
How to remove program from Add/Remove Programs while the program is still installed ? flahmeshess Microsoft Windows 2000 1 25th Oct 2005 04:07 PM
Add/Remove Programs Did Not Remove Program (QuickBooks 2005 Trial) Summer Windows XP General 0 22nd Aug 2005 11:20 PM
Program I want to remove is not listed in Add/Remove Programs =?Utf-8?B?U1JWY2xjdHI=?= Windows XP General 7 9th Mar 2005 03:59 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:03 AM.