Add/Remove program through code
-
Hi all http://www.codeproject.com/Messages/2330256/Add-Remove-program-through-code.aspx[^] i went through the post on 2:56 22 Nov '07 by d@nish for "Add/Remove program through code" but in that he is reffering to this.treePrograms.SelectedNode.Text which im not able to understand. is he reffering to registry or so of the control in his form or something else.plz help me
-
Hi all http://www.codeproject.com/Messages/2330256/Add-Remove-program-through-code.aspx[^] i went through the post on 2:56 22 Nov '07 by d@nish for "Add/Remove program through code" but in that he is reffering to this.treePrograms.SelectedNode.Text which im not able to understand. is he reffering to registry or so of the control in his form or something else.plz help me
-
he posted just a code snip where he gets the Uninstallstring from registry of the selected node in the treeview. comparing the text of the node with the DisplayName coming from registry..
-
he uses a treeview on a form the treeview is build at initialize or some where else... this snip is only finding the correct uninstallstring according to the selected node.. take a look an System.Windows.Forms.TreeView and Microsoft.Registry to understand!!