InstallUtil on Windows Server 2003?

G

Guest

We have replaced a Windows 2000 Server box with a Windows Server 2003 box. I
have a service written in VB.NET that needs to run on this new box, but I
cannot figure out how to install it. On the W2K box I used InstallUtil.exe
from the .NET Framework folder, but neither of these exists in our Win2003
installation.

So, how do I install my service?
 
J

Jonathan Liu [MSFT]

Have you tried searching for it? I should be in
%windir%\Microsoft.Net\Framework\<DotNetVersion>

Note: this not in the PATH.
 
G

Guest

Yes. First, using Windows Explorer, I could not find any Microsoft.NET
folder under the Windows folder, nor under any sub folder. Then I did a
search for 'InstallUtil', 'InstallUtil.exe' and 'Install*' and there were no
hits for InstallUtil.exe.
 
J

Jonathan Liu [MSFT]

From the Windows 2003 SP1 Release Notes:
The Microsoft .NET Framework version 1.1
The Microsoft .NET Framework is built into all products in the Windows
Server 2003 family except for the 64-bit versions.

The 32-bit version of the .NET Framework 1.1 is supported by 64-bit versions
of Windows Server 2003 with SP1 and can be installed for 32-bit applications
that are running on 64-bit versions of Windows operating systems. The 32-bit
version of the .NET Framework 1.1 takes advantage of the Windows on Windows
64 (WOW64) 32-bit subsystem.

To install the .NET Framework 1.1, use Windows Update, or visit the
following Microsoft Web site to download the .NET Framework 1.1
redistributable package:
http://www.microsoft.com/downloads/...e3-f589-4842-8157-034d1e7cf3a3&displaylang=en
(http://www.microsoft.com/downloads/...e3-f589-4842-8157-034d1e7cf3a3&displaylang=en)
To install the Microsoft .NET Framework 1.1 Service Pack 1, use Windows
Update, or visit the following Microsoft Web site to download the service
pack:
http://www.microsoft.com/downloads/...4f-088e-40b2-bbdb-a83353618b38&displaylang=en
(http://www.microsoft.com/downloads/...4f-088e-40b2-bbdb-a83353618b38&displaylang=en)
 
G

Guest

Thank you, Jonathan. That did it. I had assumed that Win Svr 2003 x64 would
include the Framework like the 32-bit version (which we've had running on two
other servers for nearly a year now).

Now to see if IBM's Client Access Express will run on it as well... :^)

Thanks again.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top