<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Installation Developer &#187; How to install SQL Server 2008 from a Basic MSI Project</title>
	<atom:link href="http://www.installationdeveloper.com/278/how-to-install-sql-server-2008-from-a-basic-msi-project/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.installationdeveloper.com</link>
	<description>InstallShield Training - InstallShield Tutorials</description>
	<lastBuildDate>Sat, 04 Sep 2010 14:49:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to install SQL Server 2008 from a Basic MSI Project</title>
		<link>http://www.installationdeveloper.com/278/how-to-install-sql-server-2008-from-a-basic-msi-project/</link>
		<comments>http://www.installationdeveloper.com/278/how-to-install-sql-server-2008-from-a-basic-msi-project/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 04:33:43 +0000</pubDate>
		<dc:creator>Rod_Maupin</dc:creator>
				<category><![CDATA[InstallShield Training]]></category>
		<category><![CDATA[installshield class]]></category>
		<category><![CDATA[installshield classes]]></category>
		<category><![CDATA[installshield course]]></category>
		<category><![CDATA[installshield courses]]></category>
		<category><![CDATA[installshield programmer]]></category>
		<category><![CDATA[Installshield Tutorial]]></category>
		<category><![CDATA[installshield tutorials]]></category>

		<guid isPermaLink="false">http://www.installationdeveloper.com/?p=278</guid>
		<description><![CDATA[I recently did a project where the client needed to have SQL Server 2008 Express on the system before his product was installed.&#160; No problem, right?&#160; Just add the SQL Server 2008 Express prerequisite, right?&#160; Well, sort of.&#160; Here is what I found out. SQL Server 2008 Express requires that the .NET Framework 3.5 SP1 [...]]]></description>
			<content:encoded><![CDATA[<p>
I recently did a project where the client needed to have SQL Server 2008 Express on the system before his product was installed.&nbsp; No problem, right?&nbsp; Just add the SQL Server 2008 Express prerequisite, right?&nbsp; Well, sort of.&nbsp; Here is what I found out.
</p>
<p>
SQL Server 2008 Express requires that the .NET Framework 3.5 SP1 and Windows Installer 4.5 be installed prior to it being installed.&nbsp; So,&nbsp;I did&nbsp;some research on the net&nbsp;to learn what should be installed first, .NET 3.5 SP1 or Windows Installer 4.5.&nbsp; Some said that .NET 3.5 SP1 had to be installed first.&nbsp; Others said that Windows Installer 4.5 had to be installed first.&nbsp; The later one is actually correct.
</p>
<p>
Windows Installer 4.5 has to be installed before .NET 3.5 SP1, or .NET 3.5 SP1 won&#39;t be installed.&nbsp; You won&#39;t get any errors if you install .NET 3.5 SP1 first when Windows Installer 4.5 is not already installed on the system.&nbsp; The problem will arise when you try to install&nbsp;SQL Server 2008 Express.&nbsp; It&nbsp;will just fail.
</p>
<p>
Now, there are three Windows Installer 4.5 32-bit prerequisites that have to be included with the installer.&nbsp;&nbsp;The .NET Framework 3.5 SP1 is not what you might expect.&nbsp; It installs and upgrades any of the lower-version .NET Frameworks.&nbsp; So, it does a lot of work, and&nbsp;takes longer to install than Windows Installer 4.5.
</p>
<p>
Here is the order of things.
</p>
<blockquote>
<p>
	Windows Installer 4.5 for Windows XP SP2 and later (x86)<br />
	Windows Installer 4.5 for Windows Server 2003 SP1 and later (x86)<br />
	Windows Installer 4.5 for Windows Vista and Server 2008 (x86)<br />
	Microsoft .NET Framework 3.5 SP1<br />
	Force a reboot of the machine
	</p>
<p>
	Microsoft SQL Server 2008 Express RTM (x86)<br />
	Main Product Install
	</p>
</blockquote>
<p>
You will have to add the prerequisites and then edit their order to get things right.&nbsp; Remember to&nbsp;force a reboot after the install of .NET 3.5 SP1.&nbsp; After Windows reboots, the install of SQL Server 2008 Express will take place, followed by your main product installation.
</p>
<p>
If you would like to watch free InstallShield tutorial videos on various&nbsp;topics, please visit:
</p>
<p>
<u><font color="#810081"><a href="http://www.wavepointstudios.net/Free-InstallShield-Tutorials.aspx">http://www.wavepointstudios.net/Free-InstallShield-Tutorials.aspx</a></font></u><a href="http://www.wavepointstudios.net/"></a></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.installationdeveloper.com%2F278%2Fhow-to-install-sql-server-2008-from-a-basic-msi-project%2F&amp;title=How%20to%20install%20SQL%20Server%202008%20from%20a%20Basic%20MSI%20Project&amp;bodytext=%0D%0AI%20recently%20did%20a%20project%20where%20the%20client%20needed%20to%20have%20SQL%20Server%202008%20Express%20on%20the%20system%20before%20his%20product%20was%20installed.%26nbsp%3B%20No%20problem%2C%20right%3F%26nbsp%3B%20Just%20add%20the%20SQL%20Server%202008%20Express%20prerequisite%2C%20right%3F%26nbsp%3B%20Well%2C%20sort%20of.%26nbsp%3B%20Her" title="Digg"><img src="http://www.installationdeveloper.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.installationdeveloper.com%2F278%2Fhow-to-install-sql-server-2008-from-a-basic-msi-project%2F&amp;title=How%20to%20install%20SQL%20Server%202008%20from%20a%20Basic%20MSI%20Project&amp;notes=%0D%0AI%20recently%20did%20a%20project%20where%20the%20client%20needed%20to%20have%20SQL%20Server%202008%20Express%20on%20the%20system%20before%20his%20product%20was%20installed.%26nbsp%3B%20No%20problem%2C%20right%3F%26nbsp%3B%20Just%20add%20the%20SQL%20Server%202008%20Express%20prerequisite%2C%20right%3F%26nbsp%3B%20Well%2C%20sort%20of.%26nbsp%3B%20Her" title="del.icio.us"><img src="http://www.installationdeveloper.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.installationdeveloper.com%2F278%2Fhow-to-install-sql-server-2008-from-a-basic-msi-project%2F&amp;t=How%20to%20install%20SQL%20Server%202008%20from%20a%20Basic%20MSI%20Project" title="Facebook"><img src="http://www.installationdeveloper.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fwww.installationdeveloper.com%2F278%2Fhow-to-install-sql-server-2008-from-a-basic-msi-project%2F&amp;h=How%20to%20install%20SQL%20Server%202008%20from%20a%20Basic%20MSI%20Project" title="NewsVine"><img src="http://www.installationdeveloper.com/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.installationdeveloper.com%2F278%2Fhow-to-install-sql-server-2008-from-a-basic-msi-project%2F&amp;title=How%20to%20install%20SQL%20Server%202008%20from%20a%20Basic%20MSI%20Project" title="Reddit"><img src="http://www.installationdeveloper.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.installationdeveloper.com%2F278%2Fhow-to-install-sql-server-2008-from-a-basic-msi-project%2F&amp;title=How%20to%20install%20SQL%20Server%202008%20from%20a%20Basic%20MSI%20Project" title="StumbleUpon"><img src="http://www.installationdeveloper.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.installationdeveloper.com%2F278%2Fhow-to-install-sql-server-2008-from-a-basic-msi-project%2F&amp;title=How%20to%20install%20SQL%20Server%202008%20from%20a%20Basic%20MSI%20Project&amp;annotation=%0D%0AI%20recently%20did%20a%20project%20where%20the%20client%20needed%20to%20have%20SQL%20Server%202008%20Express%20on%20the%20system%20before%20his%20product%20was%20installed.%26nbsp%3B%20No%20problem%2C%20right%3F%26nbsp%3B%20Just%20add%20the%20SQL%20Server%202008%20Express%20prerequisite%2C%20right%3F%26nbsp%3B%20Well%2C%20sort%20of.%26nbsp%3B%20Her" title="Google Bookmarks"><img src="http://www.installationdeveloper.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fwww.installationdeveloper.com%2F278%2Fhow-to-install-sql-server-2008-from-a-basic-msi-project%2F&amp;submitHeadline=How%20to%20install%20SQL%20Server%202008%20from%20a%20Basic%20MSI%20Project&amp;submitSummary=%0D%0AI%20recently%20did%20a%20project%20where%20the%20client%20needed%20to%20have%20SQL%20Server%202008%20Express%20on%20the%20system%20before%20his%20product%20was%20installed.%26nbsp%3B%20No%20problem%2C%20right%3F%26nbsp%3B%20Just%20add%20the%20SQL%20Server%202008%20Express%20prerequisite%2C%20right%3F%26nbsp%3B%20Well%2C%20sort%20of.%26nbsp%3B%20Her&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://www.installationdeveloper.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=How%20to%20install%20SQL%20Server%202008%20from%20a%20Basic%20MSI%20Project%20-%20http%3A%2F%2Fwww.installationdeveloper.com%2F278%2Fhow-to-install-sql-server-2008-from-a-basic-msi-project%2F" title="Twitter"><img src="http://www.installationdeveloper.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.installationdeveloper.com%2F278%2Fhow-to-install-sql-server-2008-from-a-basic-msi-project%2F" title="Technorati"><img src="http://www.installationdeveloper.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwww.installationdeveloper.com%2F278%2Fhow-to-install-sql-server-2008-from-a-basic-msi-project%2F&amp;title=How%20to%20install%20SQL%20Server%202008%20from%20a%20Basic%20MSI%20Project" title="Live"><img src="http://www.installationdeveloper.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.installationdeveloper.com%2F278%2Fhow-to-install-sql-server-2008-from-a-basic-msi-project%2F&amp;title=How%20to%20install%20SQL%20Server%202008%20from%20a%20Basic%20MSI%20Project&amp;source=Installation+Developer+InstallShield+Training+-+InstallShield+Tutorials&amp;summary=%0D%0AI%20recently%20did%20a%20project%20where%20the%20client%20needed%20to%20have%20SQL%20Server%202008%20Express%20on%20the%20system%20before%20his%20product%20was%20installed.%26nbsp%3B%20No%20problem%2C%20right%3F%26nbsp%3B%20Just%20add%20the%20SQL%20Server%202008%20Express%20prerequisite%2C%20right%3F%26nbsp%3B%20Well%2C%20sort%20of.%26nbsp%3B%20Her" title="LinkedIn"><img src="http://www.installationdeveloper.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.installationdeveloper.com%2F278%2Fhow-to-install-sql-server-2008-from-a-basic-msi-project%2F&amp;t=How%20to%20install%20SQL%20Server%202008%20from%20a%20Basic%20MSI%20Project" title="MySpace"><img src="http://www.installationdeveloper.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.installationdeveloper.com/278/how-to-install-sql-server-2008-from-a-basic-msi-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
