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?

