-
How to know the programs are installed (sorry my english)
how to know and show in the list object the programs are installed in a PC
(sorry my english :-)
-
Re: How to know the programs are installed (sorry my english)
There is no one central list of installed programs, especially since not all
of them have specific rules they must follow such as appearance in
"add/remove" programs and such.
--
MichKa
Michael Kaplan
Trigeminal Software, Inc. -- http://www.trigeminal.com/
International VB? -- http://www.i18nWithVB.com/
C++? MSLU -- http://msdn.microsoft.com/msdnmag/issues/01/10/
"Roberto" <reperezm@hotmail.com> wrote in message
news:3c3cb64f$1@147.208.176.211...
>
> how to know and show in the list object the programs are installed in a PC
> (sorry my english :-)
-
Re: How to know the programs are installed (sorry my english)
There is no one central list of installed programs, especially since not all
of them have specific rules they must follow such as appearance in
"add/remove" programs and such.
--
MichKa
Michael Kaplan
Trigeminal Software, Inc. -- http://www.trigeminal.com/
International VB? -- http://www.i18nWithVB.com/
C++? MSLU -- http://msdn.microsoft.com/msdnmag/issues/01/10/
"Roberto" <reperezm@hotmail.com> wrote in message
news:3c3cb64f$1@147.208.176.211...
>
> how to know and show in the list object the programs are installed in a PC
> (sorry my english :-)
-
Re: How to know the programs are installed (sorry my english)
"Roberto" <reperezm@hotmail.com> wrote:
>
>how to know and show in the list object the programs are installed in a
PC
>(sorry my english :-)
Hi,
Look in the registry under this key;
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\App Paths\<main_EXE_file_for_the_app_to_look_for>
Most (but not all) setup routines adds this key and put the complete path
to the exe as the keys value. VB's Package and Deployment Wizard puts this
info correctly.
Regards
Bernie
-
Re: How to know the programs are installed (sorry my english)
"Roberto" <reperezm@hotmail.com> wrote:
>
>how to know and show in the list object the programs are installed in a
PC
>(sorry my english :-)
Hi,
Look in the registry under this key;
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\App Paths\<main_EXE_file_for_the_app_to_look_for>
Most (but not all) setup routines adds this key and put the complete path
to the exe as the keys value. VB's Package and Deployment Wizard puts this
info correctly.
Regards
Bernie
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks