Company name in .CAB File

  • Thread starter Thread starter tolemaC
  • Start date Start date
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.
 
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
 
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
 
Back
Top