For the project I am working on, I am not allowed to use ClickOnce. My boss wants the program to look \"real\" (with an installer, etc).
I have installed Visual Stud
This is the code to update the file but not to install This program is made through dos for copying files to the latest date and run your program automatically. may help you
open notepad and save file below with ext .bat
xcopy \\IP address\folder_share_name\*.* /s /y /d /q
start "label" /b "youraplicationname.exe"