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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
MsiTrans never did work for me. I couldn’t solve the Error 110.
Instead, I used the visual basic script
WiUseXfm.vbswhich takes 2 arguments (the msi and the mst) and applies the the transform to the msi.WiUseXfm.vbscan be found in the sample scripts in the install directory for Microsoft SDK which for me wasC:\Program Files\Microsoft SDK\v7.0\Samples\sysmgmt\msi\scripts