You can't. Understand that /quiet ( /qn ) means that the UI sequence is skipped and only the execute sequence is displayed. That means no dialogs will be displayed. As an aside, trying to place dialogs in the execute sequence results in a validation error and the installer will just skip over your dialog.
Now best practice would be to return a failure exit code. After all silent means silent. If someone was tryign to deploy your package with SMS/SCCM and it threw up a dialog no one would ever be able to see it and you'd have to wait for the package time out window to expire before ever getting a failure message. So if you really really want to do what you want to do, you will have to write a custom action that provides it's own UI. ( e.g. MessageBox() ) Christopher Painter, Author of Deployment Engineering Blog Have a hot tip, know a secret or read a really good thread that deserves attention? E-Mail Me --- On Tue, 12/21/10, Thorsten Tarrach <thors...@atomia.com> wrote: > From: Thorsten Tarrach <thors...@atomia.com> > Subject: [WiX-users] Display dialog despite LIMITUI > To: "'General discussion for Windows Installer XML toolset.'" > <wix-users@lists.sourceforge.net> > Date: Tuesday, December 21, 2010, 8:53 AM > Hi, > > > > I generally want the installation to be silent or with the > basic UI, except > that it should ask the user for a password if that is not > specified. > > > > So I basically want to display one dialog no matter that > LIMITUI is set or > that /quiet is specified. How can I force a dialog to open > anyway, depending > on some conditions. > > > > Thanks, > > Thorsten > > ------------------------------------------------------------------------------ > Lotusphere 2011 > Register now for Lotusphere 2011 and learn how > to connect the dots, take your collaborative environment > to the next level, and enter the era of Social Business. > http://p.sf.net/sfu/lotusphere-d2d > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > ------------------------------------------------------------------------------ Lotusphere 2011 Register now for Lotusphere 2011 and learn how to connect the dots, take your collaborative environment to the next level, and enter the era of Social Business. http://p.sf.net/sfu/lotusphere-d2d _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users