.Net Windows Services and InstallState file - is it really needed?
Posted
by BrettRobi
on Stack Overflow
See other posts from Stack Overflow
or by BrettRobi
Published on 2010-04-12T19:38:49Z
Indexed on
2010/04/12
19:43 UTC
Read the original article
Hit count: 430
.NET
|windows-services
I've got a number of managed code Windows Services for which we use the Frameworks InstallUtil tool to install into the service control manager. This tool creates a new file at install time with an extension of .InstallState. I have experimented with deleting this file and an uninstall still works fine afterwards.
So my questions is, what is this file for and is there any reason I shouldn't delete it?
© Stack Overflow or respective owner