FaqSilentInstallationMacOSX
NetBeans IDE Silent Installation on Mac OS X using native package
Is there a way to install NetBeans IDE silently?
First, mount disk image:
$hdiutil mount -mountroot ./installer ./netbeans-6.1-macosx.dmg
Second, perform silent installation:
$cd ./installer/NetBeans\ 6.1/ $sudo installer -pkg ./NetBeans\ 6.1.mpkg/ -target /Applications
You always should use /Applications as installation folder. Otherwise installation will be broken.
