# Software Deployment How To's ## How to deploy Netbeans versions 6 and 7? ### Description This document provides steps required to deploy Netbeans to multiple computers using Endpoint Central MSP. ### Steps To deploy Netbeans 6 or 7, follow the steps given below: 1. Create a common network share to store the required installable file. Network share is recommended only while you wanted to deploy the software to computers within the network. If you wanted to deploy Netbeans to computers located in a remote location, you can use [HTTP upload](https://www.manageengine.com/desktop-management-msp/deploy-software-file-upload-msp.html). > **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. 2. Download the netbeans EXE from the following URL: https://netbeans.org/downloads/ 3. You would need to install netbeans manually in one computer to record the steps, which could then be used to deploy in multiple computers. a. Open a command prompt and run the setup file with this command *\\netbeans-7.4-windows.exe --record state.xml* b. Follow the installation wizard to complete the installation. c. Upon successful installation, the installation steps will be recorded in state.xml located in the same directory as the EXE file. d. Copy this **state.xml** to the network share created in step 1. 4. Add the package in Endpoint Central MSP a. Click the **Software Deployment** tab. b. Click **Add Package**. c. Select the **MSIEXEC/EXE/ISS/Command** package type. d. Specify a name for the application. e. Specify the **Installation Command with Switches/Arguments** as below: *\\netbeans-7.4-windows.exe --silent --state \\state.xml* f. Click **Add Package**. 5. Deploy to target computers a. Select the package that you added. b. Click **Install/Uninstall Software**. c. Enter a name and description for the configuration. d. Define the package settings. e. Configure the deployment settings. f. Choose the target computers. g. Specify the schedule options, if required. h. Click **Deploy**. You have deployed Netbeans.