cornercorner
FeaturesPluginsDocs & SupportCommunityPartners

FaqSilentInstallationMacOSX

Revision as of 17:37, 6 November 2009 by Admin (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)

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.