Hi, I'm trying to create a chain of setups using burn. One of the packages, which have to be installed is the Full Version of SQL Server 2005. I already have all the payloads. And the Setup of SQL Server 2005 also starts, but after a short time, the BootstrapperApplication finishes the Setup and starts installing the next Package. It seems, that the executed setup.exe of SQL Server 2005, installs the "Sql Server Native Client" and the "Setup Support Files" and then aborts. Has anyone of you successfully chained a Full Version of SQL Server 2005? The Bundle Element I use looks like this:
<Chain> <ExePackage Id="SQLServer2005" Name="SQLServer2005\setup.exe" Vital="yes" SourceFile="$(var.TargetDir)..\..\..\..\Data\SQL Server 2005\Microsoft SQL Server 2005 Developer Edition\SQL Server x64\Servers\setup.exe" InstallCommand="/quiet /qn /norestart USERNAME=abc COMPANYNAME='abc' ADDLOCAL=SQL_Engine,SQL_Data_Files,SQL_Replication,SQL_FullText,Analysis_Server,AnalysisDataFiles,Notification_Services,NS_Engine,NS_Client,SQL_DTS,Client_Components,Connectivity,SQL_Tools90,SQL_WarehouseDevWorkbench,SDK,SQLXML,Tools_Legacy,SQL_Documentation,SQL_BooksOnline INSTANCENAME=MSSQLSERVER SQLBROWSERACCOUNT=NT-AUTORITÄT\SYSTEM SQLACCOUNT=NT-AUTORITÄT\SYSTEM AGTACCOUNT=NT-AUTORITÄT\SYSTEM ASACCOUNT=NT-AUTORITÄT\SYSTEM RSACCOUNT=NT-AUTORITÄT\SYSTEM SQLBROWSERAUTOSTART=1 SQLAUTOSTART=1 AGTAUTOSTART=1 ASAUTOSTART=1 RSAUTOSTART=0 SECURITYMODE=SQL SAPWD=abc /ACTION=Install" Compressed="no"> <PayloadGroupRef Id="SQLServer2005_Group"/> </ExePackage> </Chain> Thanks for your efforts. Simon Chromow ------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users