<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Aaron Marten : Vista</title><link>http://blogs.msdn.com/aaronmar/archive/tags/Vista/default.aspx</link><description>Tags: Vista</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Developing Packages as a Normal User (or How I Learned to Love UAC)</title><link>http://blogs.msdn.com/aaronmar/archive/2007/06/06/developing-packages-as-a-normal-user-i-e.aspx</link><pubDate>Wed, 06 Jun 2007 19:40:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3120549</guid><dc:creator>aaronmar</dc:creator><slash:comments>5</slash:comments><comments>http://blogs.msdn.com/aaronmar/comments/3120549.aspx</comments><wfw:commentRss>http://blogs.msdn.com/aaronmar/commentrss.aspx?PostID=3120549</wfw:commentRss><wfw:comment>http://blogs.msdn.com/aaronmar/rsscomments.aspx?PostID=3120549</wfw:comment><description>&lt;P&gt;By now if you've had a chance to use Windows Vista, you've undoubtedly witnessed &lt;A href="http://www.microsoft.com/windows/products/windowsvista/features/details/useraccountcontrol.mspx" mce_href="http://www.microsoft.com/windows/products/windowsvista/features/details/useraccountcontrol.mspx"&gt;UAC&lt;/A&gt; in action. Certainly, if you're doing VS package development on Vista, you've had to elevate your instance of Visual Studio where you're coding so that build/registration works properly.&lt;/P&gt;
&lt;P&gt;Starting with the &lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyId=1C99A9C8-ADFC-4DE6-8B9E-2A5C6B540332&amp;amp;displaylang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyId=1C99A9C8-ADFC-4DE6-8B9E-2A5C6B540332&amp;amp;displaylang=en"&gt;Visual Studio 2008 SDK - June 2007 CTP&lt;/A&gt;, we have introduced the first round of changes that will enable developing a package as a normal user (therefore not requiring you elevate a process via UAC prompt).&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Disclaimer: This will only be for development scenarios. Visual Studio Package deployment/installation will still require writing to HKLM, and therefore, require Administrator rights on an end-user machine.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;A new switch has been added to Visual Studio (and many of our VSPackage tools) called "/RANU" (Run As Normal User) which causes Visual Studio to look in a slightly different location for information. In a typical Visual Studio 2008 session, information is read from the registry in the following two locations:&lt;/P&gt;
&lt;P&gt;Package Registration : HKEY_LOCAL_MACHINE\Software\Microsoft\VisualStudio\9.0&lt;BR&gt;User Settings: HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\9.0&lt;/P&gt;
&lt;P&gt;When running with the /RANU switch (along with /rootsuffix Exp in this case), Visual Studio will instead look in the following locations:&lt;/P&gt;
&lt;P&gt;Package Registration : HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\9.0Exp\Configuration&lt;BR&gt;User Settings: HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\9.0Exp\UserSettings&lt;/P&gt;
&lt;P&gt;There are still some issues in both VS 2008 Beta 1 and our current CTP that prevent this from working perfectly (e.g. samples get installed/built in Program Files/C++ 'archive' samples are broken), but it generally works and these remaining bugs will be ironed out in the coming months. (The main issue is that running "devenv /setup /ranu" fails on Beta 1 unless you are an administrator. This has already been fixed in our internal builds for Beta 2.)&lt;/P&gt;
&lt;P&gt;Please let us know if you discover any issues in this&amp;nbsp;slightly different&amp;nbsp;package development model.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=3120549" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/aaronmar/archive/tags/Visual+Studio+SDK/default.aspx">Visual Studio SDK</category><category domain="http://blogs.msdn.com/aaronmar/archive/tags/Vista/default.aspx">Vista</category><category domain="http://blogs.msdn.com/aaronmar/archive/tags/VSX/default.aspx">VSX</category></item><item><title>Visual Studio 2005 SP1 Update for Windows Vista</title><link>http://blogs.msdn.com/aaronmar/archive/2007/03/06/visual-studio-2005-sp1-update-for-windows-vista.aspx</link><pubDate>Wed, 07 Mar 2007 04:28:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1823083</guid><dc:creator>aaronmar</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/aaronmar/comments/1823083.aspx</comments><wfw:commentRss>http://blogs.msdn.com/aaronmar/commentrss.aspx?PostID=1823083</wfw:commentRss><wfw:comment>http://blogs.msdn.com/aaronmar/rsscomments.aspx?PostID=1823083</wfw:comment><description>&lt;p&gt;In case you're using the &lt;a href="http://www.microsoft.com/windows/products/windowsvista/default.mspx"&gt;latest and greatest release of Windows&lt;/a&gt;, you should&amp;nbsp;consider &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=90e2942d-3ad1-4873-a2ee-4acc0aace5b6&amp;amp;DisplayLang=en"&gt;downloading the update that fixes some Vista-specific issues&lt;/a&gt; on Visual Studio 2005 SP1 which was released today. &lt;/p&gt; &lt;p&gt;Note that if you had the beta version of this patch installed, you should uninstall it before installing this final version.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1823083" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/aaronmar/archive/tags/Vista/default.aspx">Vista</category></item><item><title>AllenD : VS SDK on Vista</title><link>http://blogs.msdn.com/aaronmar/archive/2006/06/23/allend-vs-sdk-on-vista.aspx</link><pubDate>Fri, 23 Jun 2006 20:16:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:644505</guid><dc:creator>aaronmar</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/aaronmar/comments/644505.aspx</comments><wfw:commentRss>http://blogs.msdn.com/aaronmar/commentrss.aspx?PostID=644505</wfw:commentRss><wfw:comment>http://blogs.msdn.com/aaronmar/rsscomments.aspx?PostID=644505</wfw:comment><description>Allen has just posted some good tips on &lt;A href="http://blogs.msdn.com/allend/archive/2006/06/23/644490.aspx" mce_href="http://blogs.msdn.com/allend/archive/2006/06/23/644490.aspx"&gt;using the Visual Studio SDK on Windows Vista&lt;/A&gt;.&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=644505" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/aaronmar/archive/tags/Visual+Studio+SDK/default.aspx">Visual Studio SDK</category><category domain="http://blogs.msdn.com/aaronmar/archive/tags/Vista/default.aspx">Vista</category></item></channel></rss>