The way I am including the other components is by modifying the WixProj to
include this type of Markup... Also of Note is the location of the SDK varies
depending on which one you install, so I added code that conditionally locates
the SDK.
Is there a walkthrough for including SQl2008 anywhere?
<ItemGroup>
<BootstrapperFile Include="Microsoft.Net.Framework.3.5.SP1">
<ProductName>.NET Framework 3.5 SP1</ProductName>
</BootstrapperFile>
<BootstrapperFile Include="Microsoft.Windows.Installer.4.5">
<ProductName>Windows Installer 4.5</ProductName>
</BootstrapperFile>
<BootstrapperFile Include="Microsoft.Office.PIARedist.2007">
<ProductName>Microsoft Office 2007 Primary Interop
Assemblies</ProductName>
</BootstrapperFile>
</ItemGroup>
<PropertyGroup>
<SDK70>$(registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft
sdks\windows\v7...@installationfolder)</SDK70>
<SDK70A>$(registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft
sdks\windows\v7....@installationfolder)</SDK70A>
<SDKPath>$(SDK70A)</SDKPath>
<SDKPath Condition=" '$(SDKPath)' == ''">C:\Program Files\Microsoft
SDKs\Windows\v6.0A\</SDKPath>
</PropertyGroup>
-----Original Message-----
From: Arun Perregatturv [mailto:[email protected]]
Sent: Tuesday, February 23, 2010 2:44 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] SQL2008 Express Merge Module
Use the bootstrapper to include SQL2008. I don't think you will get merge
modules of SQL 2008.
Arun Perregattur
-----Original Message-----
From: John H. Bergman (XPedient Technologies)
[mailto:[email protected]]
Sent: Tuesday, February 23, 2010 3:21 PM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] SQL2008 Express Merge Module
Does anyone know where I can find the SQL2008 Express Merge Module? I have a
requirement to install a local database, and have been unable to locate a way
to include the SQL2008 Express in my installer. I have seen several other
products do this, so I know the capability exists...
Thanks,
John
------------------------------------------------------------------------------
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
[email protected]
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
[email protected]
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users