Thread: Installer Source Help
-
03-14-2008, 07:19 PM #1Livin the iPhone Life
- Join Date
- Mar 2008
- Location
- Orange County, CA
- Posts
- 1,463
- Thanks
- 127
- Thanked 89 Times in 64 Posts
Installer Source Help
idk if this is the right place, but i just made a new source for installer, with 1 test app in it. i hosted the download on a google code page. my install script is this:
it downloads fine but when installer "checks package" it says Error Package download failed!Code:<key>install</key> <array> <array> <string>CopyPath</string> <string>WhichWayIsUp.app</string> <string>/Applications</string> </array> </array>
if you could plz tell me how to fix this it would help alot, thank you

-
05-28-2008, 02:43 PM #2
well first of all, even if you have just one package, the source code will look pretty long. Here, use the source code for my repo as an example: http://repo.iromrepo.com
as you can see, you have to have two sections for every package, and its usually a good idea to have your package be a zip file. then just specify the CopyPath as if the contents of the zip folder was your current working directory.



LinkBack URL
About LinkBacks
Reply With Quote