PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Compact Framework Changing the company name...

Reply

Changing the company name...

 
Thread Tools Rate Thread
Old 25-04-2005, 01:26 PM   #1
=?Utf-8?B?TGlvbmVsIFJleWVybw==?=
Guest
 
Posts: n/a
Default Changing the company name...


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,


  Reply With Quote
Old 25-04-2005, 01:41 PM   #2
Sergey Bogdanov
Guest
 
Posts: n/a
Default Re: Changing the company name...

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,
>
>

  Reply With Quote
Old 25-04-2005, 01:45 PM   #3
Peter Foot [MVP]
Guest
 
Posts: n/a
Default Re: Changing the company name...

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,
>
>



  Reply With Quote
Old 25-04-2005, 04:33 PM   #4
Alex Feinman [MVP]
Guest
 
Posts: n/a
Default Re: Changing the company name...

.... 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,
>
>


  Reply With Quote
Old 27-04-2005, 10:39 PM   #5
=?Utf-8?B?TGlvbmVsIFJleWVybw==?=
Guest
 
Posts: n/a
Default Re: Changing the company name...

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,
> >
> >

>
>

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off