I have made a setup installer of my windows form application. Everything is working fine.I am facing the problem that How can i add application updates which is already installed at different client systems? Any guidence will be much appreciated.Thanks I have tried ClickOnce Deployment but it wont make effect on setup installer.
Asked
Active
Viewed 70 times
0
-
Does this help? https://stackoverflow.com/a/11490003/495455 – Jeremy Thompson Jun 03 '22 at 06:24
-
2Can you be more specific about your setup installer? There's more than one kind. – John Wu Jun 03 '22 at 06:25
-
1Hi, so your 'setup installer' is a ClickOnce installer? Or are you using something else like WiX, InstallShield, NSIS? – scaler Jun 03 '22 at 06:28
-
Made a setup installer of my windows form App. I sent this installer to the client . Now there are some updates in the App. How can i update the application now? – toheed afzaal Jun 03 '22 at 06:29
-
SetUp Installer is .msi file – toheed afzaal Jun 03 '22 at 06:34