c# - Any change on a dll requires running setup on the user machine -


i writing in-house applications used multiple users in factory.

those different applications may refer same dll. changes done on dll requires running setup applications use on user's pc installed on.

is there way deploy dll on user's pc last version without having run setup on each machine?

i make creating batch file first copy dll installed folder , run application. not seem acceptable me.

not sure relevant answer creating setup using installshield limited version

maybe dll belongs gac (see what gac in .net?) given proper policy files can update application use specific version (or range of versions). way can leave of applications use old version if you've made change not backwards compatible anymore.


Comments

Popular posts from this blog

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -