We have an application we use ClickOnce to publish. Sometimes the application
doesn't update itself to the latest version, so I need to tell my users to
install it again.
If you install it again, it creates two shortcuts, one as "MyApp" and the
second as "MyApp - 1". If you uninstall the old version from the control
panel, everything is OK. But, my users don't have access to the control
panel, so yhe best way for me is to write a batch file and send it to
everyone.
My question is, what do I need to write in the command line in order to
uninstall this application?