PC Review


Reply
Thread Tools Rate Thread

Correct Listing of Installed Programs

 
 
ron.gross@gmail.com
Guest
Posts: n/a
 
      13th Aug 2007
Hello everyone,

I'm trying to list the programs found in the Add/Remove programs.
For doing that, I'm going over all keys in "HKEY_LOCAL_MACHINE\SOFTWARE
\Microsoft\Windows\CurrentVersion\Uninstall\"

However, I find some discrepancies. For example, My Add/Remove shows
"Ad-Aware 2007", but my regsitry walk finds both "Ad-Aware 2007" and
"Ad-Aware SE Personal".

Is this a sub component of Ad-Aware 2007? How can I find only the
programs, not the components?

Thanks,
Ron

 
Reply With Quote
 
 
 
 
Dave Patrick
Guest
Posts: n/a
 
      13th Aug 2007
What's written here is managed by the application developer.

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

<(E-Mail Removed)> wrote:
> Hello everyone,
>
> I'm trying to list the programs found in the Add/Remove programs.
> For doing that, I'm going over all keys in "HKEY_LOCAL_MACHINE\SOFTWARE
> \Microsoft\Windows\CurrentVersion\Uninstall\"
>
> However, I find some discrepancies. For example, My Add/Remove shows
> "Ad-Aware 2007", but my regsitry walk finds both "Ad-Aware 2007" and
> "Ad-Aware SE Personal".
>
> Is this a sub component of Ad-Aware 2007? How can I find only the
> programs, not the components?
>
> Thanks,
> Ron
>

 
Reply With Quote
 
me@tadyatam.invalid
Guest
Posts: n/a
 
      13th Aug 2007
(E-Mail Removed) wrote in
news:(E-Mail Removed):

> Hello everyone,
>
> I'm trying to list the programs found in the Add/Remove
> programs. For doing that, I'm going over all keys in
> "HKEY_LOCAL_MACHINE\SOFTWARE
> \Microsoft\Windows\CurrentVersion\Uninstall\"
>
> However, I find some discrepancies. For example, My
> Add/Remove shows "Ad-Aware 2007", but my regsitry walk
> finds both "Ad-Aware 2007" and "Ad-Aware SE Personal".
>
> Is this a sub component of Ad-Aware 2007? How can I find
> only the programs, not the components?
>
> Thanks,
> Ron
>

Those are two separate application from the same company. The
"SE" was released in 2004(?), long before "2007."

Perhaps you could ask Lavasoft.

J
--
Replies to: Nherr1professor2doktor31109(at)Oyahoo(dot)Tcom
 
Reply With Quote
 
ron.gross@gmail.com
Guest
Posts: n/a
 
      13th Aug 2007
On Aug 13, 3:56 pm, m...@tadyatam.invalid wrote:
> ron.gr...@gmail.com wrote innews:(E-Mail Removed):
>
>
>
> > Hello everyone,

>
> > I'm trying to list the programs found in the Add/Remove
> > programs. For doing that, I'm going over all keys in
> > "HKEY_LOCAL_MACHINE\SOFTWARE
> > \Microsoft\Windows\CurrentVersion\Uninstall\"

>
> > However, I find some discrepancies. For example, My
> > Add/Remove shows "Ad-Aware 2007", but my regsitry walk
> > finds both "Ad-Aware 2007" and "Ad-Aware SE Personal".

>
> > Is this a sub component of Ad-Aware 2007? How can I find
> > only the programs, not the components?

>
> > Thanks,
> > Ron

>
> Those are two separate application from the same company. The
> "SE" was released in 2004(?), long before "2007."
>
> Perhaps you could ask Lavasoft.
>
> J
> --
> Replies to: Nherr1professor2doktor31109(at)Oyahoo(dot)Tcom


I installed my Windows only a few months ago, not in 2004.
Regardless of what Lavasoft did, Windows is still responsible for
choosing which programs to display in Add/Remove.
The registry key supposedly in charge of this is the one I used. The
question is whether there is some other condition as to which programs
are displayed or filtered.

 
Reply With Quote
 
