Today when testing a C # written Windows service, when invoking CMD installation with bat,
CD C:\Windows\Microsoft.NET\Framework\v2.0.50727InstallUtil.exe C:/windows/dxtb/dianxiaosync.exe
Tips:
"InstallUtil.exe" is not an internal command or an external command resolution
In fact, this installation tool is present in the C:\Windows\Microsoft.NET\Framework\v2.0.50727 directory.
You will still be prompted not to find this exe.
How to resolve:
1. Place the installer, the bat batch command file under the desktop for installation, or the C drive for installation. The path could not be entered because of a permission reason. This machine may not have this problem, but
This problem may occur if you put it on a different computer to perform it. Mark it up a bit.
Batch installs the Windows service, prompting "InstallUtil.exe" is not an internal command or an external command resolution