2006-06-29
"Specified Service Already Exists"
I ran into this problem when creating a setup in .NET and choosed "Repair" at a later stage. The problem was due to that I was creating my own Custom Actions. When doing a "Repair" the custom install action is run as well. To prevent this you need to add: "Not Installed" at the Condition property of the Custom Action.
Subscribe to:
Post Comments (Atom)
3 comments:
You saved me several hours, thanks.
Thanks for that =)
This tip worked great ... Thanks!
Post a Comment