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

matlab - error with cyclic autocorrelation function -

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

c# - What is a good .Net RefEdit control to use with ExcelDna? -