NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Creating Personal Tier CAB Files

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

Deploying Personal Tier Applications