Finding DOT NET Framework Installed Path

G

Guest

Actually I have a 'windows service' as a part of the whole Visual Studio
solution (VS.NET 2003). I want to install this 'windows service' as a part of
the installation for the actual web-application. I used to do,

InstallUtil < service-exe-filename-with-path >

from the command prompt for Visual Studio 2003.

I wanted to include this in the installer itself.

Where to get the path for .NET framework
How to call the 'installutil < filename >'
 
D

Damien

Bhuvana said:
Actually I have a 'windows service' as a part of the whole Visual Studio
solution (VS.NET 2003). I want to install this 'windows service' as a part of
the installation for the actual web-application. I used to do,

InstallUtil < service-exe-filename-with-path >

from the command prompt for Visual Studio 2003.

I wanted to include this in the installer itself.

Where to get the path for .NET framework
How to call the 'installutil < filename >'

%windir%\Microsoft.Net\Framework\v1.1.4322\Installutil.exe

Alternatively, what packaging program are you using? (InstallShield,
Wise, Installer Project within VS, something else)? There may be better
methods available than running a command line.

Damien
 

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