I have a Windows Service that I developed which installs fine, however when I check for updates it detects that there is an update and the update runs, however I get the "Modify, Repair, Remove" message" I determined that I get this message only if the ".msi" update file is still in the update download directory from the previous update. Why is this file not being removed after the update is performed. All of the other windows applications that I have developed and used Advanced installer updates fine and then removes the update .MSI file from the update download directory.
Does this have anything to do with the fact that it's a Windows Service?
Any help is appreciated.