Hi all
I need to copy two files (a sqlite database and library) into the /Library folder through a installer.
The database can be modified before the installation of the application without re-build the package.
So I am using PackageMacker to do it and in particular with PackageMaker the library is copied and a post-install script (with a simple bash copy instruction) to copy the database.
The problem is that the database embedded in the installer is copied and not the database delivered with the installer.
How can avoid it?
Regards
sebyweb
I need to copy two files (a sqlite database and library) into the /Library folder through a installer.
The database can be modified before the installation of the application without re-build the package.
So I am using PackageMacker to do it and in particular with PackageMaker the library is copied and a post-install script (with a simple bash copy instruction) to copy the database.
The problem is that the database embedded in the installer is copied and not the database delivered with the installer.
How can avoid it?
Regards
sebyweb