Creating a CAB file can be done with a utility such as CABARC. CABARC can be downloaded as part of the Microsoft® Cabinet SDK
. Reference instructions for the utility can be found on the MSDN site
.
The following command, executed in the application root of the Personal Tier application that you're preparing for distribution creates a CAB file consisting of all the ASP+ pages, HTML files, images, style sheets, and business logic under the current hierarchy.
cabarc -p -r n myweb.cab *.aspx *.htm* *.jpg *.gif *.css *.dll *.web
See Also