I am installing windows service using installutil.exe and got the following error.
C:\Windows\Microsoft.NET\Framework\v4.0.30319>InstallUtil.exe D:\WindowsService1 .exe;
Microsoft (R) .NET Framework Installation utility Version 4.0.30319.33440 Copyright (C) Microsoft Corporation. All rights reserved. Exception occurred while initializing the installation: System.IO.FileNotFoundException: Could not load file or assembly 'file:///D:\Win dowsService1.exe;' or one of its dependencies. The system cannot find the file s pecified..
My file is located in exactly that location.