Custom Action failed to launch under AD push Install

E

Eric

Our .Net installation project includes a custom action that is launched post
install. When the msi is run from a desktop, all is fine. We tested an
install doing an Active Directory push to client machines and it failed.
The application installed but the custom action would not launch and the
install hung. The only error message we could find in the Event Viewer was
'Fatal Error', nothing else. A customer of ours was able to successfully do
a push using SMS however. What can I look at to try to determine where the
failure occurrs?

Thanks
 
G

Gary Chang[MSFT]

Hi Eric,

Thank you posting!
What can I look at to try to determine where the
failure occurrs?

I suggest you can launch that installation from command line and enable its
log option, you will have a detailed msi log file with the installation,
e.g.

msiexec /i AppInst.msi /l*v log.txt


Thanks!

Best regards,

Gary Chang
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top