Can installshield be customized to automatically input specific upgrade errors into a custom client upgrade tracking application?

For instance, can installshield input the following information or anything similar to it in a database in real time?

  1. installed file a

  2. installed file b

  3. failed installing file c

Any help appreciated!

Subject: Can installshield be customized to automatically input specific upgrade errors into a custom client upgrade tracking application?

Not natively. I suppose it could be done in a separate application. You could always try to parse the LotusInstall.log file after the install and use the information in there to catch errors.