Where do I put MyCompany name in Project

  • Thread starter Thread starter Robert
  • Start date Start date
R

Robert

On Pocket PC, you can view or remove installed programs from Settings->
System -> Remove Programs. The programs listed there all start with company
name like "Microsoft Compact Frame Work 2.0", or "MyCompany
MyApplicationName".

Where do you put these names in your Visual Studio project? I looked
everywhere in VS 2003 VB.NET IDE and could not find where to put these
names.

Any ideas?
 
You put them in the INF file used to generate the CABs. When you use "Build
CABs" in Studio, it generates the INF for you - it's in the same folder you
find the CABs. Open it with notepad, change the settings, then run the
batch file that is also in the same folder. Do *not* run "Build CABs" again
or it will overwrite your INF file.

-Chris
 
Thanks Chris!

I remember there is a UI in eVB you can enter them there. Isn't there a UI
in VS2003 where you can enter them? It's got to!

-Robert
 
Not is '03, no. There is in '05

-Chris


Robert said:
Thanks Chris!

I remember there is a UI in eVB you can enter them there. Isn't there a UI
in VS2003 where you can enter them? It's got to!

-Robert
 
Back
Top