I need to deploy an application. I don’t need registry, so I thought about just copying the DLL and exe files to the client desktops (there are only three). What are the disadvantages of this in comparison to using clickonce deployment from a memory stick?
Share
You don’t get your add/remove programs integration, but if you’re working on something that’s very small and constrained, that might not be a big deal. Are you concerned about something in particular that’s prompting you to ask the question?