Dave Patrick
Guest
Posts: n/a
 
      14th Aug 2007
Yes windows provided the place-holder in the registry and links up Control
Panel to it but the application developer is responsible for the actual
entries and or cleanup.

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

<(E-Mail Removed)> wrote:
> I installed my Windows only a few months ago, not in 2004.
> Regardless of what Lavasoft did, Windows is still responsible for
> choosing which programs to display in Add/Remove.
> The registry key supposedly in charge of this is the one I used. The
> question is whether there is some other condition as to which programs
> are displayed or filtered.
>


 
Reply With Quote
 
ron.gross@gmail.com
Guest
Posts: n/a
 
      19th Aug 2007
On Aug 14, 5:30 am, "Dave Patrick" <DSPatr...@nospam.gmail.com> wrote:
> Yes windows provided the place-holder in the registry and links up Control
> Panel to it but the application developer is responsible for the actual
> entries and or cleanup.
>
> --
>
> Regards,
>
> Dave Patrick ....Please no email replies - reply in newsgroup.
> Microsoft Certified Professional
> Microsoft MVP [Windows]http://www.microsoft.com/protect
>
> <ron.gr...@gmail.com> wrote:
> > I installed my Windows only a few months ago, not in 2004.
> > Regardless of what Lavasoft did, Windows is still responsible for
> > choosing which programs to display in Add/Remove.
> > The registry key supposedly in charge of this is the one I used. The
> > question is whether there is some other condition as to which programs
> > are displayed or filtered.


I'm sorry but I still don't understand.

Somewhere inside Windows there is code that goes over the registry and
decides what to show in Add/Remove.
Somehow, that code does not display Adaware SE. I want to understand
why it doesn't display that.

Lavasoft don't directly influence the Add/Remove, they do it through
the registry - and it's this logic I want to understand.

 
Reply With Quote
 
Dave Patrick
Guest
Posts: n/a
 
      19th Aug 2007
Can you post the contents of the key?

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

<(E-Mail Removed)> wrote:
> I'm sorry but I still don't understand.
>
> Somewhere inside Windows there is code that goes over the registry and
> decides what to show in Add/Remove.
> Somehow, that code does not display Adaware SE. I want to understand
> why it doesn't display that.
>
> Lavasoft don't directly influence the Add/Remove, they do it through
> the registry - and it's this logic I want to understand.
>

 
Reply With Quote
 
me@tadyatam.invalid
Guest
Posts: n/a
 
      19th Aug 2007
(E-Mail Removed) wrote in
news:(E-Mail Removed):

>
> I'm sorry but I still don't understand.
>
> Somewhere inside Windows there is code that goes over the
> registry and decides what to show in Add/Remove.
> Somehow, that code does not display Adaware SE. I want to
> understand why it doesn't display that.
>
> Lavasoft don't directly influence the Add/Remove, they do
> it through the registry - and it's this logic I want to
> understand.
>

