Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello All,

I have following issue in WPF.
I am running exe or msi files through my application. User can select any exe file and I try to install particular exe on my device SILENTLY. After some time i check windows program list to check weather my exe has been installed.
Now what happens is, my exe name and application name in Programs list does not match.
so i want know what name will be in applications list after exe is installed.
is there any way out ?

eg. i select exe as "Firefox Setup 5.0" . but the name of this exe in program list is "Mozilla Firefox"

I need help.
Posted
Updated 8-Nov-11 22:20pm
v2

1 solution

You are going to have to research the program names of all the applications you want to install, and their corresponding installation file name, and then use a text/xml file to compare them. There is no shortcut here.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900