<?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>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>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>

<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%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" 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%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" 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%2F334%2Fwindows-7-logo-requirements-for-installshield-developers%2F&amp;t=Windows%207%20Logo%20Requirements%20for%20InstallShield%20Developers" 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%2F334%2Fwindows-7-logo-requirements-for-installshield-developers%2F&amp;h=Windows%207%20Logo%20Requirements%20for%20InstallShield%20Developers" 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%2F334%2Fwindows-7-logo-requirements-for-installshield-developers%2F&amp;title=Windows%207%20Logo%20Requirements%20for%20InstallShield%20Developers" 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%2F334%2Fwindows-7-logo-requirements-for-installshield-developers%2F&amp;title=Windows%207%20Logo%20Requirements%20for%20InstallShield%20Developers" 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%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" 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%2F334%2Fwindows-7-logo-requirements-for-installshield-developers%2F&amp;submitHeadline=Windows%207%20Logo%20Requirements%20for%20InstallShield%20Developers&amp;submitSummary=%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&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=Windows%207%20Logo%20Requirements%20for%20InstallShield%20Developers%20-%20http%3A%2F%2Fwww.installationdeveloper.com%2F334%2Fwindows-7-logo-requirements-for-installshield-developers%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%2F334%2Fwindows-7-logo-requirements-for-installshield-developers%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%2F334%2Fwindows-7-logo-requirements-for-installshield-developers%2F&amp;title=Windows%207%20Logo%20Requirements%20for%20InstallShield%20Developers" 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%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" 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%2F334%2Fwindows-7-logo-requirements-for-installshield-developers%2F&amp;t=Windows%207%20Logo%20Requirements%20for%20InstallShield%20Developers" 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/334/windows-7-logo-requirements-for-installshield-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
