
Originally Posted by
Audun Holme
any suggestions?
Try uninstalling both applications first...
For simple applications renaming can be done in the .pkg file for example:
Code:
"...\HelloWorld.app"-"!:\system\apps\HelloWorld\HelloWorld.app"
"...\HelloWorld.rsc"-"!:\system\apps\HelloWorld\HelloWorld.rsc"
...
can become
Code:
"...\HelloWorld.app"-"!:\system\apps\HelloTest\HelloTest.app"
"...\HelloWorld.rsc"-"!:\system\apps\HelloTest\HelloTest.rsc"
...
The same might work for the _caption.rsc and the .aif too. However if you have .mbm-s or other data files, you have to replace their references in the source code too.