TY i ll try it
On Jun 22, 2006, at 10:35 AM, cascalheira wrote:
Hi.
On windows i dont know where to install.
In Mac OS X, you need to create a folder in /Library/StartupItems
with the exact name of your application and place the executable,
the Resources.rsrc and lib folder in there in there.
Then create a file named StartupParameters.plist in /Library/
StartupItems/the_folder_you_created with the following text:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/
PropertyList.dtd">
<plist version="0.9">
<dict>
<key>Description</key>
<string>CO Soft Server</string>
<key>Provides</key>
<array>
<string>CO Soft Server</string>
</array>
<key>Requires</key>
<array>
<string>Network Configuration</string>
<string>Config Server</string>
</array>
<key>Uses</key>
<array/>
<key>OrderPreference</key>
<string>Late</string>
</dict>
</plist>
Replace "CO Soft Server" with your application name.
Antonio Cascalheira
CO Soft Manager • +351 91 725 5 876
On 22 Jun, 2006, at 14:47 , Scott Wagner wrote:
I Would like to know where i would install a service App on a mac
and a windows app. I have looked online and nothing.
Any help would be great.
Scott
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>