Question Problem with InstallUtil.Installlog

kbsudhir

Member
Joined
Jun 13, 2008
Messages
21
Programming Experience
Beginner
Hi,

I am using VS2008 & OS is Vista Basic.

I created one windows servcie. While trying to install the same using vs command prompt.

I get the source not found when I give the command installutil <Path>/bin/release/<projectname>.exe.
Now, if I go to that folder which contains that exe & thn run the command installutil <projectname>.exe then it gives me an error access denied to installutil.installlog or some other error message.

Please guide what hsould I do to eliminate this error.

:confused::confused:

Thanks
Sudhir
 
just type installutil.exe give a space and drag and drop the required service exe to command propmt and hit enter

This might help u

Krsh
 
Back
Top