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

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: Protools plugin installation problem</title>
		<atom:link href="http://cycling74.com/forums/topic/protools-plugin-installation-problem/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/protools-plugin-installation-problem/feed</link>
		<description></description>
		<pubDate>Mon, 17 Jun 2013 21:54:42 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/protools-plugin-installation-problem/#post-24801</guid>
					<title><![CDATA[Protools plugin installation problem]]></title>
					<link>http://cycling74.com/forums/topic/protools-plugin-installation-problem/#post-24801</link>
					<pubDate>Thu, 09 Mar 2006 17:14:35 +0000</pubDate>
					<dc:creator>bjustice</dc:creator>

					<description>
						<![CDATA[
						<p>I am having trouble building an automated installation for my plugin.</p>
<p>My target is Protools systems running OS X that have not had Max/MSP installed.</p>
<p>I first installed the Pluggo runtime 3.5.3 package. Then I installed my package which installs my custom external to /Library/Application Support/Cycling &#8217;74/externals and my plugin to /Library/Audio/Plug-Ins/VST/Pluggo. Inspected the result, all files installed as expected. However, when running Protools, the plugin did not appear on the list.</p>
<p>Using finder, I copied the plugin to /Library/Audio/Plug-Ins/VST and the plugin was visible. So I altered my installation package to install the plugin to both /Library/Audio/Plug-Ins/VST/Pluggo and /Library/Audio/Plug-Ins/VST. However, after running the install the plugin still does not appear on the Protools list until I copy the plugin to /Library/Audio/Plug-Ins/VST using Finder. The package installed copy of the same file in the same location is not sufficient. The copy must be done in Finder ; &#8220;cp&#8221; at the terminal prompt does not do the trick.</p>
<p>My failure unit is running Protools 6.4 under OS X 10.3.9.</p>
<p>Any recommendations for installing a plugin so Protools will see it without the manual user operation?</p>
<p>Thanks,</p>
<p>Brad</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/protools-plugin-installation-problem/#post-72282</guid>
					<title><![CDATA[Re: Protools plugin installation problem]]></title>
					<link>http://cycling74.com/forums/topic/protools-plugin-installation-problem/#post-72282</link>
					<pubDate>Fri, 10 Mar 2006 00:55:47 +0000</pubDate>
					<dc:creator>Joshua Kit Clayton</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Brad,</p>
<p>I personally don&#8217;t do much work with pluggo development and perhaps  <br />
one of the other developers like David or Tim could comment better,  <br />
but given your problem description, a quick guess is that you may be  <br />
losing an important resource fork somewhere along the way. One quick  <br />
test would be to try the resource fork capable CpMac in place of cp.  <br />
This is part of the developer tools however, so it might not be a  <br />
viable option for deploying on user machines. Off the top of my head,  <br />
I can&#8217;t remember how to accomplish this in the absence of CpMac, but  <br />
I&#8217;m sure if you look online, you&#8217;ll find some solution.</p>
<p>Btw, under OS X 10.4, apple finally decided to make the standard cp  <br />
preserve resource forks. So it is a non-issue for users with Tiger  <br />
(doesn&#8217;t help much for those running Panther).</p>
<p>-Joshua</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/protools-plugin-installation-problem/#post-72283</guid>
					<title><![CDATA[Re: Protools plugin installation problem]]></title>
					<link>http://cycling74.com/forums/topic/protools-plugin-installation-problem/#post-72283</link>
					<pubDate>Fri, 10 Mar 2006 08:19:23 +0000</pubDate>
					<dc:creator>Patrick Delges</dc:creator>

					<description>
						<![CDATA[
						<p>Isn&#8217;t it possible with AppleScript?</p>
<p>
_____________________________<br />
Patrick Delges</p>
<p>Centre de Recherches et de Formation Musicales de Wallonie asbl</p>
<p><a href="http://users.skynet.be/crfmw/max" rel="nofollow">http://users.skynet.be/crfmw/max</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/protools-plugin-installation-problem/#post-72284</guid>
					<title><![CDATA[Re: Protools plugin installation problem]]></title>
					<link>http://cycling74.com/forums/topic/protools-plugin-installation-problem/#post-72284</link>
					<pubDate>Fri, 10 Mar 2006 11:20:29 +0000</pubDate>
					<dc:creator>Emmanuel Jourdan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>The ditto command line have a -rscr flag which preserve resource  <br />
forks. It was present from 10.1 (maybe before, but I can&#8217;t remember).</p>
<p>Best,<br />
ej</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/protools-plugin-installation-problem/#post-72285</guid>
					<title><![CDATA[Re: Protools plugin installation problem]]></title>
					<link>http://cycling74.com/forums/topic/protools-plugin-installation-problem/#post-72285</link>
					<pubDate>Fri, 10 Mar 2006 20:27:07 +0000</pubDate>
					<dc:creator>bjustice</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks all for your assistance. We have a winner.</p>
<p>Adding a postflight script to my package to recopy the plugin and external <br />
using &#8220;sudo ditto -rsrcFork&#8221; seems to have done the trick.</p>
<p>I&#8217;ll be trying it on other systems to be sure.</p>
<p>Thanks again,</p>
<p>Brad</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

