Hello,
I made a Setup file and everything is in order, but not the Program Name that is been showed at the Add or Remove Program Section...
I already change the properties from the assembly file, like:
	Project and ClickOnce properties as well and even though the Program name, Rail Program, it's not displayed at the Add or Remove Program Section.
Which field is the one that contains this property?
Thank you.
					I made a Setup file and everything is in order, but not the Program Name that is been showed at the Add or Remove Program Section...
I already change the properties from the assembly file, like:
Code:
	[assembly: AssemblyCompany("RaiL Program")]
[assembly: AssemblyProduct("RaiL Program")]
[assembly: AssemblyCopyright("RaiL Program")]
Which field is the one that contains this property?
Thank you.
Comment