| | |
how to access the information displayed on the Add/Remove programs in windows control
Please support our C# advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Jul 2009
Posts: 964
Reputation:
Solved Threads: 205
Re: how to access the information displayed on the Add/Remove programs in windows con
1
#11 Sep 11th, 2009
Those are options for launching a separate appwiz process with the selected option. To launch the process:
C# Syntax (Toggle Plain Text)
Process appwiz = new Process(); appwiz.StartInfo.FileName = "control"; appwiz.StartInfo.Arguments = "appwiz.cpl,,0";// change or remove program option appwiz.Start();
•
•
Join Date: Jan 2008
Posts: 2,052
Reputation:
Solved Threads: 122
Re: how to access the information displayed on the Add/Remove programs in windows con
0
#12 Sep 11th, 2009
•
•
Join Date: Jul 2009
Posts: 964
Reputation:
Solved Threads: 205
Re: how to access the information displayed on the Add/Remove programs in windows con
0
#13 Sep 11th, 2009
•
•
Join Date: Jul 2009
Posts: 964
Reputation:
Solved Threads: 205
Re: how to access the information displayed on the Add/Remove programs in windows con
0
#14 Sep 11th, 2009
•
•
•
•
Thanks Scott, but it seems that it doesnt show all the programs that are installed. I think registry information is not enough or we need to grab some more information from other folders under registry.
Ideas?
•
•
•
•
The [code] appeared to only get about half of the applications that I have installed on my Vista Ultimate 64-bit development box. After some poking around the registry, I discovered that the half that it got were all the 64-bit applications and that the 32-bit applications were hiding under SOFTWARE\\Wow6432Node\\Microsoft\\Windows\\CurrentVersion\\Uninstall.
•
•
Join Date: Jan 2008
Posts: 2,052
Reputation:
Solved Threads: 122
Re: how to access the information displayed on the Add/Remove programs in windows con
0
#15 Sep 11th, 2009
That's fine, i asked for any ideas. i dont prefer one way to another if i dont have enough information about that subject. So i may even go your way. I work asynchronously, sometimes it takes a month for me to mark a thread as solved but for sure i turn to that thread back if i started it.
Due to lack of freedom of speech, i no longer post on this website.
Re: how to access the information displayed on the Add/Remove programs in windows con
0
#16 Sep 11th, 2009
•
•
•
•
This may or may not apply in your case, and you may wish to browse your registry to see first. Anyway, I ran into this additional key while browsing this topic and figured I would pass it on:
•
•
Join Date: Jul 2009
Posts: 964
Reputation:
Solved Threads: 205
Re: how to access the information displayed on the Add/Remove programs in windows con
0
#17 Sep 11th, 2009
•
•
Join Date: Jan 2008
Posts: 2,052
Reputation:
Solved Threads: 122
Re: how to access the information displayed on the Add/Remove programs in windows con
1
#18 Sep 11th, 2009
Re: how to access the information displayed on the Add/Remove programs in windows con
2
#19 Sep 11th, 2009
I would also like to point out that the code sknake posted is a "per machine" list of installed programs, some programs are installed on a "user" level and would not appear in this list.
also most MSI installed applications won't appear in this list either. I am not sure where they are all stored. But this method is no longer considered a solution.
also most MSI installed applications won't appear in this list either. I am not sure where they are all stored. But this method is no longer considered a solution.
![]() |
Similar Threads
- Cannot Access Control Panel or Add/Remove Programs!!! (Viruses, Spyware and other Nasties)
- WIN2K: Add/Remove Programs Inop (Windows NT / 2000 / XP)
- installation hangs up when writing information to Add/Remove Programs (C)
- Add/Remove Programs Problem (Windows NT / 2000 / XP)
- Add/Remove Programs List Gone! (Windows 95 / 98 / Me)
- Error when trying to Uninstall via Add/Remove Programs (Windows NT / 2000 / XP)
- Windows 2000 Add/Remove programs don't work... (Windows NT / 2000 / XP)
- Add or Remove Programs... Removed? (Windows NT / 2000 / XP)
Other Threads in the C# Forum
- Previous Thread: Visual Studio Pass controls in args
- Next Thread: text editor help
| Thread Tools | Search this Thread |
Tag cloud for C#
.net access algorithm array barchart bitmap box buttons c# chat check checkbox class client color combobox control conversion csharp custom database datagrid datagridview dataset datetime degrees draganddrop drawing encryption enum event excel file files form format forms ftp function gdi+ httpwebrequest image index input install java label list listbox listener login mandelbrot math mouseclick mysql networking object operator oracle path photoshop picturebox pixelinversion post prime programming radians regex remote remoting resource richtextbox save saving serialization server sleep socket sql statistics stream string table tcp text textbox thread time timer treeview update usercontrol validation view visualstudio webbrowser windows winforms wpf xml