Does your registry actually have the key
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Ad-
Aware SE Personal
containing
UninstallString
x:\PROGRA~1\yyy\zzz\UNWISE.EXE x:\yyy\zzz\ADAWSE1\INSTALL.LOG
(the x's, y's and z's would be different, of course) ?

J
--
Replies to: Nherr1professor2doktor31109(at)Oyahoo(dot)Tcom
 
Reply With Quote
 
ron.gross@gmail.com
Guest
Posts: n/a
 
      15th Sep 2007
On Aug 19, 10:20 pm, m...@tadyatam.invalid wrote:
> ron.gr...@gmail.com wrote innews:(E-Mail Removed):
>
>
>
> > I'm sorry but I still don't understand.

>
> > Somewhere inside Windows there is code that goes over the
> > registry and decides what to show in Add/Remove.
> > Somehow, that code does not display Adaware SE. I want to
> > understand why it doesn't display that.

>
> > Lavasoft don't directly influence the Add/Remove, they do
> > it through the registry - and it's this logic I want to
> > understand.

>
> Does your registry actually have the key
> HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Ad-
> Aware SE Personal
> containing
> UninstallString
> x:\PROGRA~1\yyy\zzz\UNWISE.EXE x:\yyy\zzz\ADAWSE1\INSTALL.LOG
> (the x's, y's and z's would be different, of course) ?
>
> J
> --
> Replies to: Nherr1professor2doktor31109(at)Oyahoo(dot)Tcom


No, but it has a key {78CC3BAB-DE2A-4FB4-8FBB-E4DADDC26747} with
DisplayName "Ad-Aware SE Personal".

I have two entries, one with the above key and display name "Ad-Aware
SE Personal", which does not appear in the Add/Remove.
The other is with the key {E31C348B-63A9-4CBF-8D7F-D932ABB63244},
DisplayName "Ad-Aware 2007". This entry does appear in Add/Remove.

I tried comparing the values, the only real difference I found is the
the first entry's InstallLocation string is empty, while the second's
InstallLocation is not.

 
Reply With Quote
 
me@tadyatam.invalid
Guest
Posts: n/a
 
      15th Sep 2007
(E-Mail Removed) wrote in
news:(E-Mail Removed):

> On Aug 19, 10:20 pm, m...@tadyatam.invalid wrote:
>> ron.gr...@gmail.com wrote
>> innews:(E-Mail Removed)
>> :
>>
>>
>>
>> > I'm sorry but I still don't understand.

>>
>> > Somewhere inside Windows there is code that goes over
>> > the registry and decides what to show in Add/Remove.
>> > Somehow, that code does not display Adaware SE. I want
>> > to understand why it doesn't display that.

>>
>> > Lavasoft don't directly influence the Add/Remove, they
>> > do it through the registry - and it's this logic I want
>> > to understand.

>>
>> Does your registry actually have the key
>> HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Ad
>> - Aware SE Personal
>> containing
>> UninstallString
>> x:\PROGRA~1\yyy\zzz\UNWISE.EXE
>> x:\yyy\zzz\ADAWSE1\INSTALL.LOG (the x's, y's and z's would
>> be different, of course) ?
>>
>> J
>> --
>> Replies to: Nherr1professor2doktor31109(at)Oyahoo(dot)Tcom

>
> No, but it has a key {78CC3BAB-DE2A-4FB4-8FBB-E4DADDC26747}
> with DisplayName "Ad-Aware SE Personal".
>
> I have two entries, one with the above key and display name
> "Ad-Aware SE Personal", which does not appear in the
> Add/Remove. The other is with the key
> {E31C348B-63A9-4CBF-8D7F-D932ABB63244}, DisplayName
> "Ad-Aware 2007". This entry does appear in Add/Remove.
>
> I tried comparing the values, the only real difference I
> found is the the first entry's InstallLocation string is
> empty, while the second's InstallLocation is not.
>


If there is no UninstallString for "Ad-Aware SE Personal" then
Add/Remove cannot display it.

J
--
Replies to: Nherr1professor2doktor31109(at)Oyahoo(dot)Tcom
 
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
Listing installed COM add-ins Bob Flanagan Microsoft Excel Programming 5 13th Feb 2008 05:37 PM
Installed programs not displaying in "All Programs" listing mjs Windows Vista General Discussion 3 24th Dec 2007 01:13 AM
Word stopped listing docs alfabetically, how to correct =?Utf-8?B?Q2xpZmZiMQ==?= Microsoft Word Document Management 1 16th Nov 2005 03:14 PM
KB826939 Rollup 1 I installed twice and Windows update keeps listing as not installed. =?Windows-1252?B?1L/UIE13cw==?= Windows XP General 6 17th Nov 2003 07:18 AM
KB826939 Rollup 1 I installed twice and Windows update keeps listing as not installed. =?Windows-1252?B?1L/UIE13cw==?= Microsoft Windows 2000 6 17th Nov 2003 07:18 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:26 PM.