How can I remove all traces of a ClickOnce application from a customer's computer?

前端 未结 5 1684
孤独总比滥情好
孤独总比滥情好 2020-12-17 01:41

I have a ClickOnce application that about 120 customers are using. This week, I found out two customers declined an update in January and were stuck on an old version. I dis

5条回答
  •  一生所求
    2020-12-17 02:05

    Track down mage.exe in the Visual Studio tools folder (C:\Program Files\Microsoft SDKS\Windows\v7.0A\bin). Copy it to the user's computer. Try this:

    mage.exe -cc
    

    This clears the ClickOnce applications. I would also delete the \apps\2.0 folder AFTER you do this -- this is the cache created and used by ClickOnce applications.

    Then reboot the computer.

提交回复
热议问题