Shaul Behr
Shaul Behr

Reputation: 38003

How to do custom tasks during install/uninstall of a ClickOnce app?

Is there any way to run custom code during the installation or uninstallation of a ClickOnce app?

This question has been asked before here, but that was a long time ago, the answer given there was IMHO very kludgy, and I'm kind of hoping that the later releases of VS have provided a more elegant solution...

Upvotes: 16

Views: 8750

Answers (3)

Thiago
Thiago

Reputation: 1173

This solution is not very elegant but works:

ClickOnce application autostart and clean uninstall or the way to customize ClickOnce installation

Upvotes: 2

RobinDotNet
RobinDotNet

Reputation: 11877

ClickOnce does not have the capability to do post-install or post-uninstall actions EXCEPT for the VSTO applications. Is your app a VSTO application?

Upvotes: 1

Related Questions