Company name in .CAB File

T

tolemaC

Hi guys, i don´t know how to put my company name in the .Cab file,
my application is installed in pocket pc as: "My Company ApplicationName".

How to do it?

..Javier Ros Moreno.
 
T

Tim Wilson [MVP]

You have to edit the inf file that VS.Net 2003 makes and then run the
BuildCab.bat file.

Follow these steps:
(1) Build the CABs from inside VS.Net 2003.
(2) Assuming you are building a release build, go to the
<application>\obj\Release folder.
(3) Edit the inf file that you find in this directory. Change the "Provider"
to the name of your company and you can also change the "AppName" to the
name of your app.
(4) Save and close the inf.
(5) Run the BuildCab.bat file by double-clicking it.

Your CABs will now be updated with your information.

HTH
 
T

tolemaC

thank you

Tim Wilson said:
You have to edit the inf file that VS.Net 2003 makes and then run the
BuildCab.bat file.

Follow these steps:
(1) Build the CABs from inside VS.Net 2003.
(2) Assuming you are building a release build, go to the
<application>\obj\Release folder.
(3) Edit the inf file that you find in this directory. Change the "Provider"
to the name of your company and you can also change the "AppName" to the
name of your app.
(4) Save and close the inf.
(5) Run the BuildCab.bat file by double-clicking it.

Your CABs will now be updated with your information.

HTH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top