- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Aug 01, 2020
03:37 PM
unable to execute post install script
Hi,
I am evaluating windows installer and after install my postinstall script doesn't get fired. It looks its doing something but I don't have a way to know whats the status of the process. I tried running a batch file also running exe and also executing a command scrip but none of them shows up.
Appreciate any pointers
1 Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Aug 03, 2020
07:49 AM
Hi @chamarts ,
Logging can help you check the status of any failure into MSI, execute "setup.exe /l*v c:\tmp\LogFile.log".
Dive into log file to get to know more details!!
Thanks,
Jenifer
