<?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>TechnoBlogy &#187; orca</title>
	<atom:link href="http://technoblogy.net/tag/orca/feed/" rel="self" type="application/rss+xml" />
	<link>http://technoblogy.net</link>
	<description>Technology with a Big difference</description>
	<lastBuildDate>Mon, 05 Dec 2011 17:29:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to reg 64-bit assembly using VS2005 setup on 64-bit</title>
		<link>http://technoblogy.net/how-to-reg-64-bit-assembly-using-vs2005-setup-on-64-bit/</link>
		<comments>http://technoblogy.net/how-to-reg-64-bit-assembly-using-vs2005-setup-on-64-bit/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 07:39:23 +0000</pubDate>
		<dc:creator>Nauman</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[64 bit]]></category>
		<category><![CDATA[amd64]]></category>
		<category><![CDATA[orca]]></category>
		<category><![CDATA[register assembly]]></category>

		<guid isPermaLink="false">http://technoblogy.net/how-to-reg-64-bit-assembly-using-vs2005-setup-on-64-bit/</guid>
		<description><![CDATA[I got one problem on registering a 64bit assembly during theinstallation. The installation package was developed using VS2005setup project.I could not invoke this assembly after installation. I believe thereason is the assembly had not been registered properly duringinstallation.(The assembly works well if I run Framework64/regasm.exe manually ) Ialready set the Register property of the assembly [...]]]></description>
			<content:encoded><![CDATA[<p>I got one problem on registering a 64bit assembly during theinstallation. The installation package was developed using VS2005setup project.I could not invoke this assembly after installation. I believe thereason is the assembly had not been registered properly duringinstallation.(The assembly works well if I run Framework64/regasm.exe manually ) Ialready set the Register property of the assembly to vsdrpCOM in setupproject.</p>
<p>I guess it is VS2005 bug. I have to edit the MSI using ORCA. I changed the &quot;Attributes&quot; value to 260 from component table in ORCA. then it worked fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://technoblogy.net/how-to-reg-64-bit-assembly-using-vs2005-setup-on-64-bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disabling Repair option from installer</title>
		<link>http://technoblogy.net/disabling-repair-option-from-installer/</link>
		<comments>http://technoblogy.net/disabling-repair-option-from-installer/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 07:35:47 +0000</pubDate>
		<dc:creator>saim</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[arpnorepair]]></category>
		<category><![CDATA[installer]]></category>
		<category><![CDATA[msi]]></category>
		<category><![CDATA[orca]]></category>
		<category><![CDATA[repair installer]]></category>

		<guid isPermaLink="false">http://technoblogy.net/disabling-repair-option-from-installer/</guid>
		<description><![CDATA[I was facing problem to disable &#8220;Repair&#8221; option from msi installer. I found the solution in little time. If you haven&#8217;t install MSI ORCA then install it. Open the msi file in MSI ORCA editor. Select &#8220;Property&#8221; from left pane (Table pane), and Right click and &#8216;Add Row&#8217; with property name &#8216;ARPNOREPAIR&#8217; and value &#8217;1&#8242; [...]]]></description>
			<content:encoded><![CDATA[<p>I was facing problem to disable &#8220;Repair&#8221; option from msi installer. I found the solution in little time.</p>
<ol>
<li>If you haven&#8217;t install <a href="http://www.technipages.com/wp-content/uploads/2007/11/orca.Msi">MSI ORCA</a> then install it.</li>
<li>Open the msi file in MSI ORCA editor.</li>
<li>Select &#8220;Property&#8221; from left pane (Table pane), and Right click and &#8216;Add Row&#8217; with property name &#8216;ARPNOREPAIR&#8217; and value &#8217;1&#8242; .</li>
<li>Save it and its done <img src='http://technoblogy.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://technoblogy.net/disabling-repair-option-from-installer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disabling &#8220;Change&#8221; option from installer</title>
		<link>http://technoblogy.net/disabling-change-option-from-installer/</link>
		<comments>http://technoblogy.net/disabling-change-option-from-installer/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 07:35:32 +0000</pubDate>
		<dc:creator>saim</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[arpnomodify]]></category>
		<category><![CDATA[disable repair]]></category>
		<category><![CDATA[installer]]></category>
		<category><![CDATA[msi]]></category>
		<category><![CDATA[orca]]></category>

		<guid isPermaLink="false">http://technoblogy.net/disabling-change-option-from-installer/</guid>
		<description><![CDATA[I was facing problem to disable &#8220;Change&#8221; option from msi installer. I found the solution in little time. If you haven&#8217;t install MSI ORCA then install it. Open the msi file in MSI ORCA editor. Select &#8220;Property&#8221; from left pane (Table pane), and Right click and &#8216;Add Row&#8217; with property name &#8216;ARPNOMODIFY&#8217; and value &#8217;1&#8242; [...]]]></description>
			<content:encoded><![CDATA[<p>I was facing problem to disable &#8220;Change&#8221; option from msi installer. I found the solution in little time.</p>
<ol>
<li>If you haven&#8217;t install <a href="http://www.technipages.com/wp-content/uploads/2007/11/orca.Msi">MSI ORCA</a> then install it.</li>
<li>Open the msi file in MSI ORCA editor.</li>
<li>Select &#8220;Property&#8221; from left pane (Table pane), and Right click and &#8216;Add Row&#8217; with property name &#8216;ARPNOMODIFY&#8217; and value &#8217;1&#8242; .</li>
<li>Save it and its done <img src='http://technoblogy.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://technoblogy.net/disabling-change-option-from-installer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

