<?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; Features and Components 101</title>
	<atom:link href="http://www.installationdeveloper.com/347/features-and-components-101/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.installationdeveloper.com</link>
	<description>InstallShield Training - InstallShield Tutorials</description>
	<lastBuildDate>Thu, 26 Jan 2012 22:12:00 +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>Features and Components 101</title>
		<link>http://www.installationdeveloper.com/347/features-and-components-101/</link>
		<comments>http://www.installationdeveloper.com/347/features-and-components-101/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 15:59:15 +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=347</guid>
		<description><![CDATA[This post is directed towards newcomers to InstallShield. I see this a lot.&#160; A client contacts me about doing some InstallShield development and they say there is no one on their staff who is an expert in InstallShield.&#160; But there have been several people (on staff)&#160;who have been maintaining the current InstallShield installer.&#160; They go [...]]]></description>
			<content:encoded><![CDATA[<p>
<strong>This post is directed towards newcomers to InstallShield</strong>.
</p>
<p>
I see this a lot.&nbsp; A client contacts me about doing some <strong>InstallShield development </strong>and they say there is no one on their staff who is an expert in InstallShield.&nbsp; But there have been several people (on staff)&nbsp;who have been maintaining the current InstallShield installer.&nbsp; They go on to say that&nbsp;they really don&#39;t know what they&#39;re doing and they need to hire someone to come in and clean it up.&nbsp; Generally, when I look at their installer, I find a common problem.&nbsp; People do not understand the difference between <strong>Features</strong> and <strong>Components</strong>.&nbsp; So, I&#39;m going to give some definitions and examples.
</p>
<p>
A <strong>Feature</strong> is the smallest installable part of an application from the <strong>End-User&#39;s</strong> perspective.&nbsp; <strong>Features</strong> are visible to the <strong>End-User</strong> during the <strong>User Interface</strong>&nbsp;portion of the installation.&nbsp; For example, let&#39;s say I have an installation program that installs a suite of applications.&nbsp; <strong>Features</strong> are listed in the <strong>Features</strong> view of the <strong>InstallShield IDE</strong>.
</p>
<p>
Here are the features (in bold):
</p>
<blockquote>
<p>
	<strong>Application 1<br />
	Application 2<br />
	Application 3<br />
	Administrator<br />
	</strong>
	</p>
</blockquote>
<p>
So, when an <strong>End-User</strong> runs the installation program and chooses a <strong>Custom</strong> installation, he is presented with the above choices of <strong>Features</strong> in the <strong>Custom Setup</strong> dialog box.&nbsp; He can select or deselect any of these features and choose to install/not install them.
</p>
<p>
A <strong>Component</strong> is the smallest installable part of an application from the <strong>Installation Developer&#39;s</strong> perspective.&nbsp; As a result, <strong>End-User&#39;s</strong> are not aware of <strong>Components</strong>, because they do not show up in the <strong>User Interface</strong> portion of an installation, meaning they don&#39;t show up in the <strong>Custom Setup</strong> dialog box.&nbsp; In addition, <strong>Components</strong> are&nbsp;associated with <strong>Features</strong>.&nbsp; As a result, they can not be installed by themselves.&nbsp; <strong>Components</strong> are listed in the <strong>Components</strong> view of the <strong>IDE</strong>.
</p>
<p>
Here are the components (in regular-weight text):
</p>
<blockquote>
<p>
	Dictionary 1<br />
	Dictionary 2<br />
	Help 1<br />
	Help&nbsp;2<br />
	Help 3<br />
	Database Engine<br />
	Query Analyzer<br />
	Word Processor<br />
	Programmer Editor<br />
	Installation Developer<br />
	File Manager
	</p>
</blockquote>
<p>
&nbsp;Now, if we look in the <strong>Setup Design</strong> view of the <strong>IDE</strong>, we will see the organization of <strong>Features</strong> and <strong>Components</strong>, which <strong>Components</strong> belong to which <strong>Features</strong>.&nbsp; This is shown below.&nbsp; Again, <strong>Features</strong> are in bold and <strong>Components</strong> are in regular-weight text.
</p>
<blockquote>
<p>
	<strong>Application 1</strong>
	</p>
<blockquote>
<p>
		Word Processor<br />
		Dictionary 1<br />
		Dictionary 2<br />
		Help 1
		</p>
</blockquote>
<p>
	<strong>Application 2</strong>
	</p>
<blockquote>
<p>
		Programmer Editor<br />
		Help&nbsp;2
		</p>
</blockquote>
<p>
	<strong>Application 3</strong>
	</p>
<blockquote>
<p>
		Installation Developer<br />
		Help 3
		</p>
</blockquote>
<p>
	<strong>Administrator<br />
	</strong>
	</p>
<blockquote>
<p>
		Database Engine<br />
		Query Analyzer<br />
		File Manager
		</p>
</blockquote>
</blockquote>
<p>
That was a basic explanation of the difference between <strong>Features</strong> and <strong>Components</strong>.&nbsp; In <strong>Features and Components 201</strong>, we will go further into this subject.
</p>
<p>
&nbsp;</p>
<!-- Start Sociable --><div class="sociable"><div class="sociable_tagline"><a class='sociable_tagline' target='_blank' href='http://blogplay.com' style='color:#333333;text-decoration:none'>Be Sociable, Share!</a></div><ul class='clearfix'><li><a title="Twitter" class="option1_32" style="background-position:-288px -32px" rel="nofollow" target="_blank" href="http://twitter.com/intent/tweet?text=Features%20and%20Components%20101%20-%20http%3A%2F%2Fwww.installationdeveloper.com%2F347%2Ffeatures-and-components-101%2F%20(via%20@sociablesite)"></a></li><li><a title="Facebook" class="option1_32" style="background-position:-96px 0px" rel="nofollow" target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.installationdeveloper.com%2F347%2Ffeatures-and-components-101%2F&amp;t=Features%20and%20Components%20101"></a></li><li><a title="email" class="option1_32" style="background-position:-160px 0px" rel="nofollow" target="_blank" href="https://mail.google.com/mail/?view=cm&fs=1&to&su=Features%20and%20Components%20101&body=http%3A%2F%2Fwww.installationdeveloper.com%2F347%2Ffeatures-and-components-101%2F&ui=2&tf=1&shva=1"></a></li><li><a class="option1_32" style="cursor:pointer;background-position:-128px 0px" rel="nofollow" title="Add to favorites - doesn't work in Chrome"  onClick="javascript:AddToFavorites();"></a></li><li><a title="StumbleUpon" class="option1_32" style="background-position:-224px -32px" rel="nofollow" target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.installationdeveloper.com%2F347%2Ffeatures-and-components-101%2F&title=Features%20and%20Components%20101"></a></li><li><a title="Delicious" class="option1_32" style="background-position:-32px 0px" rel="nofollow" target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.installationdeveloper.com%2F347%2Ffeatures-and-components-101%2F&amp;title=Features%20and%20Components%20101&amp;notes=%0D%0AThis%20post%20is%20directed%20towards%20newcomers%20to%20InstallShield.%20%0D%0A%0D%0A%0D%0AI%20see%20this%20a%20lot.%26nbsp%3B%20A%20client%20contacts%20me%20about%20doing%20some%20InstallShield%20development%20and%20they%20say%20there%20is%20no%20one%20on%20their%20staff%20who%20is%20an%20expert%20in%20InstallShield.%26nbsp%3B%20But%20there%20h"></a></li><li><a title="Google Reader" class="option1_32" style="background-position:-224px 0px" rel="nofollow" target="_blank" href="http://www.google.com/reader/link?url=http%3A%2F%2Fwww.installationdeveloper.com%2F347%2Ffeatures-and-components-101%2F&amp;title=Features%20and%20Components%20101&amp;srcURL=http%3A%2F%2Fwww.installationdeveloper.com%2F347%2Ffeatures-and-components-101%2F&amp;srcTitle=Installation+Developer+InstallShield+Training+-+InstallShield+Tutorials"></a></li><li><a title="LinkedIn" class="option1_32" style="background-position:-288px 0px" rel="nofollow" target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.installationdeveloper.com%2F347%2Ffeatures-and-components-101%2F&amp;title=Features%20and%20Components%20101&amp;source=Installation+Developer+InstallShield+Training+-+InstallShield+Tutorials&amp;summary=%0D%0AThis%20post%20is%20directed%20towards%20newcomers%20to%20InstallShield.%20%0D%0A%0D%0A%0D%0AI%20see%20this%20a%20lot.%26nbsp%3B%20A%20client%20contacts%20me%20about%20doing%20some%20InstallShield%20development%20and%20they%20say%20there%20is%20no%20one%20on%20their%20staff%20who%20is%20an%20expert%20in%20InstallShield.%26nbsp%3B%20But%20there%20h"></a></li><li><a title="BlinkList" class="option1_32" style="background-position:0px 0px" rel="nofollow" target="_blank" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http%3A%2F%2Fwww.installationdeveloper.com%2F347%2Ffeatures-and-components-101%2F&amp;Title=Features%20and%20Components%20101"></a></li><li><a style="cursor:pointer" rel="nofollow" onMouseOut="fixOnMouseOut(document.getElementById('sociable-post-347'), event, 'post-347')" onMouseOver="more(this,'post-347')"><img style='margin-top:9px' src='http://www.installationdeveloper.com/wp-content/plugins/sociable/images/more.png'></a></li></ul><div onMouseout="fixOnMouseOut(this,event,'post-347')" id="sociable-post-347" style="display:none;">   

    <div style="top: auto; left: auto; display: block;" id="sociable">



		<div class="popup">

			<div class="content">

				<ul><li style="heigth:32px;width:32px"><a title="Myspace" class="option1_32" style="background-position:0px -32px" rel="nofollow" target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.installationdeveloper.com%2F347%2Ffeatures-and-components-101%2F&amp;t=Features%20and%20Components%20101"></a></li><li style="heigth:32px;width:32px"><a title="Digg" class="option1_32" style="background-position:-64px 0px" rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.installationdeveloper.com%2F347%2Ffeatures-and-components-101%2F&amp;title=Features%20and%20Components%20101&amp;bodytext=%0D%0AThis%20post%20is%20directed%20towards%20newcomers%20to%20InstallShield.%20%0D%0A%0D%0A%0D%0AI%20see%20this%20a%20lot.%26nbsp%3B%20A%20client%20contacts%20me%20about%20doing%20some%20InstallShield%20development%20and%20they%20say%20there%20is%20no%20one%20on%20their%20staff%20who%20is%20an%20expert%20in%20InstallShield.%26nbsp%3B%20But%20there%20h"></a></li><li style="heigth:32px;width:32px"><a title="Reddit" class="option1_32" style="background-position:-128px -32px" rel="nofollow" target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.installationdeveloper.com%2F347%2Ffeatures-and-components-101%2F&amp;title=Features%20and%20Components%20101"></a></li><li style="heigth:32px;width:32px"><a title="Google Bookmarks" class="option1_32" style="background-position:-192px 0px" rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.installationdeveloper.com%2F347%2Ffeatures-and-components-101%2F&amp;title=Features%20and%20Components%20101&amp;annotation=%0D%0AThis%20post%20is%20directed%20towards%20newcomers%20to%20InstallShield.%20%0D%0A%0D%0A%0D%0AI%20see%20this%20a%20lot.%26nbsp%3B%20A%20client%20contacts%20me%20about%20doing%20some%20InstallShield%20development%20and%20they%20say%20there%20is%20no%20one%20on%20their%20staff%20who%20is%20an%20expert%20in%20InstallShield.%26nbsp%3B%20But%20there%20h"></a></li><li style="heigth:32px;width:32px"><a title="HackerNews" class="option1_32" style="background-position:-256px 0px" rel="nofollow" target="_blank" href="http://news.ycombinator.com/submitlink?u=http%3A%2F%2Fwww.installationdeveloper.com%2F347%2Ffeatures-and-components-101%2F&amp;t=Features%20and%20Components%20101"></a></li><li style="heigth:32px;width:32px"><a title="MSNReporter" class="option1_32" style="background-position:-352px 0px" rel="nofollow" target="_blank" href="http://reporter.es.msn.com/?fn=contribute&amp;Title=Features%20and%20Components%20101&amp;URL=http%3A%2F%2Fwww.installationdeveloper.com%2F347%2Ffeatures-and-components-101%2F&amp;cat_id=6&amp;tag_id=31&amp;Remark=%0D%0AThis%20post%20is%20directed%20towards%20newcomers%20to%20InstallShield.%20%0D%0A%0D%0A%0D%0AI%20see%20this%20a%20lot.%26nbsp%3B%20A%20client%20contacts%20me%20about%20doing%20some%20InstallShield%20development%20and%20they%20say%20there%20is%20no%20one%20on%20their%20staff%20who%20is%20an%20expert%20in%20InstallShield.%26nbsp%3B%20But%20there%20h"></a></li><li style="heigth:32px;width:32px"><a title="Sphinn" class="option1_32" style="background-position:-192px -32px" rel="nofollow" target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwww.installationdeveloper.com%2F347%2Ffeatures-and-components-101%2F"></a></li><li style="heigth:32px;width:32px"><a title="Posterous" class="option1_32" style="background-position:-64px -32px" rel="nofollow" target="_blank" href="http://posterous.com/share?linkto=http%3A%2F%2Fwww.installationdeveloper.com%2F347%2Ffeatures-and-components-101%2F&amp;title=Features%20and%20Components%20101&amp;selection=%0D%0AThis%20post%20is%20directed%20towards%20newcomers%20to%20InstallShield.%20%0D%0A%0D%0A%0D%0AI%20see%20this%20a%20lot.%26nbsp%3B%20A%20client%20contacts%20me%20about%20doing%20some%20InstallShield%20development%20and%20they%20say%20there%20is%20no%20one%20on%20their%20staff%20who%20is%20an%20expert%20in%20InstallShield.%26nbsp%3B%20But%20there%20h"></a></li><li style="heigth:32px;width:32px"><a title="Tumblr" class="option1_32" style="background-position:-256px -32px" rel="nofollow" target="_blank" href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fwww.installationdeveloper.com%2F347%2Ffeatures-and-components-101%2F&amp;t=Features%20and%20Components%20101&amp;s=%0D%0AThis%20post%20is%20directed%20towards%20newcomers%20to%20InstallShield.%20%0D%0A%0D%0A%0D%0AI%20see%20this%20a%20lot.%26nbsp%3B%20A%20client%20contacts%20me%20about%20doing%20some%20InstallShield%20development%20and%20they%20say%20there%20is%20no%20one%20on%20their%20staff%20who%20is%20an%20expert%20in%20InstallShield.%26nbsp%3B%20But%20there%20h"></a></li></ul>			

			</div>        

		  <a style="cursor:pointer" onclick="hide_sociable('post-347',true)" class="close">



		  <img onclick="hide_sociable('post-347',true)" title="close" src="http://www.installationdeveloper.com/wp-content/plugins/sociable/images/closelabel.png">

		  </a>

		</div>

	</div> 

  </div></div><div class='sociable' style='float:none'><ul class='clearfix'><li id="Twitter_Counter"><a href="https://twitter.com/share" data-text="Features and Components 101 - http://www.installationdeveloper.com/347/features-and-components-101/ (via #sociablesite)" data-url="http://www.installationdeveloper.com/347/features-and-components-101/" class="twitter-share-button" data-count="horizontal">Tweet</a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script></li><li id="Facebook_Counter"><iframe src="//www.facebook.com/plugins/like.php?href=http://www.installationdeveloper.com/347/features-and-components-101/&send=false&layout=button_count&show_faces=false&action=like&colorscheme=light&font" scrolling="no" frameborder="0" style="border:none; overflow:hidden;height:32px;width:100px" allowTransparency="true"></iframe></li><li id="Google_+"><g:plusone annotation="bubble" href="http://www.installationdeveloper.com/347/features-and-components-101/" size="medium"></g:plusone></li><li id="LinkedIn_Counter"><script src="http://platform.linkedin.com/in.js" type="text/javascript"></script><script type="IN/Share" data-url="http://www.installationdeveloper.com/347/features-and-components-101/" data-counter="right"></script></li><li id="StumbleUpon_Counter"><script src="http://www.stumbleupon.com/hostedbadge.php?s=2&r=http://www.installationdeveloper.com/347/features-and-components-101/"></script></li></ul></div><!-- End Sociable -->]]></content:encoded>
			<wfw:commentRss>http://www.installationdeveloper.com/347/features-and-components-101/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

