Creating a cab file

G

GW

Hi, In VS2003 under build menu is a BuildCAb option. In VS2005 there is no
such option. I would like to package my application as a cab how do i do
this?

Thanks
 
G

GW

Hi, i have another question. Where do i set the various fields in the inf
file from the VS2005 IDE

eg, in the Properties window you can set OSVersionMin
and a few fields but where can i set the following for example:

[DefaultInstall]
CEShortcuts=Shortcuts
AddReg=RegKeys
CopyFiles=Files.Common1,Files.Common2

or say i wanted to add the following

[Files.Update]
log.txt,,,0

Thanks
 
G

Guest

You add files to the project (there's a file view for the deployment
project). For reg entries there's another view. It takes a little getting
used to, but baove the project explorer window should be icons to switch to
all of these views.

-Chris


GW said:
Hi, i have another question. Where do i set the various fields in the inf
file from the VS2005 IDE

eg, in the Properties window you can set OSVersionMin
and a few fields but where can i set the following for example:

[DefaultInstall]
CEShortcuts=Shortcuts
AddReg=RegKeys
CopyFiles=Files.Common1,Files.Common2

or say i wanted to add the following

[Files.Update]
log.txt,,,0

Thanks

GW said:
Very useful article, many thanks Chris
 
G

GW

Thanks Chris, that takes care of some fields but where can you set the
Install directory from the IDE

This is what i get in my inf file if i wanted to modify the
InstallDir path, where do i do this?

[CEStrings]
AppName="DWUProj"
InstallDir=%CE1%\%AppName%

Thanks


You add files to the project (there's a file view for the deployment
project). For reg entries there's another view. It takes a little
getting used to, but baove the project explorer window should be icons to
switch to all of these views.

-Chris


GW said:
Hi, i have another question. Where do i set the various fields in the inf
file from the VS2005 IDE

eg, in the Properties window you can set OSVersionMin
and a few fields but where can i set the following for example:

[DefaultInstall]
CEShortcuts=Shortcuts
AddReg=RegKeys
CopyFiles=Files.Common1,Files.Common2

or say i wanted to add the following

[Files.Update]
log.txt,,,0

Thanks

GW said:
Very useful article, many thanks Chris

http://msdn.microsoft.com/library/d...us/dnnetcomp/html/deploy_cf2_apps_cab_msi.asp

-Chris

Hi, In VS2003 under build menu is a BuildCAb option. In VS2005 there
is no such option. I would like to package my application as a cab how
do i do this?

Thanks
 

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