cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Hi all

I have created a transport file via adminstudio, this works fine and installs correctly under a admin user. But when I try to install it with a user it fails with a 1603 error. I've tried everything on the zen side so i'm pretty sure its something with the msi.

Is it possible for me to run a test install so that I can see where its failing?

edit
sorry should have called the post something different
(3) Replies
Run your installation with verbose logging to see what is happening..

/l*v c:\install.log or /l*vx c:\install.log
I've got hold of a log of whats happening

does that help?
Theres not much info in that log, you need to run it with verbose logging

msiexec /i pathto.msi /l*v pathto.log


also have a look at http://www.appdeploy.com/faq/detail.asp?id=76
Top Kudoed Authors