I don&#39;t think there is anything specific in packagemaker.  By the way, CPack uses the command line version of packagemaker that has different options than the GUI version - see the man page.<br><br>You can do a post install script to set up the link, though.  Make sure you use a full path to the script in your tree when specifying the scripts: ${CMAKE_CURRENT_SOURCE_DIR}/installscripts/postinstall.sh.<br>

<a href="http://www.cmake.org/Wiki/CMake:CPackPackageGenerators#PackageMaker_.28OSX_only.29">http://www.cmake.org/Wiki/CMake:CPackPackageGenerators#PackageMaker_.28OSX_only.29</a><br><br>Information on the three different scripts (when they execute and what the arguments stand for) can be found here:<br>

<a href="http://s.sudre.free.fr/Stuff/PackageMaker_Howto.html">http://s.sudre.free.fr/Stuff/PackageMaker_Howto.html</a><br><br>Look down for the section titled &quot;What about scripts?&quot;<br><br>James<br><br><div class="gmail_quote">

On Mon, Mar 1, 2010 at 5:41 AM, Frank Stappers <span dir="ltr">&lt;<a href="mailto:f.p.m.stappers@tue.nl">f.p.m.stappers@tue.nl</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Hello,<br>
<br>
Currently, I want to create a DMG installer with CPack using<br>
PackageMaker. I partially succeed, e.g. the binaries are installed in<br>
/usr/bin and can be executed using a terminal. For some of the<br>
applications/bundles I want to create a short-cut in the Application<br>
folder. Unfortunately, I&#39;m unable find a way in which this can be<br>
achieved in the CMake&#39;s/CPack&#39;s documentation. So I was wondering, how<br>
to achieve it. Any help would be appreciated.<br>
<br>
Kind Regards,<br>
Frank Stappers<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</blockquote></div><br>