1
Answer

C# ClickOnce Setup file

Photo of Praveen Manapam

Praveen Manapam

12y
2.2k
1
I've created a C# Windows Forms Application, and implemented Clickonce deployment for checking automatic updates. But after creating a  setup file, the application is not invoking the update functionality.

My Requirement is, the application should check for updates before start. And the application should be installed from a setup file..

Answers (1)

0
Photo of Arun Jacob
NA 59 5.4k 15y
I solved that.
While dotfuscation do it for both exe and Dll.
0
Photo of Le Vo Quang
NA 3 0 15y
I also have the same problem. Please help us. Thanks.