1

I have some projects inside a solution, but because the needs of x64 and win32 i have diferent releases and some diferent files for a setup project. I need to unpack a zipfile before build the setup project. I have a vbs file that woks well to unzip the file, but the point is that i dont know the code that execute a vbs file in pre-build.

4

1 回答 1

1

您可以在构建前和构建后步骤中执行任何可执行文件,以便添加

wscript.exe path_to_vbsfile.vbs

调用你的脚本。

于 2015-03-10T13:17:54.933 回答