How to modify name of company in "uninstall program" 's menu ?

  • Thread starter Thread starter john
  • Start date Start date
J

john

Hello,

When i uninstall my application in the uninstall 's
menu, "my company" appears with the name of my application.
I fill the [assembly: AssemblyCompany] tag with the name
of my company but "my company" still appears.

(PPC 2003)

thanks,
john.
 
This setting is found in the INF file which is used to generate the
installation CAB files. Locate the [your
project]/obj/Release/ProjectName_PPC.inf and open it in Notepad or similar.
Near the top of the file you'll find an entry for Provider which is
hard-coded to My Company. Change this and then run the batch file
BuildCab.bat in the same folder this will rebuild the cab files with the
correct entry.

Peter
 
thanks a lot,
John.
-----Original Message-----
This setting is found in the INF file which is used to generate the
installation CAB files. Locate the [your
project]/obj/Release/ProjectName_PPC.inf and open it in Notepad or similar.
Near the top of the file you'll find an entry for Provider which is
hard-coded to My Company. Change this and then run the batch file
BuildCab.bat in the same folder this will rebuild the cab files with the
correct entry.

Peter

--
Peter Foot
Windows Embedded MVP
OpenNETCF.org Senior Advisor
www.inthehand.com | www.opennetcf.org

Hello,

When i uninstall my application in the uninstall 's
menu, "my company" appears with the name of my application.
I fill the [assembly: AssemblyCompany] tag with the name
of my company but "my company" still appears.

(PPC 2003)

thanks,
john.


.
 
Back
Top