1@rem Used by the buildbot "buildmsi" step. 2setlocal 3 4pushd 5 6@rem build both snapshot MSIs 7call "%~dp0..\msi\build.bat" -x86 -x64 8 9popd