<?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; Windows 7 Logo Requirements for InstallShield Developers</title>
	<atom:link href="http://www.installationdeveloper.com/334/windows-7-logo-requirements-for-installshield-developers/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>Windows 7 Logo Requirements for InstallShield Developers</title>
		<link>http://www.installationdeveloper.com/334/windows-7-logo-requirements-for-installshield-developers/</link>
		<comments>http://www.installationdeveloper.com/334/windows-7-logo-requirements-for-installshield-developers/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 01:13:03 +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=334</guid>
		<description><![CDATA[If you haven&#39;t looked at the Windows 7 Software Logo Program requirements and are curious, then read on.&#160; I&#39;ve looked&#160;and will report. The good news is that there does not appear to be much&#160;different from the Vista Logo Program requirements.&#160; Yes, x64 support is expected with your installations, but you are surprised about that, are [...]]]></description>
			<content:encoded><![CDATA[<p>
If you haven&#39;t looked at the <strong>Windows 7 Software Logo Program requirements</strong> and are curious, then read on.&nbsp; I&#39;ve looked&nbsp;and will report.
</p>
<p>
The good news is that there does not appear to be much&nbsp;different from the <strong>Vista Logo Program requirements</strong>.&nbsp; Yes, x64 support is expected with your installations, but you are surprised about that, are you?
</p>
<p>
If you bit the bullet and got your installation house in order for Vista, then you don&#39;t have much&nbsp;to worry about in <strong>Windows 7</strong>.&nbsp; If you have been&nbsp;putting off making your applications UAC compliant, then you will&nbsp;be unhappy to learn&nbsp;that UAC is still around.&nbsp; It&#39;s apparently here to stay.&nbsp; You are still going to have to deal with UAC and manifests in Windows 7.&nbsp; So, you might as well do it.
</p>
<p>
Here are the highlights from the Windows 7 Logo requirements doc.&nbsp; I&#39;m sorry if it&#39;s boring.
</p>
<p>
<strong><u>Policies</u></strong>
</p>
<ol>
<li>
<div>
	Comply with AntiSpyware Coalition Guidelines.
	</div>
<ul>
<li>
<div>
		This means that Microsoft does allow its logo to appear on malware or spyware.&nbsp; <strong>Sorry, hackers.&nbsp; You won&#39;t be able to get the logo on your apps.</strong>
		</div>
</li>
</ul>
</li>
<li>
<div>
	Do not modify WRP protected resources.
	</div>
<ul>
<li>
<div>
		Applications must not attempt to install files or modify registry keys protected by WRP (Windows Resource Protection).
		</div>
</li>
</ul>
</li>
<li>
<div>
	Ensure ongoing quality.
	</div>
<ul>
<li>
<div>
		Vendors must not hide unhandled exceptions from Windows error reporting (WER).
		</div>
</li>
<li>
<div>
		Use Application Verifier (AppVerifier) within your software development lifecycle.
		</div>
</li>
<li>
<div>
		ISVs must conduct application specific testing on both x86 and x64 versions of Windows 7.
		</div>
</li>
<li>
<div>
		ISVs must submit test results obtained from an x64 Windows 7 (they left a word out on this first part and I haven&#39;t figured out what it is), and execute logo testing on x64 versions of Windows.
		</div>
</li>
<li>
<div>
		If there is an issue with an application carrying the Windows 7 logo, and it turns out to be a violation of the logo requirements, MS will confirm the issue and contact the partner for resolution.&nbsp; ISVs must address the issue with&nbsp;30-90 days.
		</div>
</li>
<li>
<div>
		Microsoft may request a licensed copy of the logo-carrying application in certain cases.
		</div>
</li>
</ul>
</li>
</ol>
<p>
<u><strong>Technical Requirements</strong></u>
</p>
<ol>
<li>
<div>
	Clean, reversible installation.
	</div>
<ul>
<li>
<div>
		An application installation should never force a reboot.
		</div>
</li>
<li>
<div>
		An installation should not be dependent on 8.3 short file names (SFN).
		</div>
</li>
<li>
<div>
		An installation should not block silent installs/uninstalls.
		</div>
</li>
<li>
<div>
		Application installers must create the correct registry entries to allow successful detection and uninstalls.
		</div>
</li>
</ul>
</li>
<li>
<div>
	Install to correct folders by default.
	</div>
<ul>
<li>
<div>
		Applications should be installed to the Program Files folder by default.
		</div>
</li>
<li>
<div>
		User data or application data should never be stored under the Program Files folder.
		</div>
</li>
<li>
<div>
		All application data that must be shared among users should be stored within ProgramData.
		</div>
</li>
<li>
<div>
		All application data exclusive to a specific user and not to be shared with other users of the computer must be store in Users\&lt;username&gt;\AppData.
		</div>
</li>
<li>
<div>
		You should never write to the Windows folder or subfolders.&nbsp; Use the correct methods for installing fonts or drivers.
		</div>
</li>
<li>
<div>
		In a per-machine installation, user data must be written at first run, and not during the initial installation.
		</div>
</li>
<li>
<div>
		A waiver is required for applications writing to the GAC.
		</div>
</li>
</ul>
</li>
<li>
<div>
	Digitally sign files and drivers.
	</div>
</li>
<li>
<div>
	Support x64 versions of Windows.
	</div>
<ul>
<li>
<div>
		Appliations must natively support 64-bit or at a minimum, 32-bit applications must run seamlessly on 64-bit systems.
		</div>
</li>
</ul>
</li>
<li>
<div>
	Do not block installation or application launch based on OS version check.
	</div>
<ul>
<li>
<div>
		Applications must not perform version checks for equality (== 5.1).&nbsp; Use a greater than or equal check (&gt;= 5.1).
		</div>
</li>
</ul>
</li>
<li>
<div>
	Follow User Account Control (UAC) Guidelines.
	</div>
<ul>
<li>
<div>
		Most applications do not require administrator privileges at run-time, and should be just fine running under a standard user account.
		</div>
</li>
<li>
<div>
		Windows applications must have a manifest that defines the execution levels and tells the OS what privileges the application requires.
		</div>
</li>
</ul>
</li>
<li>
<div>
	Adhere to Restart Manager Messages.
	</div>
<ul>
<li>
<div>
		Applications must not block the shutdown process.
		</div>
</li>
</ul>
</li>
<li>
<div>
	Do not load Services and Drivers in Safe Mode.
	</div>
</li>
<li>
<div>
	Support Multiuser Sessions.
	</div>
<ul>
<li>
<div>
		Windows users should be able to run concurrent sessions without conflict or disruption.
		</div>
</li>
</ul>
</li>
</ol>
<p>
If you want to read the Windows 7 Software Logo Program&nbsp;requirements document, you can download from here.&nbsp; I&nbsp;uploaded a copy to my server, because to download it from&nbsp;Microsoft, you have to install some file transfer software.&nbsp;&nbsp;I thought it would just be easier to&nbsp;offer it to you here:
</p>
<p>
<a href="http://www.installationdeveloper.com/docs/windows-7-client-software-logo.pdf">http://www.installationdeveloper.com/docs/windows-7-client-software-logo.pdf</a>
</p>
<p>
Here is&nbsp;a link to the Windows&nbsp;7 Software Logo Program page:&nbsp;
</p>
<p>
<a href="http://msdn.microsoft.com/en-us/windows/dd203105.aspx">http://msdn.microsoft.com/en-us/windows/dd203105.aspx</a>
</p>
<p>
My installation development philosophy is this.&nbsp; Develop your applications and installations like you were going to submit them for Logo Certification.&nbsp; Even if you aren&#39;t.
</p>
<p>
Develop applications and installations to&nbsp;run in a Standard User account, unless you positively, absolutely&nbsp;have to run under an Administrator account.&nbsp; Follow the requirements, run and pass the validation checks, do a lot of testing,&nbsp;and you will have many happy customers for the&nbsp;companies you work for.
</p>
<p>
<strong>If you do these things&#8230;</strong>
</p>
<p>
<strong>&#8230;you&#39;ll likely&nbsp;get a raise, the kids can go to college, and all will be right with the Windows world.</strong></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=Windows%207%20Logo%20Requirements%20for%20InstallShield%20Developers%20-%20http%3A%2F%2Fwww.installationdeveloper.com%2F334%2Fwindows-7-logo-requirements-for-installshield-developers%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%2F334%2Fwindows-7-logo-requirements-for-installshield-developers%2F&amp;t=Windows%207%20Logo%20Requirements%20for%20InstallShield%20Developers"></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=Windows%207%20Logo%20Requirements%20for%20InstallShield%20Developers&body=http%3A%2F%2Fwww.installationdeveloper.com%2F334%2Fwindows-7-logo-requirements-for-installshield-developers%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%2F334%2Fwindows-7-logo-requirements-for-installshield-developers%2F&title=Windows%207%20Logo%20Requirements%20for%20InstallShield%20Developers"></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%2F334%2Fwindows-7-logo-requirements-for-installshield-developers%2F&amp;title=Windows%207%20Logo%20Requirements%20for%20InstallShield%20Developers&amp;notes=%0D%0AIf%20you%20haven%26%2339%3Bt%20looked%20at%20the%20Windows%207%20Software%20Logo%20Program%20requirements%20and%20are%20curious%2C%20then%20read%20on.%26nbsp%3B%20I%26%2339%3Bve%20looked%26nbsp%3Band%20will%20report.%20%0D%0A%0D%0A%0D%0AThe%20good%20news%20is%20that%20there%20does%20not%20appear%20to%20be%20much%26nbsp%3Bdifferent%20from%20the%20Vista%20Logo"></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%2F334%2Fwindows-7-logo-requirements-for-installshield-developers%2F&amp;title=Windows%207%20Logo%20Requirements%20for%20InstallShield%20Developers&amp;srcURL=http%3A%2F%2Fwww.installationdeveloper.com%2F334%2Fwindows-7-logo-requirements-for-installshield-developers%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%2F334%2Fwindows-7-logo-requirements-for-installshield-developers%2F&amp;title=Windows%207%20Logo%20Requirements%20for%20InstallShield%20Developers&amp;source=Installation+Developer+InstallShield+Training+-+InstallShield+Tutorials&amp;summary=%0D%0AIf%20you%20haven%26%2339%3Bt%20looked%20at%20the%20Windows%207%20Software%20Logo%20Program%20requirements%20and%20are%20curious%2C%20then%20read%20on.%26nbsp%3B%20I%26%2339%3Bve%20looked%26nbsp%3Band%20will%20report.%20%0D%0A%0D%0A%0D%0AThe%20good%20news%20is%20that%20there%20does%20not%20appear%20to%20be%20much%26nbsp%3Bdifferent%20from%20the%20Vista%20Logo"></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%2F334%2Fwindows-7-logo-requirements-for-installshield-developers%2F&amp;Title=Windows%207%20Logo%20Requirements%20for%20InstallShield%20Developers"></a></li><li><a style="cursor:pointer" rel="nofollow" onMouseOut="fixOnMouseOut(document.getElementById('sociable-post-334'), event, 'post-334')" onMouseOver="more(this,'post-334')"><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-334')" id="sociable-post-334" 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%2F334%2Fwindows-7-logo-requirements-for-installshield-developers%2F&amp;t=Windows%207%20Logo%20Requirements%20for%20InstallShield%20Developers"></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%2F334%2Fwindows-7-logo-requirements-for-installshield-developers%2F&amp;title=Windows%207%20Logo%20Requirements%20for%20InstallShield%20Developers&amp;bodytext=%0D%0AIf%20you%20haven%26%2339%3Bt%20looked%20at%20the%20Windows%207%20Software%20Logo%20Program%20requirements%20and%20are%20curious%2C%20then%20read%20on.%26nbsp%3B%20I%26%2339%3Bve%20looked%26nbsp%3Band%20will%20report.%20%0D%0A%0D%0A%0D%0AThe%20good%20news%20is%20that%20there%20does%20not%20appear%20to%20be%20much%26nbsp%3Bdifferent%20from%20the%20Vista%20Logo"></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%2F334%2Fwindows-7-logo-requirements-for-installshield-developers%2F&amp;title=Windows%207%20Logo%20Requirements%20for%20InstallShield%20Developers"></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%2F334%2Fwindows-7-logo-requirements-for-installshield-developers%2F&amp;title=Windows%207%20Logo%20Requirements%20for%20InstallShield%20Developers&amp;annotation=%0D%0AIf%20you%20haven%26%2339%3Bt%20looked%20at%20the%20Windows%207%20Software%20Logo%20Program%20requirements%20and%20are%20curious%2C%20then%20read%20on.%26nbsp%3B%20I%26%2339%3Bve%20looked%26nbsp%3Band%20will%20report.%20%0D%0A%0D%0A%0D%0AThe%20good%20news%20is%20that%20there%20does%20not%20appear%20to%20be%20much%26nbsp%3Bdifferent%20from%20the%20Vista%20Logo"></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%2F334%2Fwindows-7-logo-requirements-for-installshield-developers%2F&amp;t=Windows%207%20Logo%20Requirements%20for%20InstallShield%20Developers"></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=Windows%207%20Logo%20Requirements%20for%20InstallShield%20Developers&amp;URL=http%3A%2F%2Fwww.installationdeveloper.com%2F334%2Fwindows-7-logo-requirements-for-installshield-developers%2F&amp;cat_id=6&amp;tag_id=31&amp;Remark=%0D%0AIf%20you%20haven%26%2339%3Bt%20looked%20at%20the%20Windows%207%20Software%20Logo%20Program%20requirements%20and%20are%20curious%2C%20then%20read%20on.%26nbsp%3B%20I%26%2339%3Bve%20looked%26nbsp%3Band%20will%20report.%20%0D%0A%0D%0A%0D%0AThe%20good%20news%20is%20that%20there%20does%20not%20appear%20to%20be%20much%26nbsp%3Bdifferent%20from%20the%20Vista%20Logo"></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%2F334%2Fwindows-7-logo-requirements-for-installshield-developers%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%2F334%2Fwindows-7-logo-requirements-for-installshield-developers%2F&amp;title=Windows%207%20Logo%20Requirements%20for%20InstallShield%20Developers&amp;selection=%0D%0AIf%20you%20haven%26%2339%3Bt%20looked%20at%20the%20Windows%207%20Software%20Logo%20Program%20requirements%20and%20are%20curious%2C%20then%20read%20on.%26nbsp%3B%20I%26%2339%3Bve%20looked%26nbsp%3Band%20will%20report.%20%0D%0A%0D%0A%0D%0AThe%20good%20news%20is%20that%20there%20does%20not%20appear%20to%20be%20much%26nbsp%3Bdifferent%20from%20the%20Vista%20Logo"></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%2F334%2Fwindows-7-logo-requirements-for-installshield-developers%2F&amp;t=Windows%207%20Logo%20Requirements%20for%20InstallShield%20Developers&amp;s=%0D%0AIf%20you%20haven%26%2339%3Bt%20looked%20at%20the%20Windows%207%20Software%20Logo%20Program%20requirements%20and%20are%20curious%2C%20then%20read%20on.%26nbsp%3B%20I%26%2339%3Bve%20looked%26nbsp%3Band%20will%20report.%20%0D%0A%0D%0A%0D%0AThe%20good%20news%20is%20that%20there%20does%20not%20appear%20to%20be%20much%26nbsp%3Bdifferent%20from%20the%20Vista%20Logo"></a></li></ul>			

			</div>        

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



		  <img onclick="hide_sociable('post-334',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="Windows 7 Logo Requirements for InstallShield Developers - http://www.installationdeveloper.com/334/windows-7-logo-requirements-for-installshield-developers/ (via #sociablesite)" data-url="http://www.installationdeveloper.com/334/windows-7-logo-requirements-for-installshield-developers/" 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/334/windows-7-logo-requirements-for-installshield-developers/&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/334/windows-7-logo-requirements-for-installshield-developers/" 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/334/windows-7-logo-requirements-for-installshield-developers/" data-counter="right"></script></li><li id="StumbleUpon_Counter"><script src="http://www.stumbleupon.com/hostedbadge.php?s=2&r=http://www.installationdeveloper.com/334/windows-7-logo-requirements-for-installshield-developers/"></script></li></ul></div><!-- End Sociable -->]]></content:encoded>
			<wfw:commentRss>http://www.installationdeveloper.com/334/windows-7-logo-requirements-for-installshield-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

