Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Suppress error message


1 reply to this topic

MayZ

MayZ
  • Full Members
  • 1 posts

Posted 31 December 2013 - 22:54

Hello Support, 

We are creating an MSI package using the InstallSheild 2012 Spring Express edition. We are installing a MSI silently through a batch file. Our MSI consist of a Custom Action that launches a .NET application. If for some reason this .NET exe fails, InstallShield displays error messagebox even during the silent installation. Can you please let us know is there any way to suppress this error message. Also we found that during successful silent installation an window installer dialog box is always displayed on the screen. Is there any way to hide this dialog box too.

 

Thank you,

Mayz



Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 01 January 2014 - 11:34

If you launch the msi file with

msiexec /i your.msi /qn

there shouldn't be any dialogs.