Hi,
I have an installation xml for an OS X installer, but it's supposed to be created on a Windows machine. The problem is that if the installer is packed on Windows, all of the files (installbuilder.sh, osx-intel, etc.) are created without the execute permission, so when i double click the .app to get it install on OS X, it says it couldn't run it.. if I pack everything on OS X, the permissions are properly set.
I've found this thread: http://answers.bitrock.com/questions/24326/linux-run-file-wont-run Which seems to describe my problem, and i see the reference in the user manual at the end of section 6.4: http://installbuilder.bitrock.com/docs/installbuilder-userguide/ar01s06.html but this seems to be only valid when installing on Unix and not OS X (tried, didn't work).
Is there another way to make sure the setup creates its own files with execute permissions? I would expect this to happen by default, but this doesn't seem to be the case.
Thanks in advance.