You can't run two MSI installs at the same time.  You need a chainer to run 
them one after the other.  This has been discussed lots of times.

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Latendresse
Sent: Friday, September 21, 2007 13:42
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] SQL Express 2005 bootstrap

I have added a bootstrap for the SQL Express installer. Everything builds and 
the .msi gets created but, when I run the installer it starts extracting the 
SQL Express as expected. I then get an error message saying "There is a problem 
with this Windows Installer package. A program run as part of the setup did not 
finish as expected. Contact your support personnel or package vendor." What can 
I do to debug this problem? Below is my bootstrap code inside my .wxs file. Am 
I missing something?

<CustomAction Id="InstallExpress" Return="check" ExeCommand="/qn" 
Property="ExprPath" Impersonate="yes" />
            <Property 
Id="ExprPath"><![CDATA[C:\SqlServerExpress_Advanced.EXE]]></Property>
                  <InstallUISequence>
                        <Custom Action= "InstallExpress" Before= 
"ExecuteAction">1</Custom>
                  </InstallUISequence>

Eric
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to