My problem is when calling the "Build_merge.bat" where one of my merge module will be compiled, it failed to execute without any error, it just hanged. Here is my code:
"D:\Program Files\Wise for Windows Installer\WfWI.exe" "C:\SMS\InstallerFiles\Wise\6.0\MergeModules\MSMS_AllProducts.wsm" /c /l "C:\SMS\InstallerFiles\Wise\6.0\MergeModules\Compile.log"
Running this .bat file works but when run in Team City CommandLine it wont work. Is there some environment variables that needs to be set to be able to compile the merge module project using WfWI.exe? Or it's just that it's not compatible with TeamCity? Is it possible to invoke the compiler of wise C# code instead or C++ or VBScripts?
In addition, running wise32.exe in WiseInstallMaster works and compile the script successfully using the Team City CommandLine.
Please help me. I appreciate it so much. Thank you!
