<?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; Why Basic MSI Projects have a Steeper Learning Curve than InstallScript Projects</title>
	<atom:link href="http://www.installationdeveloper.com/306/why-basic-msi-projects-have-a-steeper-learning-curve-than-installscript-projects/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>Why Basic MSI Projects have a Steeper Learning Curve than InstallScript Projects</title>
		<link>http://www.installationdeveloper.com/306/why-basic-msi-projects-have-a-steeper-learning-curve-than-installscript-projects/</link>
		<comments>http://www.installationdeveloper.com/306/why-basic-msi-projects-have-a-steeper-learning-curve-than-installscript-projects/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 16:53:24 +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=306</guid>
		<description><![CDATA[I have written two posts&#160;in the past on the differences between Basic MSI, InstallScript, and InstallScript MSI projects in InstallShield.&#160; Here are the links to those posts: http://www.installationdeveloper.com/post/InstallScript-vs-Basic-MSI.aspx http://www.installationdeveloper.com/post/InstallScript-vs-InstallScript-MSI.aspx In the first link above, I mentioned that if you are just starting out, the Basic MSI project has a steeper learning curve than the InstallScript [...]]]></description>
			<content:encoded><![CDATA[<p>
I have written two posts&nbsp;in the past on the differences between <strong>Basic MSI</strong>, <strong>InstallScript</strong>, and <strong>InstallScript MSI</strong> projects in <strong>InstallShield</strong>.&nbsp; Here are the links to those posts:
</p>
<p>
<a href="http://www.installationdeveloper.com/post/InstallScript-vs-Basic-MSI.aspx">http://www.installationdeveloper.com/post/InstallScript-vs-Basic-MSI.aspx</a>
</p>
<p>
<a href="http://www.installationdeveloper.com/post/InstallScript-vs-InstallScript-MSI.aspx">http://www.installationdeveloper.com/post/InstallScript-vs-InstallScript-MSI.aspx</a>
</p>
<p>
In the first link above, I mentioned that if you are just starting out, the <strong>Basic MSI</strong> project has a steeper learning curve than the <strong>InstallScript</strong> project.&nbsp; Well, a reader wrote&nbsp;and asked me why?&nbsp; Here&#39;s the answer.
</p>
<p>
<strong>InstallScript</strong> projects are driven by a script.&nbsp; Usually, <strong>InstallScript</strong> projects also broken up into separate&nbsp;event handler scripts.&nbsp; So, this model of installation development is more intuitive and more closely resembles basic Windows application development.&nbsp; <strong>InstallScript</strong> is a procedural-based language and is very easy to learn.
</p>
<p>
<strong>Basic MSI</strong> projects are totally different.&nbsp; They are driven by the <strong>Windows Installer (MSI),</strong>&nbsp;which is governed by a sequence of actions.&nbsp; These actions are of two types,&nbsp;Standard and Custom.&nbsp; These actions control the user interface of the installation and they make all necessary modifications to the user&#39;s system.&nbsp; In addition, the majority of information in the <strong>Basic MSI</strong> project is held in a set of tables, as an <strong>MSI</strong> file is really a relational database.&nbsp; Unless a person&nbsp;learned to work with the <strong>Windows Installer</strong> initially, they may find that&nbsp;working with a set of tables is&nbsp;less intuitive than working with a script.
</p>
<p>
There are other differences, in an <strong>InstallScript</strong> project, all the UI elements are performed by function calls made from the script.&nbsp; In a <strong>Basic MSI</strong> project, the UI elements are performed by a set of actions, and these actions generally involve a sequence of dialogs.&nbsp; To define how each of the dialogs behaves, you have to define behaviors for each of the controls in the dialogs.&nbsp; This is done through the setting of properties for the controls.
</p>
<p>
Another big difference is that in order to customize a <strong>Basic MSI</strong> installation and have a piece of functionality that is not provided by default by the <strong>Windows Installer</strong>, you have to write a custom action.&nbsp; Custom Actions are actions that you create and insert into the sequence of a <strong>Basic MSI </strong>installation.&nbsp; There are many different types of custom actions that you can create, but generally people write custom actions in <strong>InstallScript</strong>.&nbsp; Basically, you write an <strong>InstallScript</strong> function that performs a specific task, and then you create a custom action&nbsp;that calls that function.&nbsp; These can be a little confusing to&nbsp;set up the first couple of times you do them.
</p>
<p>
Even though you now know&nbsp;the differences between the project types, and may think that you would never want to create a <strong>Basic MSI</strong> project because it is initially harder, just remember that <strong>Basic MSI</strong> development is not difficult when someone shows you how to do it.&nbsp; That&#39;s why I developed the <strong>InstallShield Training DVD</strong> courses, and that&#39;s why in the courses <strong>I take people by the hand and show them what to do</strong>.&nbsp; <strong>It makes a huge difference</strong>.
</p>
<p>
If you want to quickly learn how to develop Basic MSI installations, <strong>go to this link&nbsp;now</strong>:
</p>
<p>
<u><font color="#0000ff"><a href="http://www.wavepointstudios.net/Basic-MSI-2009.aspx">http://www.wavepointstudios.net/Basic-MSI-2009.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%2F306%2Fwhy-basic-msi-projects-have-a-steeper-learning-curve-than-installscript-projects%2F&amp;title=Why%20Basic%20MSI%20Projects%20have%20a%20Steeper%20Learning%20Curve%20than%20InstallScript%20Projects&amp;bodytext=%0D%0AI%20have%20written%20two%20posts%26nbsp%3Bin%20the%20past%20on%20the%20differences%20between%20Basic%20MSI%2C%20InstallScript%2C%20and%20InstallScript%20MSI%20projects%20in%20InstallShield.%26nbsp%3B%20Here%20are%20the%20links%20to%20those%20posts%3A%20%0D%0A%0D%0A%0D%0Ahttp%3A%2F%2Fwww.installationdeveloper.com%2Fpost%2FInstallScript-v" 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%2F306%2Fwhy-basic-msi-projects-have-a-steeper-learning-curve-than-installscript-projects%2F&amp;title=Why%20Basic%20MSI%20Projects%20have%20a%20Steeper%20Learning%20Curve%20than%20InstallScript%20Projects&amp;notes=%0D%0AI%20have%20written%20two%20posts%26nbsp%3Bin%20the%20past%20on%20the%20differences%20between%20Basic%20MSI%2C%20InstallScript%2C%20and%20InstallScript%20MSI%20projects%20in%20InstallShield.%26nbsp%3B%20Here%20are%20the%20links%20to%20those%20posts%3A%20%0D%0A%0D%0A%0D%0Ahttp%3A%2F%2Fwww.installationdeveloper.com%2Fpost%2FInstallScript-v" 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%2F306%2Fwhy-basic-msi-projects-have-a-steeper-learning-curve-than-installscript-projects%2F&amp;t=Why%20Basic%20MSI%20Projects%20have%20a%20Steeper%20Learning%20Curve%20than%20InstallScript%20Projects" 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%2F306%2Fwhy-basic-msi-projects-have-a-steeper-learning-curve-than-installscript-projects%2F&amp;h=Why%20Basic%20MSI%20Projects%20have%20a%20Steeper%20Learning%20Curve%20than%20InstallScript%20Projects" 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%2F306%2Fwhy-basic-msi-projects-have-a-steeper-learning-curve-than-installscript-projects%2F&amp;title=Why%20Basic%20MSI%20Projects%20have%20a%20Steeper%20Learning%20Curve%20than%20InstallScript%20Projects" 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%2F306%2Fwhy-basic-msi-projects-have-a-steeper-learning-curve-than-installscript-projects%2F&amp;title=Why%20Basic%20MSI%20Projects%20have%20a%20Steeper%20Learning%20Curve%20than%20InstallScript%20Projects" 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%2F306%2Fwhy-basic-msi-projects-have-a-steeper-learning-curve-than-installscript-projects%2F&amp;title=Why%20Basic%20MSI%20Projects%20have%20a%20Steeper%20Learning%20Curve%20than%20InstallScript%20Projects&amp;annotation=%0D%0AI%20have%20written%20two%20posts%26nbsp%3Bin%20the%20past%20on%20the%20differences%20between%20Basic%20MSI%2C%20InstallScript%2C%20and%20InstallScript%20MSI%20projects%20in%20InstallShield.%26nbsp%3B%20Here%20are%20the%20links%20to%20those%20posts%3A%20%0D%0A%0D%0A%0D%0Ahttp%3A%2F%2Fwww.installationdeveloper.com%2Fpost%2FInstallScript-v" 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%2F306%2Fwhy-basic-msi-projects-have-a-steeper-learning-curve-than-installscript-projects%2F&amp;submitHeadline=Why%20Basic%20MSI%20Projects%20have%20a%20Steeper%20Learning%20Curve%20than%20InstallScript%20Projects&amp;submitSummary=%0D%0AI%20have%20written%20two%20posts%26nbsp%3Bin%20the%20past%20on%20the%20differences%20between%20Basic%20MSI%2C%20InstallScript%2C%20and%20InstallScript%20MSI%20projects%20in%20InstallShield.%26nbsp%3B%20Here%20are%20the%20links%20to%20those%20posts%3A%20%0D%0A%0D%0A%0D%0Ahttp%3A%2F%2Fwww.installationdeveloper.com%2Fpost%2FInstallScript-v&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=Why%20Basic%20MSI%20Projects%20have%20a%20Steeper%20Learning%20Curve%20than%20InstallScript%20Projects%20-%20http%3A%2F%2Fwww.installationdeveloper.com%2F306%2Fwhy-basic-msi-projects-have-a-steeper-learning-curve-than-installscript-projects%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%2F306%2Fwhy-basic-msi-projects-have-a-steeper-learning-curve-than-installscript-projects%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%2F306%2Fwhy-basic-msi-projects-have-a-steeper-learning-curve-than-installscript-projects%2F&amp;title=Why%20Basic%20MSI%20Projects%20have%20a%20Steeper%20Learning%20Curve%20than%20InstallScript%20Projects" 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%2F306%2Fwhy-basic-msi-projects-have-a-steeper-learning-curve-than-installscript-projects%2F&amp;title=Why%20Basic%20MSI%20Projects%20have%20a%20Steeper%20Learning%20Curve%20than%20InstallScript%20Projects&amp;source=Installation+Developer+InstallShield+Training+-+InstallShield+Tutorials&amp;summary=%0D%0AI%20have%20written%20two%20posts%26nbsp%3Bin%20the%20past%20on%20the%20differences%20between%20Basic%20MSI%2C%20InstallScript%2C%20and%20InstallScript%20MSI%20projects%20in%20InstallShield.%26nbsp%3B%20Here%20are%20the%20links%20to%20those%20posts%3A%20%0D%0A%0D%0A%0D%0Ahttp%3A%2F%2Fwww.installationdeveloper.com%2Fpost%2FInstallScript-v" 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%2F306%2Fwhy-basic-msi-projects-have-a-steeper-learning-curve-than-installscript-projects%2F&amp;t=Why%20Basic%20MSI%20Projects%20have%20a%20Steeper%20Learning%20Curve%20than%20InstallScript%20Projects" 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/306/why-basic-msi-projects-have-a-steeper-learning-curve-than-installscript-projects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
