The instructions below will guide you through the process of installing WebORB on Microsoft Vista. We tried
to simplify the installation process as much as possible, however it still takes several steps to
install and run the product. The complexity mostly evolves around the challenges implied by Vista's UAC
and the lack of tools available from Microsoft to create smoother installation procedures on Vista.
IMPORTANT: Internet Information Services is a prerequisite for WebORB 3.1. Make sure to install
and start the IIS web server before proceeding with the instructions below.
-
Download the latest release of WebORB for .NET (3.1.0.0 or later). The download
is a compressed ZIP archive consisting of two installer files (MSI and EXE).
-
Extract files from the ZIP file into a folder from where you will launch the installation, for
example c:\weborb
-
Enable IIS6 compatibility layer:
-
Open Control Panel.
-
If you use the "Classic View", double click "Programs and Features",
otherwise, select "Programs"
-
Click on "Turn Windows features on or off"
-
Make the selection as shown below in the "Windows Features" popup:

-
Click OK to let Windows configure IIS.
- Open Windows Explorer and change to the directory where you extracted the installer files
(c:\weborb in these instructions).
- Select setup.exe, click right mouse button and select "Run as administrator".
- If User Account Control is enabled, a UAC popup will request your permission to run the
application. Click "Allow" to continue. If you get an error at this point, the most likely cause is
a previous installation of the same version of WebORB. Uninstall the current installation and repeat
step 6.
- The installer will prompt you to open WebORB startup page. Click "Yes", to open the page. The
page will report an error since the new application must be associated with a .NET application pool.
The error page contains the instructions. We recommend configuring the product to use the Integrated
.NET mode:
- Click on the Windows Vista logo in the taskbar (the Start menu)
- Type in "cmd" in the "Start Search" area
- The program list will display the "Command Prompt" application. Select the application, click
right mouse button and choose "Run as administrator"
- Change the current directory to "%systemroot%\system32\inetsrv
- Run the following command:
appcmd migrate config "Default Web Site/weborb30"
- When using IIS7 on Vista, it is important to enable
static file delivery. To do that open
the following:
Start -> Control
Panel -> Programs and Features ->
Turn Windows Features on and off. From there, choose
Internet Information Services -> World Wide Web Services ->
Common HTTP Features
and check Static Content.
- Refresh the browser page opened in Step 7, WebORB Management Console will display.