括号shell MsiTran.exe错误

时间:2014-05-14 21:52:06

标签: wix brackets-shell

当我构建我的安装程序时,我在第143行使用brackets-win-install-build.xml收到此错误 - exec返回1.

括号双赢安装-的build.xml

26  : <property name="msitran.cmd" value="${wix.base}/bin/MsiTran.exe"/>
      {...}
143 : <exec  executable='"${msitran.cmd}"' failonerror='true'>
144 :     <arg line="-g '${product.fullname}.msi' brackets_fr-fr.msi fr-fr.mst"/>
145 : </exec>

我的WiX 3.5 bin文件夹中有MsiTran.exe,WiLangId.vbs和WiSubStg.vbs。

编辑@Iain Ballard

尝试用'\'更改'/'仍然是同样的错误。

但是我试图从命令提示符中删除msiTran,这就是我得到的:

enter image description here

1 个答案:

答案 0 :(得分:0)

看起来你遇到了一个众所周知的问题。确保&#39; Orca&#39;工具已关闭。尝试以管理员身份运行。 尝试

msitran.exe -a fr-fr.mst MYPRODCUT.msi

进行转换。

还有另一种解决方案here