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!

Deploying a NGWS Runtime Application Using CAB Files

Creating a CAB file for deployment of a NGWS Runtime application is very similar to creating such files for traditional Windows applications. For this release, there are a few restrictions that apply. First, only one assembly can be put in a single CAB file. Second, the CAB file must have the same name, minus the extension, as the file in the assembly that contains the manifest. For example, if the file containing the manifest is called MyClasses.dll, then the CAB file must be named MyClasses.cab.