3

i have a problem, which is exactly as here http://compgroups.net/comp.sys.mac.apps/PackageMaker-not-installing-my-app (no solution is offered)

simply said, with PackageMaker i create an installer, which should just copy the .app inside /Applications

all goes well, the installer has the apropriate size of 150MB, the install starts, iam promped for the install location and admin password, i click install, progress shows up and a window that installation was successfull, but when i look at the Applications, or the custom folder specified, its nothing there

i tryed the PackageManager from Xcode 3 and also 4, but the result is the same, i also tryed to set the file permission for everybody, so they are world writable, but no success

4

3 に答える 3

7

インストーラーをビルドしているのと同じマシンでインストーラーをテストしていますか? [再配置を許可する] ボックスを設定した場合、インストールは /Applications にインストールする代わりに、パッケージ化に使用した既存のアプリを単に上書きします。

于 2011-10-28T10:52:44.587 に答える
0

アプリを /Applications 内に移動するためだけにパッケージを作成しないでください。

になるようにアプリ バンドルを zip するだけYourApp.app.zipです。これは、アプリを配布するための完全に受け入れられる方法です。その後、ユーザーは (zip を解凍した後に) アプリ バンドルを好きな場所に配置できます。

于 2011-08-09T09:07:30.070 に答える
0

パッケージのコンテンツに対して「パッケージにルートを含める」が有効になっていますか? それが何をするのか、なぜそれが必要なのかについては、この回答を参照してください。

于 2011-08-09T15:57:57.247 に答える