Thanks Bob. I need the installer to support both UI driven and silent
modes, 
so I guess I'll have to approach this differently (ensure the /q is
passed to the msi for a silent install; either by creating a custom
package for the bootstrapper or mod the vs03 bootstrapper sample).

Cheers,
Dave


----- Original message -----
From: "Bob Arnson" <[EMAIL PROTECTED]>
To: "Dave Roberts" <[EMAIL PROTECTED]>
Cc: wix-users@lists.sourceforge.net
Date: Tue, 01 May 2007 07:37:50 -0700
Subject: Re: [WiX-users] Silent installation using properties

Dave Roberts wrote:
> Just wondering if it's possible to kick off a silent install using
> Windows Installer properties (rather than with /q on the cmdline)?
>   

As long as your package has dialogs and an InstallUISequence table, MSI 
will use it to present a "full" UI. If you don't want to show dialogs, 
don't include them.<g>

-- 
sig://boB
http://joyofsetup.com/



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to