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.

Not logged in. Log in, Register

By use of this website, you agree to the NetBeans Policies and Terms of Use. © 2012, Oracle Corporation and/or its affiliates. Sponsored by Oracle logo