<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: Explorer Suite update	</title>
	<atom:link href="https://ntcore.com/explorer-suite-update/feed/" rel="self" type="application/rss+xml" />
	<link>https://ntcore.com/explorer-suite-update/</link>
	<description></description>
	<lastBuildDate>Mon, 07 Jun 2010 17:21:05 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>
		By: Brandon Siegel		</title>
		<link>https://ntcore.com/explorer-suite-update/#comment-191</link>

		<dc:creator><![CDATA[Brandon Siegel]]></dc:creator>
		<pubDate>Mon, 07 Jun 2010 17:21:05 +0000</pubDate>
		<guid isPermaLink="false">http://rcecafe.net/?p=122#comment-191</guid>

					<description><![CDATA[Bruce: Try ILMerge (http://research.microsoft.com/en-us/people/mbarnett/ilmerge.aspx)

--Brandon]]></description>
			<content:encoded><![CDATA[<p>Bruce: Try ILMerge (<a href="http://research.microsoft.com/en-us/people/mbarnett/ilmerge.aspx" rel="nofollow ugc">http://research.microsoft.com/en-us/people/mbarnett/ilmerge.aspx</a>)</p>
<p>&#8211;Brandon</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Daniel Pistelli		</title>
		<link>https://ntcore.com/explorer-suite-update/#comment-190</link>

		<dc:creator><![CDATA[Daniel Pistelli]]></dc:creator>
		<pubDate>Tue, 25 May 2010 10:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://rcecafe.net/?p=122#comment-190</guid>

					<description><![CDATA[I&#039;m sorry Bruce, but I have no time at all. I&#039;m heavily working on IDA and have little time for anything else.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m sorry Bruce, but I have no time at all. I&#8217;m heavily working on IDA and have little time for anything else.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Bruce		</title>
		<link>https://ntcore.com/explorer-suite-update/#comment-189</link>

		<dc:creator><![CDATA[Bruce]]></dc:creator>
		<pubDate>Wed, 19 May 2010 14:01:16 +0000</pubDate>
		<guid isPermaLink="false">http://rcecafe.net/?p=122#comment-189</guid>

					<description><![CDATA[Hey Daniel
I am a heavy user of your products, especially cff explorer and phoenix protector. I am a .net developer. My company is looking for a linker that links system assemblies in the exe to avoid dependency on the framework. Xenocode is too expensive for us. if you can develop such a tool we are ready to pay up to 600 bucks for that. Please let me know if you can do this. We would really appreciate this.]]></description>
			<content:encoded><![CDATA[<p>Hey Daniel<br />
I am a heavy user of your products, especially cff explorer and phoenix protector. I am a .net developer. My company is looking for a linker that links system assemblies in the exe to avoid dependency on the framework. Xenocode is too expensive for us. if you can develop such a tool we are ready to pay up to 600 bucks for that. Please let me know if you can do this. We would really appreciate this.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Daniel Pistelli		</title>
		<link>https://ntcore.com/explorer-suite-update/#comment-188</link>

		<dc:creator><![CDATA[Daniel Pistelli]]></dc:creator>
		<pubDate>Tue, 27 Oct 2009 11:27:48 +0000</pubDate>
		<guid isPermaLink="false">http://rcecafe.net/?p=122#comment-188</guid>

					<description><![CDATA[I understand, they do the same thing the Salamander Linker does. I explained this technique throughoutly in one of my former articles. As I mentioned in the article I was not interested in developing such a thing since deploying a subset of the framework is not only horrible, but isn&#039;t guaranteed to work with future versions of the framework. Is it even legal to deploy a subset of the framework?
That being said I understand your need for the version 3.0+ on pre-Vista, but I doubt that deploying 40 mb of framework is a real solution.]]></description>
			<content:encoded><![CDATA[<p>I understand, they do the same thing the Salamander Linker does. I explained this technique throughoutly in one of my former articles. As I mentioned in the article I was not interested in developing such a thing since deploying a subset of the framework is not only horrible, but isn&#8217;t guaranteed to work with future versions of the framework. Is it even legal to deploy a subset of the framework?<br />
That being said I understand your need for the version 3.0+ on pre-Vista, but I doubt that deploying 40 mb of framework is a real solution.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jeff		</title>
		<link>https://ntcore.com/explorer-suite-update/#comment-187</link>

		<dc:creator><![CDATA[jeff]]></dc:creator>
		<pubDate>Mon, 26 Oct 2009 14:03:24 +0000</pubDate>
		<guid isPermaLink="false">http://rcecafe.net/?p=122#comment-187</guid>

					<description><![CDATA[From the Xenocode website : &quot;Native executable generation: Postbuild allows for the creation of a native x86 executable allowing your application to run, with or without a .NET Framework installed. Required portions of a third-party .NET Framework payload are automatically selected and embedded into the executable, dramatically reducing the complexity of application testing, deployment, and support. Postbuild automatically identifies and statically binds a minimal set of Framework dependencies, reducing overall deployment size and eliminating dynamic link costs&quot;. 
As I understand ILmerge only merges application level assemblies. Our apps run are required to run on a clean XP machine . We have no problem running on Vista and later since .net 3.0+ is already there. Thanx again for your attention.]]></description>
			<content:encoded><![CDATA[<p>From the Xenocode website : &#8220;Native executable generation: Postbuild allows for the creation of a native x86 executable allowing your application to run, with or without a .NET Framework installed. Required portions of a third-party .NET Framework payload are automatically selected and embedded into the executable, dramatically reducing the complexity of application testing, deployment, and support. Postbuild automatically identifies and statically binds a minimal set of Framework dependencies, reducing overall deployment size and eliminating dynamic link costs&#8221;.<br />
As I understand ILmerge only merges application level assemblies. Our apps run are required to run on a clean XP machine . We have no problem running on Vista and later since .net 3.0+ is already there. Thanx again for your attention.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Daniel Pistelli		</title>
		<link>https://ntcore.com/explorer-suite-update/#comment-186</link>

		<dc:creator><![CDATA[Daniel Pistelli]]></dc:creator>
		<pubDate>Mon, 26 Oct 2009 08:34:10 +0000</pubDate>
		<guid isPermaLink="false">http://rcecafe.net/?p=122#comment-186</guid>

					<description><![CDATA[From what I can understand, you already tried ILMerge and it didn&#039;t work out for you. Right?
Developing such a tool would take at least a week and the testing some more time, it&#039;s improbable to work perfectly at once. I&#039;ve never tried XenoCode but it&#039;s impossible to remove framework dependency completely through only a merger.]]></description>
			<content:encoded><![CDATA[<p>From what I can understand, you already tried ILMerge and it didn&#8217;t work out for you. Right?<br />
Developing such a tool would take at least a week and the testing some more time, it&#8217;s improbable to work perfectly at once. I&#8217;ve never tried XenoCode but it&#8217;s impossible to remove framework dependency completely through only a merger.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jeff		</title>
		<link>https://ntcore.com/explorer-suite-update/#comment-185</link>

		<dc:creator><![CDATA[jeff]]></dc:creator>
		<pubDate>Mon, 26 Oct 2009 03:48:32 +0000</pubDate>
		<guid isPermaLink="false">http://rcecafe.net/?p=122#comment-185</guid>

					<description><![CDATA[Hey Daniel
I am a heavy user of your products, especially cff explorer and phoenix protector. I am a .net developer. My company is looking for a linker that links system assemblies in the exe to avoid dependency on the framework. Xenocode is too expensive for us. if you can develop such a tool we are ready to pay up to 600 bucks for that. Please let me know if you can do this. We would really appreciate this.]]></description>
			<content:encoded><![CDATA[<p>Hey Daniel<br />
I am a heavy user of your products, especially cff explorer and phoenix protector. I am a .net developer. My company is looking for a linker that links system assemblies in the exe to avoid dependency on the framework. Xenocode is too expensive for us. if you can develop such a tool we are ready to pay up to 600 bucks for that. Please let me know if you can do this. We would really appreciate this.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
