HELP NEEDED - Installer source code
Can anybody tell me what im doing wrong?Sometimes it says it installs, yet its not there. Sometimes I get error code. I am using a imac with leopard 10.5 and intel processor. Here is the source code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>info</key>
<dict>
<key>name</key>
<string>RebelWare</string>
<key>description</key>
<string>Rebellious Software</string>
<key>maintainer</key>
<string>Shaun</string>
<key>contact</key>
<string>[email protected] </string>
<key>url</key>
<string>http://geocities.com/born619</string>
<key>category</key>
<string>RebelWare</string>
</dict>
<key>packages</key>
<array>
<dict>
<key>bundleIdentifier</key>
<string>com.Shaun.BasicSpanish</string>
<key>name</key>
<string>Basic Spanish</string>
<key>version</key>
<string>1.1.1</string>
<key>location</key>
<string>http://geocities.com/born619/spanish.zip</string>
<key>category</key>
<string>RebelWare</string>
<key>size</key>
<string>3465</string>
<key>hash</key>
<string>55a785f5aa5bec5ec80a0ec3b4713782</string>
<key>url</key>
<string>http://geocities.com/born619</string>
<key>maintainer</key>
<string>Shaun</string>
<key>contact</key>
<string>[email protected] </string>
<key>description</key>
<string>Simple spanish for EBooks.</string>
<key>scripts</key>
<dict>
<key>install</key>
<array>
<array>
<string>CopyPath</string>
<string>Spanish/</string>
<string>/private/var/mobile/Media/EBooks/Spanish/</string>
</array>
</array>
<key>uninstall</key>
<array>
<array>
<string>RemovePath</string>
<string>/private/var/mobile/Media/EBooks/Spanish
</string>
</array>
</array>
</dict>
</dict>
</array>
</dict>
</plist>
Any help would be greatly appreciated, Thank you.
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules