MsiTran Error 110

2019-06-05 04:23发布

I'm trying to apply a transform to my msi file. I've created the transform using Orca (new transform->generate transform) and when I run it with MsiTrans I get Error 110. Error Opening Database.

Does anyone know what this is or how to fix it?

Thanks

1条回答
神经病院院长
2楼-- · 2019-06-05 05:02

MsiTrans never did work for me. I couldn't solve the Error 110.

Instead, I used the visual basic script WiUseXfm.vbs which takes 2 arguments (the msi and the mst) and applies the the transform to the msi.

WiUseXfm.vbs can be found in the sample scripts in the install directory for Microsoft SDK which for me was C:\Program Files\Microsoft SDK\v7.0\Samples\sysmgmt\msi\scripts

查看更多
登录 后发表回答