Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

get all installed application in windiws in C#

public class InstalledProgram
{
    public string DisplayName { get; set; }
    public string Version { get; set; }
    public string InstalledDate { get; set; }
    public string Publisher { get; set; }
    public string UnninstallCommand { get; set; }
    public string ModifyPath { get; set; }
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #installed #application #windiws
ADD COMMENT
Topic
Name
1+2 =