This document provides steps required to deploy Netbeans to multiple computers.
To deploy Netbeans 6 or 7, follow the steps given below:
Note: The network share should have read permissions to Everyone in the group and should be accessible from all the computers to which you are trying to install.
- Open a command prompt and run the setup file with this command "<folder_path>\netbeans-7.4-windows.exe --record state.xml"
- Follow the installation wizard to complete the installation.
- Upon successful installation, the installation steps will be recorded in state.xml located in the same directory as the EXE file.
- Copy this state.xml to the network share created in step 1
- Click the Software Deployment tab
- Click Add Package
- Select the MSIEXEC/EXE/ISS/Command package type
- Specify a name for the application
- Specify the Installation Command with Switches/Arguments as below:
<Network Share>\netbeans-7.4-windows.exe --silent --state <Folder_Path>\state.xml- Click Add Package