<?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; Creating a Setup.exe Bootstrapper Log for a Basic MSI Project</title>
	<atom:link href="http://www.installationdeveloper.com/296/creating-a-setup-exe-bootstrapper-log-for-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>Creating a Setup.exe Bootstrapper Log for a Basic MSI Project</title>
		<link>http://www.installationdeveloper.com/296/creating-a-setup-exe-bootstrapper-log-for-a-basic-msi-project/</link>
		<comments>http://www.installationdeveloper.com/296/creating-a-setup-exe-bootstrapper-log-for-a-basic-msi-project/#comments</comments>
		<pubDate>Fri, 22 May 2009 01:51:13 +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=296</guid>
		<description><![CDATA[You know how to do logging for&#160;builds and main installations, but do you know how to do&#160;logging&#160;during prerequisite installations?&#160; If you are using InstallShield 2009, you can do it. A log file for the Setup.exe bootstrapper can be created by passing the /debuglog parameter to Setup.exe.&#160; This will work for Basic MSI, InstallScript MSI, and [...]]]></description>
			<content:encoded><![CDATA[<p>
You know how to do logging for&nbsp;builds and main installations, but do you know how to do&nbsp;<strong>logging&nbsp;during prerequisite installations</strong>?&nbsp; If you are using <strong>InstallShield 2009</strong>, you can do it.
</p>
<p>
A <strong>log file</strong> for the <strong>Setup.exe bootstrapper</strong> can be created by passing the <strong>/debuglog</strong> parameter to Setup.exe.&nbsp; This will work for <strong>Basic MSI</strong>, <strong>InstallScript MSI</strong>, and <strong>Web</strong> projects.&nbsp; This first example will generate a log file in the same directory as Setup.exe, provided that&nbsp;Setup.exe is not in a read-only location:
</p>
<p>
&nbsp;&nbsp;&nbsp;&nbsp; setup.exe /debuglog
</p>
<p>
If you would like to specify a directory location for the log file, you can do it this way:
</p>
<p>
&nbsp;&nbsp;&nbsp;&nbsp; setup.exe /debuglog&quot;C:\LogFileFolder\LogFileName.log&quot;</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%2F296%2Fcreating-a-setup-exe-bootstrapper-log-for-a-basic-msi-project%2F&amp;title=Creating%20a%20Setup.exe%20Bootstrapper%20Log%20for%20a%20Basic%20MSI%20Project&amp;bodytext=%0D%0AYou%20know%20how%20to%20do%20logging%20for%26nbsp%3Bbuilds%20and%20main%20installations%2C%20but%20do%20you%20know%20how%20to%20do%26nbsp%3Blogging%26nbsp%3Bduring%20prerequisite%20installations%3F%26nbsp%3B%20If%20you%20are%20using%20InstallShield%202009%2C%20you%20can%20do%20it.%20%0D%0A%0D%0A%0D%0AA%20log%20file%20for%20the%20Setup.exe%20bootstrap" 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%2F296%2Fcreating-a-setup-exe-bootstrapper-log-for-a-basic-msi-project%2F&amp;title=Creating%20a%20Setup.exe%20Bootstrapper%20Log%20for%20a%20Basic%20MSI%20Project&amp;notes=%0D%0AYou%20know%20how%20to%20do%20logging%20for%26nbsp%3Bbuilds%20and%20main%20installations%2C%20but%20do%20you%20know%20how%20to%20do%26nbsp%3Blogging%26nbsp%3Bduring%20prerequisite%20installations%3F%26nbsp%3B%20If%20you%20are%20using%20InstallShield%202009%2C%20you%20can%20do%20it.%20%0D%0A%0D%0A%0D%0AA%20log%20file%20for%20the%20Setup.exe%20bootstrap" 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%2F296%2Fcreating-a-setup-exe-bootstrapper-log-for-a-basic-msi-project%2F&amp;t=Creating%20a%20Setup.exe%20Bootstrapper%20Log%20for%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%2F296%2Fcreating-a-setup-exe-bootstrapper-log-for-a-basic-msi-project%2F&amp;h=Creating%20a%20Setup.exe%20Bootstrapper%20Log%20for%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%2F296%2Fcreating-a-setup-exe-bootstrapper-log-for-a-basic-msi-project%2F&amp;title=Creating%20a%20Setup.exe%20Bootstrapper%20Log%20for%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%2F296%2Fcreating-a-setup-exe-bootstrapper-log-for-a-basic-msi-project%2F&amp;title=Creating%20a%20Setup.exe%20Bootstrapper%20Log%20for%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%2F296%2Fcreating-a-setup-exe-bootstrapper-log-for-a-basic-msi-project%2F&amp;title=Creating%20a%20Setup.exe%20Bootstrapper%20Log%20for%20a%20Basic%20MSI%20Project&amp;annotation=%0D%0AYou%20know%20how%20to%20do%20logging%20for%26nbsp%3Bbuilds%20and%20main%20installations%2C%20but%20do%20you%20know%20how%20to%20do%26nbsp%3Blogging%26nbsp%3Bduring%20prerequisite%20installations%3F%26nbsp%3B%20If%20you%20are%20using%20InstallShield%202009%2C%20you%20can%20do%20it.%20%0D%0A%0D%0A%0D%0AA%20log%20file%20for%20the%20Setup.exe%20bootstrap" 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%2F296%2Fcreating-a-setup-exe-bootstrapper-log-for-a-basic-msi-project%2F&amp;submitHeadline=Creating%20a%20Setup.exe%20Bootstrapper%20Log%20for%20a%20Basic%20MSI%20Project&amp;submitSummary=%0D%0AYou%20know%20how%20to%20do%20logging%20for%26nbsp%3Bbuilds%20and%20main%20installations%2C%20but%20do%20you%20know%20how%20to%20do%26nbsp%3Blogging%26nbsp%3Bduring%20prerequisite%20installations%3F%26nbsp%3B%20If%20you%20are%20using%20InstallShield%202009%2C%20you%20can%20do%20it.%20%0D%0A%0D%0A%0D%0AA%20log%20file%20for%20the%20Setup.exe%20bootstrap&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=Creating%20a%20Setup.exe%20Bootstrapper%20Log%20for%20a%20Basic%20MSI%20Project%20-%20http%3A%2F%2Fwww.installationdeveloper.com%2F296%2Fcreating-a-setup-exe-bootstrapper-log-for-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%2F296%2Fcreating-a-setup-exe-bootstrapper-log-for-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%2F296%2Fcreating-a-setup-exe-bootstrapper-log-for-a-basic-msi-project%2F&amp;title=Creating%20a%20Setup.exe%20Bootstrapper%20Log%20for%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%2F296%2Fcreating-a-setup-exe-bootstrapper-log-for-a-basic-msi-project%2F&amp;title=Creating%20a%20Setup.exe%20Bootstrapper%20Log%20for%20a%20Basic%20MSI%20Project&amp;source=Installation+Developer+InstallShield+Training+-+InstallShield+Tutorials&amp;summary=%0D%0AYou%20know%20how%20to%20do%20logging%20for%26nbsp%3Bbuilds%20and%20main%20installations%2C%20but%20do%20you%20know%20how%20to%20do%26nbsp%3Blogging%26nbsp%3Bduring%20prerequisite%20installations%3F%26nbsp%3B%20If%20you%20are%20using%20InstallShield%202009%2C%20you%20can%20do%20it.%20%0D%0A%0D%0A%0D%0AA%20log%20file%20for%20the%20Setup.exe%20bootstrap" 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%2F296%2Fcreating-a-setup-exe-bootstrapper-log-for-a-basic-msi-project%2F&amp;t=Creating%20a%20Setup.exe%20Bootstrapper%20Log%20for%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/296/creating-a-setup-exe-bootstrapper-log-for-a-basic-msi-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
