Reputation: 7421
I am using clickonce to distribute my VB.net windows application. It has several prerequisites, which are automatically installed by clickonce as soon as the user attempts to download the software. (e.g. DotNet Framework 3.5)
I would really like to have some kind of way of being alerted if any prerequisites fail to install- preferably an email sent to my account.
Can anyone suggest a way to do this?
Upvotes: 0
Views: 148
Reputation: 9469
Unfortunately, ClickOnce is pretty much feature-locked and I fear that you have to look at other products to implement such a feature.
You can have a look a NSIS for example: http://nsis.sourceforge.net/Main_Page
Upvotes: 1