Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello Friends,

I want to create Setup file of c# winform application with Silent auto update. Please provide your suggestions.If it is possible using Inno Setup then it will be great, but other free tool options are also welcome.

Thanks in andvance.

What I have tried:

I have tried with Inno setup tool but unfortunately not found any proper solution.
Posted
Updated 28-Feb-20 21:55pm

1 solution

You can use the SILENT parameter, but this requires passing it from the command line.
To always run silent see the tip here: vb6 - How to make the silent installation by using InnoSetup? - Stack Overflow[^]
And this tip: pascalscript - Run installation using Inno Setup silently without any Next button or Install button - Stack Overflow[^]

Inno Setup does not support auto update, you will have to implement this in your application. Here is a CodeProject example: Simple Auto-Update: Let your application update itself using 2 lines of code[^]
 
Share this answer
 
v3
Comments
Bhavesh Jogani IT 29-Feb-20 11:18am    
Hey thanks for your reply. I want to make setup file with silently auto update from server.
RickZeeland 29-Feb-20 15:50pm    
See the updated answer :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900