PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
Changing the company name...
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
Changing the company name...
![]() |
Changing the company name... |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
Hi,
I can't find a way to change the company name of my .NET VS 2003 C# project. I have edited the AssemblyInfo.cs file, but it does no effect. I have also tried to find .INF files as it was adviced in previous topics, but I could not find any. When I open my CAB file, there are only files with extensions ..000, .001... Thanks, |
|
|
|
#2 |
|
Guest
Posts: n/a
|
I believe you are looking for "Provider" setting in the .INF file:
[Version] Signature="$Windows NT$" Provider="YOUR COMPANY NAME" CESignature="$Windows CE$" Best regards, Sergey Bogdanov http://www.sergeybogdanov.com Lionel Reyero wrote: > Hi, > > I can't find a way to change the company name of my .NET VS 2003 C# project. > I have edited the AssemblyInfo.cs file, but it does no effect. I have also > tried to find .INF files as it was adviced in previous topics, but I could > not find any. When I open my CAB file, there are only files with extensions > .000, .001... > > Thanks, > > |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Once you have built the cab you must edit the generated INF file and then
rebuild the cab files with the grenerated batch file. See these results from the archives:- http://groups.google.co.uk/groups?h...ompactframework Peter -- Peter Foot Windows Embedded MVP http://www.inthehand.com | http://www.peterfoot.net | http://www.opennetcf.org "Lionel Reyero" <LionelReyero@discussions.microsoft.com> wrote in message news:FB8D8C18-E64B-4411-A43B-A0FEB605168C@microsoft.com... > Hi, > > I can't find a way to change the company name of my .NET VS 2003 C# > project. > I have edited the AssemblyInfo.cs file, but it does no effect. I have also > tried to find .INF files as it was adviced in previous topics, but I could > not find any. When I open my CAB file, there are only files with > extensions > .000, .001... > > Thanks, > > |
|
|
|
#4 |
|
Guest
Posts: n/a
|
.... and the .inf file is under obj\<configuration> (e.g.
obj\Debug\yourproject.inf) -- Alex Feinman --- Visit http://www.opennetcf.org "Lionel Reyero" <LionelReyero@discussions.microsoft.com> wrote in message news:FB8D8C18-E64B-4411-A43B-A0FEB605168C@microsoft.com... > Hi, > > I can't find a way to change the company name of my .NET VS 2003 C# > project. > I have edited the AssemblyInfo.cs file, but it does no effect. I have also > tried to find .INF files as it was adviced in previous topics, but I could > not find any. When I open my CAB file, there are only files with > extensions > .000, .001... > > Thanks, > > |
|
|
|
#5 |
|
Guest
Posts: n/a
|
Thanks, I have found it and I could make the changes.
"Alex Feinman [MVP]" wrote: > .... and the .inf file is under obj\<configuration> (e.g. > obj\Debug\yourproject.inf) > > -- > Alex Feinman > --- > Visit http://www.opennetcf.org > "Lionel Reyero" <LionelReyero@discussions.microsoft.com> wrote in message > news:FB8D8C18-E64B-4411-A43B-A0FEB605168C@microsoft.com... > > Hi, > > > > I can't find a way to change the company name of my .NET VS 2003 C# > > project. > > I have edited the AssemblyInfo.cs file, but it does no effect. I have also > > tried to find .INF files as it was adviced in previous topics, but I could > > not find any. When I open my CAB file, there are only files with > > extensions > > .000, .001... > > > > Thanks, > > > > > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

