QUOTE(BlackShadowWolf @ Feb 23 2007, 01:11 PM)

according to the man page here are several examples
EXAMPLES
installer -volinfo -pkg InstallMe.pkg
installer -pkginfo -pkg DeveloperTools.mpkg
installer -pkg OSInstall.mpkg -target / -lang en
installer -pkg DeveloperTools.mpkg -target /
installer -pkg InstallMe.pkg -target "/Volumes/Macintosh HD2"
installer -pkg InstallMe.pkg -file /tmp/InstallConfigFile
It also says if the package requires authentication, you have to run the command with sudo.
I would do these commands in this order as it looks like the package has to be in the current directory.
cd ~/Where/Package/is
sudo installer -pkg <Package> -target <volume>
I hope this helps

Hey BlackShadowWolf,
Thanks for all your effort, but none of the above commands worked. Command not found error, specify path to package errors.
I just wish people could put their selves in front of my computer, understand that the package, 'geforce.mpkg' is on the hard disk 'Macintosh HD', how in heavens name do I install this through Terminal?
I logged into Terminal as root: sudo -s
enter password
Then I'm at a lost, if I were Apple, I would scrap Terminal and license DOS or Command Prompt from Windows, because its such an illogical command shell that requires a Rocket Science PHD to get something to work.
I'm going to see what this Pacifist is going to do.
QUOTE(BlackShadowWolf @ Feb 23 2007, 01:11 PM)

according to the man page here are several examples
EXAMPLES
installer -volinfo -pkg InstallMe.pkg
installer -pkginfo -pkg DeveloperTools.mpkg
installer -pkg OSInstall.mpkg -target / -lang en
installer -pkg DeveloperTools.mpkg -target /
installer -pkg InstallMe.pkg -target "/Volumes/Macintosh HD2"
installer -pkg InstallMe.pkg -file /tmp/InstallConfigFile
It also says if the package requires authentication, you have to run the command with sudo.
I would do these commands in this order as it looks like the package has to be in the current directory.
cd ~/Where/Package/is
sudo installer -pkg <Package> -target <volume>
I hope this helps

Hey BlackShadowWolf,
Thanks for all your effort, but none of the above commands worked. Command not found error, specify path to package errors.
I just wish people could put their selves in front of my computer, understand that the package, 'geforce.mpkg' is on the hard disk 'Macintosh HD', how in heavens name do I install this through Terminal?
I logged into Terminal as root: sudo -s
enter password
Then I'm at a lost, if I were Apple, I would scrap Terminal and license DOS or Command Prompt from Windows, because its such an illogical command shell that requires a Rocket Science PHD to get something to work.
I'm going to see what this Pacifist is going to do.