Hi All,
I am new in mac and i want to create a mpkg installer using command line..
I want load kext files after install the driver. I am able to do this thing by Packagemaker GUI.
but i want to do it by the help of COMMAND LINE
Command line Option i use to create PKG Installer are below:-
/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker
--root-volume-only
--scripts ~/tep/postinstall
-l "/System"
--target 10.4
--id "com."
--root ~/tep/eval-installtree/release/System
--out ~/tep/MY.mpkg
But Script is not working..
I am new in mac and i want to create a mpkg installer using command line..
I want load kext files after install the driver. I am able to do this thing by Packagemaker GUI.
but i want to do it by the help of COMMAND LINE
Command line Option i use to create PKG Installer are below:-
/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker
--root-volume-only
--scripts ~/tep/postinstall
-l "/System"
--target 10.4
--id "com."
--root ~/tep/eval-installtree/release/System
--out ~/tep/MY.mpkg
But Script is not working..