<?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>Details about setup for the .NET Framework 2.0 configuration tool</title><link>http://blogs.msdn.com/astebner/archive/2006/01/23/516671.aspx</link><description>Ever since I posted this blog entry last month about how the Administrative Tools shortcuts were moved from the .NET Framework 2.0 redistributable to the SDK , I have gotten multiple follow-up questions and comments from customers about this scenario.</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Details about setup for the .NET Framework 2.0 configuration tool</title><link>http://blogs.msdn.com/astebner/archive/2006/01/23/516671.aspx#517102</link><pubDate>Wed, 25 Jan 2006 01:00:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:517102</guid><dc:creator>Heath Stewart</dc:creator><description>It's important to note that it's just not the shortcuts that were removed - it was everything including what the shortcuts pointed to and their dependencies.&lt;br&gt;&lt;br&gt;Administrators should also be aware of how to edit the appropriate XML configuration file or set publisher policies. A GUI interface is handy but not necessary.</description></item><item><title>re: Details about setup for the .NET Framework 2.0 configuration tool</title><link>http://blogs.msdn.com/astebner/archive/2006/01/23/516671.aspx#529513</link><pubDate>Fri, 10 Feb 2006 17:33:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:529513</guid><dc:creator>ATS</dc:creator><description>Two things:&lt;br&gt;&lt;br&gt;1) Microsoft, please publish and support a distributeable .NET 2.0 Config Tool.&lt;br&gt;&lt;br&gt;2) Could you please publish your MSI you created.</description></item><item><title>re: Details about setup for the .NET Framework 2.0 configuration tool</title><link>http://blogs.msdn.com/astebner/archive/2006/01/23/516671.aspx#529661</link><pubDate>Fri, 10 Feb 2006 20:15:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:529661</guid><dc:creator>astebner</dc:creator><description>Hi ATS - I have delivered the feedback about this tool being in the SDK as opposed to the redistributable to the .NET Framework team, but it would probably help for them to hear it from external customers and not just Microsoft employees. &amp;nbsp;I encourage you to report this as a bug/suggestion at &lt;a rel="nofollow" target="_new" href="http://lab.msdn.microsoft.com/productfeedback"&gt;http://lab.msdn.microsoft.com/productfeedback&lt;/a&gt;.&lt;br&gt;&lt;br&gt;I am not going to publish the built MSI because of the servicing implications that it causes and because I don't want to give the impression that something like this is officially supported. &amp;nbsp;It would not be difficult for you to use the WXS file along with the latest drop of WiX from &lt;a rel="nofollow" target="_new" href="http://wix.sourceforge.net"&gt;http://wix.sourceforge.net&lt;/a&gt; to create an MSI on your own if you really need it though...&lt;br&gt;</description></item><item><title>re: Details about setup for the .NET Framework 2.0 configuration tool</title><link>http://blogs.msdn.com/astebner/archive/2006/01/23/516671.aspx#530946</link><pubDate>Mon, 13 Feb 2006 17:34:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:530946</guid><dc:creator>Daryl Cantrell</dc:creator><description>This is a boneheaded move on Microsoft's part. &amp;nbsp;It seems like such an obvious mistake, that I can only assume it was done in order to shave a megabyte off the 2.0 redist's download size.&lt;br&gt;&lt;br&gt;&amp;quot;The setup team and the feature teams decided that these type of graphical user interfaces were advanced features more appropriate to an SDK than to a redistributable that is intended to be installed on end-user machines.&amp;quot;&lt;br&gt;&lt;br&gt;That's why it's located in the Administrative Tools folder. &amp;nbsp;Take a look at some of the other things in there. &amp;nbsp;ODBC Data Sources? &amp;nbsp;Component Services? &amp;nbsp;How many home users need any of those? &amp;nbsp;Why not delete the entire folder?&lt;br&gt;&lt;br&gt;Here's what I had to say about this in dotnet.security:&lt;br&gt;&lt;br&gt;.NET 1.1 had very granular control of permissions. &amp;nbsp;I could give an assembly permission to read just one drive, or write in only one directory which I had created, or only connect to certain sites, etc. &amp;nbsp;In short, I could install an assembly with just the permissions it actually needed.&lt;br&gt;&lt;br&gt;Now that's all gone. &lt;br&gt;&lt;br&gt;It's still there in .NET 2.0 of course, but what good is that with no way configure it? &amp;nbsp;Microsoft goes to all the trouble of building an incredibly powerful permission-granting scheme in the System.Security namespace -- and then completely removes the only way of interfacing with it. &amp;nbsp;At this point the user is left to just assign &amp;quot;FullTrust&amp;quot; and hope for the best. &amp;nbsp;This is not smart, and definitely not secure. &lt;br&gt;&lt;br&gt;As a developer, the &amp;quot;safest&amp;quot; thing to do is to install all of my code with FullTrust. &amp;nbsp;Since the user can no longer tweak permissions, nothing can be fixed after deployment. &amp;nbsp;Demanding unrestricted permissions for my assemblies makes this a non-issue. &amp;nbsp;Nothing will ever have to be tweaked, because everything is running with the .NET equivalent of &amp;quot;root&amp;quot;.&lt;br&gt;&lt;br&gt;Of course, it's only the &amp;quot;safe&amp;quot; option for me, the developer. &amp;nbsp;It makes life much harder for the people who worry about security. &amp;nbsp;For the sake of a 3% decrease in download size, Microsoft has taken a large step backwards in security.</description></item><item><title>re: Details about setup for the .NET Framework 2.0 configuration tool</title><link>http://blogs.msdn.com/astebner/archive/2006/01/23/516671.aspx#534034</link><pubDate>Fri, 17 Feb 2006 15:18:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:534034</guid><dc:creator>Vladimir Postnikov</dc:creator><description>Thanks a lot!</description></item><item><title>re: Details about setup for the .NET Framework 2.0 configuration tool</title><link>http://blogs.msdn.com/astebner/archive/2006/01/23/516671.aspx#541233</link><pubDate>Wed, 01 Mar 2006 16:38:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:541233</guid><dc:creator>Deniz</dc:creator><description>Thanks for the information in depth, but it would help a lot more if you could provide the compiled msi itself, even its not supported.</description></item><item><title>.NET Framework 2.0 configuration tool</title><link>http://blogs.msdn.com/astebner/archive/2006/01/23/516671.aspx#544363</link><pubDate>Mon, 06 Mar 2006 12:37:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:544363</guid><dc:creator>Henrique</dc:creator><description>Dear Aaron,&lt;br&gt;as a user, I did isntall the redistributable. And I do NEED to adjust security setting for just one program.&lt;br&gt;I did not figure out how to use the caspol.exe (as a command line tool it IS more complex).&lt;br&gt;I have a dial-up internet conection here in Brazil, so downloading 340 Mb for the SDK is almost impossible.&lt;br&gt;Can you PLEASE send me this Compiled Tool you build for me to test? If you can send by email, do it to [ auler (-at-) yahoo (-dot) com ].&lt;br&gt;Thank you very much!</description></item><item><title>re: Details about setup for the .NET Framework 2.0 configuration tool</title><link>http://blogs.msdn.com/astebner/archive/2006/01/23/516671.aspx#558279</link><pubDate>Wed, 22 Mar 2006 22:48:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:558279</guid><dc:creator>DaveKindness@Yahoo.com</dc:creator><description>What do we have to do to get Microsoft to publish a supported 2.0 framework that includes the config tool? &lt;br&gt;&lt;br&gt;This is ridiculous. Stop playing Where's Waldo with us. Every time someone on a dev team comes up with a better idea of how a GUI should look or where a tool should be packaged means that there are thousands of man hours that will be wasted while we try to figure out what you changed. Please preserve our investment in &amp;quot;know how&amp;quot; by not changing stuff just for the sake of change. </description></item><item><title>re: Details about setup for the .NET Framework 2.0 configuration tool</title><link>http://blogs.msdn.com/astebner/archive/2006/01/23/516671.aspx#598276</link><pubDate>Mon, 15 May 2006 23:03:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:598276</guid><dc:creator>stewart</dc:creator><description>Can you send me the msi. My email is s.spence@tvdsb.on.ca. &amp;nbsp;&lt;br&gt;&lt;br&gt;Thanks for your assistance on this item.&lt;br&gt;may 15, 2006</description></item><item><title>re: Details about setup for the .NET Framework 2.0 configuration tool</title><link>http://blogs.msdn.com/astebner/archive/2006/01/23/516671.aspx#599926</link><pubDate>Wed, 17 May 2006 17:09:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:599926</guid><dc:creator>Marian Ion</dc:creator><description>Removing a tool, only because is for administration, is ... let's be gentle and say not smart enough, especially for someone who seems to know what web applications administration means.&lt;br&gt;Thank you, anyway, for guiding us &lt;a rel="nofollow" target="_new" href="http://lab.msdn.microsoft.com/productfeedback"&gt;http://lab.msdn.microsoft.com/productfeedback&lt;/a&gt;, to correct your team's errors. Are there other things we should know about???</description></item><item><title>re: Details about setup for the .NET Framework 2.0 configuration tool</title><link>http://blogs.msdn.com/astebner/archive/2006/01/23/516671.aspx#600155</link><pubDate>Wed, 17 May 2006 21:32:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:600155</guid><dc:creator>astebner</dc:creator><description>Hi Marion - I have heard a lot of similar feedback about this particular issue and I have delivered it to the .NET Framework setup team for future consideration. &amp;nbsp;I encourage you to vote on the bugs that exist for this issue on the Product Feedback site as well because the team tends to give more consideration to bugs that have more votes from customers in the field.&lt;br&gt;&lt;br&gt;I'm not sure what you mean by &amp;quot;other things we should know about&amp;quot; though. &amp;nbsp;What kind of things are you referring to in that question?&lt;br&gt;</description></item><item><title>re: Details about setup for the .NET Framework 2.0 configuration tool</title><link>http://blogs.msdn.com/astebner/archive/2006/01/23/516671.aspx#610094</link><pubDate>Mon, 29 May 2006 17:06:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:610094</guid><dc:creator>Thorn</dc:creator><description>It's better for f** smarties in &amp;quot;setup team&amp;quot; think twice before doing so stupid decisions. It's OBVIOUS w/o any f** &amp;quot;votes&amp;quot; that this tool is ABSOLUTELY NEEDED.&lt;br&gt;&lt;br&gt;When M$ will stop thinking INSTEAD of users? What about ASK 'em?</description></item><item><title>re: Details about setup for the .NET Framework 2.0 configuration tool</title><link>http://blogs.msdn.com/astebner/archive/2006/01/23/516671.aspx#610209</link><pubDate>Mon, 29 May 2006 21:52:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:610209</guid><dc:creator>astebner</dc:creator><description>Hi Thorn - There is no disputing the need for this tool, that is why it is still shipping (although it is in the SDK and not the redistributable). &amp;nbsp;At the time this decision was made, the theory was that enabling administrative tasks was not something that made sense to include in a redistributable package (plus it added a megabyte or so to the redist size), so the decision was made to move it to the SDK. &amp;nbsp;We didn't really have a mechanism to poll users to ask about this kind of scenario, but that is part of what we hope to achieve with the Product Feedback site and the voting mechanism. &amp;nbsp;I hope to convince the team to move this tool back into the redist based on the feedback I've received on my blog, but I am not actually on the .NET Framework setup team anymore so I don't have a lot of influence into what they decide to do. &amp;nbsp;Hearing feedback directly from customers via the Product Feedback site lends a lot more weight to my suggestions, so that is why I suggest voting on the bug reports if you haven't already. &amp;nbsp;I apologize for the hassle that this decision has caused you.&lt;br&gt;</description></item><item><title>re: Details about setup for the .NET Framework 2.0 configuration tool</title><link>http://blogs.msdn.com/astebner/archive/2006/01/23/516671.aspx#621850</link><pubDate>Thu, 08 Jun 2006 12:09:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:621850</guid><dc:creator>liuquan</dc:creator><description>Can you send me the msi. My email is 13318970808@gd165.com &amp;nbsp; &lt;br&gt;&lt;br&gt;Thanks for your assistance on this item. &lt;br&gt;june 08, 2006 &lt;br&gt;</description></item><item><title>re: Details about setup for the .NET Framework 2.0 configuration tool</title><link>http://blogs.msdn.com/astebner/archive/2006/01/23/516671.aspx#659986</link><pubDate>Sat, 08 Jul 2006 14:17:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:659986</guid><dc:creator>fbarbin</dc:creator><description>The link to the WXS file seems to be broken.&lt;br&gt;How can we get the source files.&lt;br&gt;Thanks for your help.&lt;br&gt;</description></item><item><title>re: Details about setup for the .NET Framework 2.0 configuration tool</title><link>http://blogs.msdn.com/astebner/archive/2006/01/23/516671.aspx#660293</link><pubDate>Sun, 09 Jul 2006 03:17:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:660293</guid><dc:creator>astebner</dc:creator><description>Hi Fbarbin - The link appears to be working fine for me. &amp;nbsp;You might have hit some temporary downtime on my file server earlier this morning or something like that. &amp;nbsp;Can you please try to access it again and see if it works for you? &amp;nbsp;If it doesn't, please contact me using &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/astebner/contact.aspx"&gt;http://blogs.msdn.com/astebner/contact.aspx&lt;/a&gt; and I can send it to you via email instead.&lt;br&gt;</description></item><item><title>re: Details about setup for the .NET Framework 2.0 configuration tool</title><link>http://blogs.msdn.com/astebner/archive/2006/01/23/516671.aspx#660582</link><pubDate>Sun, 09 Jul 2006 16:18:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:660582</guid><dc:creator>fbarbin</dc:creator><description>OK. It works fine right now. Thanks for your help.</description></item><item><title>Using custom actions versus using launch conditions in an MSI</title><link>http://blogs.msdn.com/astebner/archive/2006/01/23/516671.aspx#669192</link><pubDate>Tue, 18 Jul 2006 06:43:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:669192</guid><dc:creator>Aaron Stebner's WebLog</dc:creator><description>I ran into an interesting issue when I was working on some of the very early builds of the Windows Media...</description></item><item><title>Using custom actions versus using launch conditions in an MSI &amp;raquo; Wagalulu - Microsoft &amp;raquo;   &amp;raquo; Using custom actions versus using launch conditions in an MSI</title><link>http://blogs.msdn.com/astebner/archive/2006/01/23/516671.aspx#669206</link><pubDate>Tue, 18 Jul 2006 06:56:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:669206</guid><dc:creator>Using custom actions versus using launch conditions in an MSI » Wagalulu - Microsoft »   » Using custom actions versus using launch conditions in an MSI</dc:creator><description>PingBack from &lt;a rel="nofollow" target="_new" href="http://microsoft.wagalulu.com/2006/07/17/using-custom-actions-versus-using-launch-conditions-in-an-msi/"&gt;http://microsoft.wagalulu.com/2006/07/17/using-custom-actions-versus-using-launch-conditions-in-an-msi/&lt;/a&gt;</description></item><item><title>re: Details about setup for the .NET Framework 2.0 configuration tool</title><link>http://blogs.msdn.com/astebner/archive/2006/01/23/516671.aspx#904468</link><pubDate>Tue, 31 Oct 2006 00:11:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:904468</guid><dc:creator>YouWantMyUserName</dc:creator><description>&lt;p&gt;Thanks a bunch I got this to work. A couple tips. Download the bin from the wix link you don't need the source.&lt;/p&gt;
&lt;p&gt;Replace all the GUID in the wxs file as it says witha valid GUID or just make something up (I didn't say that)&lt;/p&gt;
&lt;p&gt;Then these two .exe's are the ones you want.&lt;/p&gt;
&lt;p&gt;candle.exe SampleFirst.wxs&lt;/p&gt;
&lt;p&gt;it will create a .wiobj file then...&lt;/p&gt;
&lt;p&gt;light.exe SampleFirst.wixobj&lt;/p&gt;
&lt;p&gt;you're done!&lt;/p&gt;</description></item><item><title>re: Details about setup for the .NET Framework 2.0 configuration tool</title><link>http://blogs.msdn.com/astebner/archive/2006/01/23/516671.aspx#935757</link><pubDate>Thu, 02 Nov 2006 22:52:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:935757</guid><dc:creator>twkd</dc:creator><description>&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://mygreenpaste.blogspot.com/2006/03/net-framework-20-configuration-tool.html"&gt;http://mygreenpaste.blogspot.com/2006/03/net-framework-20-configuration-tool.html&lt;/a&gt;&lt;/p&gt;</description></item><item><title>re: Details about setup for the .NET Framework 2.0 configuration tool</title><link>http://blogs.msdn.com/astebner/archive/2006/01/23/516671.aspx#1165356</link><pubDate>Tue, 28 Nov 2006 15:25:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1165356</guid><dc:creator>AgainINeedToRegister</dc:creator><description>&lt;p&gt;Almost a year after your first post, the redistributable version is still lacking the configuration tool. And I can't find the bug in &lt;a rel="nofollow" target="_new" href="http://lab.msdn.microsoft.com/productfeedback"&gt;http://lab.msdn.microsoft.com/productfeedback&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Which id does it have ?&lt;/p&gt;</description></item><item><title>re: Details about setup for the .NET Framework 2.0 configuration tool</title><link>http://blogs.msdn.com/astebner/archive/2006/01/23/516671.aspx#1166850</link><pubDate>Tue, 28 Nov 2006 22:34:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1166850</guid><dc:creator>astebner</dc:creator><description>&lt;p&gt;Hi AgainINeedToRegister - Keep in mind that this post was originally published after the final version of the .NET Framework 2.0 was released, and there has not been a new version released since then (yes, the .NET 3.0 has shipped, but it includes the .NET 2.0 in the same form that it originally shipped).&lt;/p&gt;
&lt;p&gt;I thought that there already was a bug report on this sisue, but I also looked on the product feedback site and could not find anything. &amp;nbsp;I suggest reporting a bug on the feedback site so that the teams in charge of these features will hear additional feedback and possibly be motivated to revisit this decision.&lt;/p&gt;
</description></item><item><title>re: Details about setup for the .NET Framework 2.0 configuration tool</title><link>http://blogs.msdn.com/astebner/archive/2006/01/23/516671.aspx#1401060</link><pubDate>Wed, 03 Jan 2007 03:21:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1401060</guid><dc:creator>unRheal</dc:creator><description>&lt;p&gt;Please everyone go BACK and re-vote for the currently open Feedback - since Microsoft keeps closing the old ones saying it was by design!&lt;/p&gt;
&lt;p&gt;The current open one is ID: 244131&lt;/p&gt;</description></item><item><title>re: Details about setup for the .NET Framework 2.0 configuration tool</title><link>http://blogs.msdn.com/astebner/archive/2006/01/23/516671.aspx#1401132</link><pubDate>Wed, 03 Jan 2007 03:58:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1401132</guid><dc:creator>irekpias</dc:creator><description>&lt;p&gt;This is big mistake don't include this tool in .NET 2.0 Framework&lt;/p&gt;
&lt;p&gt;I spent 2 days trying to run .NET 2.0 apps from network share and failed.&lt;/p&gt;
&lt;p&gt;Stupid caspol tool.&lt;/p&gt;
&lt;p&gt;At home i'm free from YOURS SUPER EXTRA TECHNOLOGY and keep my hand far away from vista.&lt;/p&gt;
&lt;p&gt;Ireneusz Piasecki&lt;/p&gt;</description></item><item><title>re: Details about setup for the .NET Framework 2.0 configuration tool</title><link>http://blogs.msdn.com/astebner/archive/2006/01/23/516671.aspx#1401135</link><pubDate>Wed, 03 Jan 2007 04:01:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1401135</guid><dc:creator>unRheal</dc:creator><description>&lt;p&gt;PS - you can still find all the old ones if you simply search for: mscorcfg&lt;/p&gt;
&lt;p&gt;Of all the relevant results, only 244131 is &amp;quot;Active&amp;quot;&lt;/p&gt;</description></item><item><title>re: Details about setup for the .NET Framework 2.0 configuration tool</title><link>http://blogs.msdn.com/astebner/archive/2006/01/23/516671.aspx#1450784</link><pubDate>Thu, 11 Jan 2007 17:52:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1450784</guid><dc:creator>marathonman</dc:creator><description>&lt;p&gt;irekpias, I ran into the same issue you did but figured out how to get caspol to behave by playing around with caspol in v1.1 and seeing how it changed things in the GUI tool.&lt;/p&gt;
&lt;p&gt;The command you need is:&lt;/p&gt;
&lt;p&gt;[path to caspol]\caspol.exe –pp off –m –ag 1 –url file:s:/dir/subdir FullTrust –name NewGroupName&lt;/p&gt;
&lt;p&gt;&amp;quot;-pp off&amp;quot; is only necessary if you need to run &amp;quot;silent&amp;quot;&lt;/p&gt;
&lt;p&gt;&amp;quot;-m&amp;quot; is to change the machine level&lt;/p&gt;
&lt;p&gt;&amp;quot;-ag 1&amp;quot; adds the new policy after the root (group 1)&lt;/p&gt;
&lt;p&gt;&amp;quot;-url file:s:/dir/subdir&amp;quot; change s:/dir/subdir to the network drive you have mappted (s: in my example) or to something like //server/share/dir/subdir. You need to specify the location of your executable.&lt;/p&gt;
&lt;p&gt;&amp;quot;FullTrust&amp;quot; is where the policy goes. You can specify some other policy or create your own named policy with the rights you need.&lt;/p&gt;
&lt;p&gt;&amp;quot;-name NewGroupName&amp;quot; gives the new code group a name so that you can modify it more easily in the future. Of course you can name the group whatever you want.&lt;/p&gt;</description></item><item><title>re: Details about setup for the .NET Framework 2.0 configuration tool</title><link>http://blogs.msdn.com/astebner/archive/2006/01/23/516671.aspx#1557968</link><pubDate>Tue, 30 Jan 2007 20:46:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1557968</guid><dc:creator>tonderum</dc:creator><description>&lt;p&gt;If the concern was that home users were being confused, then Microsoft should have just removed the shortcuts and not the actual mscorcfg.msc and related .dll files. That way admin and deployment people could still actually do their job and home users would not know anything about it&lt;/p&gt;</description></item><item><title>re: Details about setup for the .NET Framework 2.0 configuration tool</title><link>http://blogs.msdn.com/astebner/archive/2006/01/23/516671.aspx#1558695</link><pubDate>Tue, 30 Jan 2007 22:30:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1558695</guid><dc:creator>astebner</dc:creator><description>&lt;p&gt;Hi Tonderum - Just to clarify, the concern was not only home user confusion, but also the increased size within a package that is designed to be redistributed with other applications. &amp;nbsp;I'm not endorsing this concern in this case, but just wanted to mention some of the factors that went into this decision back then.&lt;/p&gt;
</description></item><item><title>I Have the setup File.</title><link>http://blogs.msdn.com/astebner/archive/2006/01/23/516671.aspx#3003000</link><pubDate>Thu, 31 May 2007 09:56:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3003000</guid><dc:creator>Sudeep Srivastava</dc:creator><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;i have the setup file. i created it using the WiX source (WXS) file that is given here and the &amp;nbsp;wix2.0. i downloaded(wix-2.0.5325.0-binaries.zip) from the link given in the blog.&lt;/p&gt;
&lt;p&gt;if anyone want the setup file then simply mail me.My mail Id is sudeep_srivastava@semanticspace.com. The total size of the setup is 2.1 MB, and it's tested, it's working fine in my organization.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;</description></item><item><title>Please mention the "Configuration Tool" in subject</title><link>http://blogs.msdn.com/astebner/archive/2006/01/23/516671.aspx#3240834</link><pubDate>Tue, 12 Jun 2007 09:06:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3240834</guid><dc:creator>Sudeep Srivastava</dc:creator><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; I am getting request to send the configuration tool and who ever is requesting i am mailing them the tool. i hope you are getting benefited from that.&lt;/p&gt;
&lt;p&gt;A simple request from my side: Please mention the &amp;quot;Configuration Tool&amp;quot; in your subject line as sometimes mails comes in my junk mailbox and after looking at the subject i simply delete them without reading the content. So please mention the subject line.&lt;/p&gt;</description></item><item><title>Shirilla Blog  &amp;raquo; Blog Archive   &amp;raquo; Using caspol.exe to create a framework 2.0 code group</title><link>http://blogs.msdn.com/astebner/archive/2006/01/23/516671.aspx#3660629</link><pubDate>Mon, 02 Jul 2007 18:31:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3660629</guid><dc:creator>Shirilla Blog  » Blog Archive   » Using caspol.exe to create a framework 2.0 code group</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.shirilla.com/index.php/archives/49"&gt;http://www.shirilla.com/index.php/archives/49&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Shirilla Blog  &amp;raquo; Blog Archive   &amp;raquo; Using caspol.exe to setup a framework 2.0 code group.</title><link>http://blogs.msdn.com/astebner/archive/2006/01/23/516671.aspx#3660711</link><pubDate>Mon, 02 Jul 2007 18:36:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3660711</guid><dc:creator>Shirilla Blog  » Blog Archive   » Using caspol.exe to setup a framework 2.0 code group.</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.shirilla.com/index.php/archives/50"&gt;http://www.shirilla.com/index.php/archives/50&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Shirilla Blog  &amp;raquo; Blog Archive   &amp;raquo; Using caspol.exe to setup .NET Framework 2.0 code group.</title><link>http://blogs.msdn.com/astebner/archive/2006/01/23/516671.aspx#3660745</link><pubDate>Mon, 02 Jul 2007 18:38:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3660745</guid><dc:creator>Shirilla Blog  » Blog Archive   » Using caspol.exe to setup .NET Framework 2.0 code group.</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.shirilla.com/index.php/archives/51"&gt;http://www.shirilla.com/index.php/archives/51&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Shirilla Blog  &amp;raquo; Blog Archive   &amp;raquo; Using caspol.exe to setup .NET Framework 2.0 code group.</title><link>http://blogs.msdn.com/astebner/archive/2006/01/23/516671.aspx#3660781</link><pubDate>Mon, 02 Jul 2007 18:42:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3660781</guid><dc:creator>Shirilla Blog  » Blog Archive   » Using caspol.exe to setup .NET Framework 2.0 code group.</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.shirilla.com/index.php/archives/52"&gt;http://www.shirilla.com/index.php/archives/52&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Shirilla Blog  &amp;raquo; Blog Archive   &amp;raquo; Using caspol.exe to setup .NET Framework 2.0 code group.</title><link>http://blogs.msdn.com/astebner/archive/2006/01/23/516671.aspx#3661300</link><pubDate>Mon, 02 Jul 2007 19:09:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3661300</guid><dc:creator>Shirilla Blog  » Blog Archive   » Using caspol.exe to setup .NET Framework 2.0 code group.</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.shirilla.com/index.php/archives/53"&gt;http://www.shirilla.com/index.php/archives/53&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Details about setup for the .NET Framework 2.0 configuration tool</title><link>http://blogs.msdn.com/astebner/archive/2006/01/23/516671.aspx#9201717</link><pubDate>Fri, 12 Dec 2008 13:45:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9201717</guid><dc:creator>Sudeep Srivastava</dc:creator><description>&lt;p&gt;Its been almost one and half year and i am trying my best to give the setup file to whoever asked for it as soon as possible. I have one more request when you ask for the setup. when you mail me, please keep sri_sudeep@yahoo.com in CC as sometime i am not able to send mail from office mailId and specially on weekends i don't access my office mail Id.&lt;/p&gt;</description></item><item><title>Framework 2.0-Programme vom Netzlaufwerk starten | hilpers</title><link>http://blogs.msdn.com/astebner/archive/2006/01/23/516671.aspx#9347455</link><pubDate>Tue, 20 Jan 2009 17:40:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9347455</guid><dc:creator>Framework 2.0-Programme vom Netzlaufwerk starten | hilpers</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.hilpers.com/291389-framework-2-0-programme-vom"&gt;http://www.hilpers.com/291389-framework-2-0-programme-vom&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>