Hi Jacques,

I tried to use setupbld.exe to create a my bootstrap with 3 MSI installers. It 
can install one by one but the silent install doesn't work as I expected.  I 
used the following command to create the bootstrap.

setupbld -setup "C:\Program Files\Windows Installer XML v3\bin\setup.exe"  -out 
MySetup.exe -m A.msi -m B.msi -m C.msi

To execute in silent mode, it suppose to use the switch /quiet but it won't, it 
still showing the progress bar with is same result as /passive.  I also tested 
with 3.5 beta version but still the same result. 

Have you try to use properties for launch conditions? Example MySetup.exe 
/msicl "InstallA=1" to install A product.

Cheers,
puyo
 

--- On Mon, 15/3/10, Rob Mensching <r...@robmensching.com> wrote:

From: Rob Mensching <r...@robmensching.com>
Subject: Re: [WiX-users] Wix 3.5 - current state of Burn
To: "General discussion for Windows Installer XML toolset." 
<wix-users@lists.sourceforge.net>
Received: Monday, 15 March, 2010, 1:32 PM

Burn is coming along slowly. I hope over the next two months that we can
make a concerted effort to just stabilize everything we have and get the
documentation updated so it can be used. Probably be pretty close in the
next month. If you look at the build of the WiX toolset itself, you can see
we are building a bundles for the WiX toolset itself but still need a few
more things to get it completely working.

On Fri, Mar 5, 2010 at 6:33 PM, Alec Taylor <alec.tayl...@gmail.com> wrote:

> If you mean to embed 3 installers, be aware of the MSI limitations.
>
> (can't run more than one at once)
>
> So you'd have to link them all into run on Finish or Run on Close dialogs.
>
> On Fri, Mar 5, 2010 at 7:29 AM, Jacques Eloff <repst...@gmail.com> wrote:
> > Hi
> >
> > What is the current state of Burn (I'm running 3.5.1419.0) ? I'm looking
> to
> > produce a bootstrapper fairly urgently that could perform the following:
> >
> > - Embed three MSIs
> > - Run silently
> > - Only install specific MSIs based on a set of launch conditions that are
> > not in the MSIs themselves, but handled at the bootstrapper level.
> >
> > Is there any documentation or examples available. I've searched around,
> but
> > most of the times I just see announcements that Burn is the main focus of
> > 3.5, but nothing on how to use it.
> >
> > The alternative that I'm considering is using setupbld, although it
> doesn't
> > get me around the launch conditions. I'm planning on moving that to the
> MSIs
> > and then creating setup.exe using the -i (Ignore setup errors) option
> >
> > Jacques
> >
> ------------------------------------------------------------------------------
> > Download Intel® Parallel Studio Eval
> > Try the new software tools for yourself. Speed compiling, find bugs
> > proactively, and fine-tune applications for parallel performance.
> > See why Intel Parallel Studio got high marks during beta.
> > http://p.sf.net/sfu/intel-sw-dev
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
>
>
> ------------------------------------------------------------------------------
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>


-- 
virtually, Rob Mensching - http://RobMensching.com LLC
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



      
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to