Y7_s
Y7_s
CC#
Created by Y7_s on 12/13/2024 in #help
I need a silent updater for my project Console app .Net Framework
I’m currently working on a project for a company where I’ve built a console application in .NET Framework. The app runs in the background without user interaction and monitors hardware components like RAM, CPU, GPU, etc. I’ve completed most of the functionality, but now I’m stuck on the last part: creating a silent updater. The idea is when the app runs check my server for updates and automatically download and apply them if available. The server is written in Rust and runs on HTTP. I also tried using ClickOnce, but it didn’t meet my requirements. Can anyone suggest alternatives or solutions for implementing a silent updater? Also, I need to create an MSI setup installer for the app. Any tips or tools for that would be greatly appreciated!
6 replies