webMethods Microsoft Package 9.0 | webMethods Package for Microsoft .NET Documentation | webMethods Package for Microsoft .NET Installation and User’s Documentation | Configuring webMethods Microsoft Package | Manually installing DotNetHost as Windows Service
 
Manually installing DotNetHost as Windows Service
In some cases, you might have to manually install the DotNetHost as Windows Service. For example, if the DotNetHost installation was not completed successfully through the Software AG Installer, you must manually install the DotNetHost as Windows Service.
*To manually install DotNetHost as Windows Service
1. Open the command prompt.
2. At the command line, type the following command to switch over to the resources directory:
cd Integration Server_directory \packages\WmDotNet\resources
3. Type the following command:
msiexec /i MSNETPackageInstaller.msi /l* log_file ALLUSERS=1 TARGETDIR=" Software AG_directory \DotNetHost" MIPPORT=HTTP port
For example, when the log_file is D:\SoftwareAG\IS90\install\logs\MSNETPackageInstaller.msi_install_log.txt, Software AG_directory is D:\SoftwareAG\IS90 and the HTTP port is 50000, type the command as follows:
Note:
The port number specified must be the same port number specified in the in properties.cnf file in Integration Server_directory \packages\WmDotNet\config directory.
4. The MSNETPackageInstaller.msi installer window opens with the values automatically specified. Continue with the installation.
The DotNetHost windows service is successfully installed and started.