Windows Installer under eXP

  • Thread starter Thread starter Jon Shute
  • Start date Start date
J

Jon Shute

I'm currently building an eXP image that needs to be able to install .MSI
files using Windows installer. I've got a quite fully featured image with
the Windows Installer component added, but every .MSI file I attempt to
install fails at the end of the install (at the point where it is saying
registering product on the dialog). I am getting an Internal Error 2203. I
assume this is because I am missing a component somewhere. Does anybody know
what this error is or how to solve it?

Thanks,
Jon.
 
Jon,

Turn on logging and see what the ouput is. Example...

msiexec /l*v c:\installer.log /i c:\installer.msi

HTH,

Brad Combs
Imago Technologies
 
Back
Top