Don't use ExePackage for a MSI, use MsiPackage.

-----Original Message-----
From: Getye Tesfaye [mailto:getyetesf...@yahoo.com] 
Sent: Tuesday, March 18, 2014 4:13 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] bootstrapper project failing

I created a simple bootstrapper project to pre-install SQLSysClrTypes.msi but I 
am getting "Failed to CreateProcess on path". I really appreciate for your help.

Applying execute package: SqlSystemTypes, action: Install, path:

Error 0x800700c1: Failed to CreateProcess on path:

Error 0x800700c1: Failed to configure per-user EXE package.
 
<Bundle Name="Bootstrapper2" Version="1.0.0.0" Manufacturer="Test" 
UpgradeCode="5c117d93-8ca5-4791-8e25-c02c9dda4fdf">     
<BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.RtfLicense" 
/>     <Chain>       <PackageGroupRef Id="SqlSystemTypes"/>       <MsiPackage 
Id="Testpackage" DisplayInternalUI="yes" Vital="yes" 
SourceFile="Resource\Setup.msi"/>     </Chain>   </Bundle> <Fragment>     
<util:RegistrySearch Root="HKLM" Key="SOFTWARE\Microsoft\Microsoft SQL 
Server\RefCount\SQLSysClrTypes" Result="exists" Variable="SqlSystemClrTypes" 
Win64="yes"/>     <PackageGroup Id="SqlSystemTypes">       <ExePackage 
Id="SqlSystemTypes" DisplayName="Microsoft SQL Server System CLR 
Types"Cache="yes"Compressed="yes" 
PerMachine="default"Permanent="yes"Vital="yes"SourceFile="Resource\SQLSysClrTypes.msi"
 InstallCommand="/passive /norestart" DetectCondition="SqlSystemClrTypes" />    
 </PackageGroup>   </Fragment>
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the 
definitive new guide to graph databases and their applications. Written by 
three acclaimed leaders in the field, this first edition is now available. 
Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to