add program to add/remove programs

S

Sandy

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.
 
R

Rey Santos

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.
 
S

Sandy

The Program is Juno.

Rey Santos said:
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.
 
B

Big Al

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.
 
J

ju.c

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*****\""
 
J

ju.c

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 said:
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 said:
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.
 
J

ju.c

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top