Automatically regenerate BuildCab.bat?

We have a Windows CE PDA client application, that we aim to install with a CAB file.
We have created a setup application that expects the CAB file for the application and installs it.
However, we want our build process to be able to regenerate the BuildCab.bat file automatically so that changes (if any) are automatically included each time we run our build.

Currently the only way we can create the BuildCab.bat file is to do it through the VS gui.

Is there a way to script the creation of the BuildCab.bat file using Devenv.exe?

[561 byte] By [WarrenRoscoe] at [2007-12-16]
# 1
Warren

The BuildCAB.bat file can only be generated through the VisualStudio UI. The upshot is, the batch file, once generated, changes very little, if any. It's the .INF file that contains most of the .CAB file information. Thanks for your question, and feel free to cotact me if you have any others.

BrianChamberlain at 2007-9-9 > top of Msdn Tech,Smart Device Development,Smart Devices General...