[izpack-users] Mac apps in installer

Miraodb miraodb at hotmail.com
Wed Feb 22 11:36:55 CET 2006


> thanks very much,
>
> it could very well be a permissions thing. I've now written out the app in
the install.xml as:
>
> <file src="Platypus.app" os="macos" targetdir="$INSTALL_PATH"/>
> <executable targetfile="$INSTALL_PATH/Platypus.app" os="macos" keep="true"
stage="never"/>
>
> and after installation, it still wouldn't run. then I changed permissions
through chmod ug+x and still nothing happens.
>
> is the xml correct?

I think the first line is useless and might even cause trouble.
Just leave
<executable targetfile="$INSTALL_PATH/Platypus.app" os="macos" keep="true"
stage="never"/>

try that and let us know.

cheers
fabrice





More information about the izpack-users mailing list