UpdateAssembly command updates assemblies in project settings, batch types, and Document Definitions. It can run against a single project or against all the projects on a server at once.
Parameters
With neither
/DocumentDefinition nor /BatchType set, the program looks for the document assembly in every Document Definition and batch type.Example of use
UpdateAssembly /Project="https://FCSRV/1/SingleEntryPoint" /AssemblyPath="D:\FlexiCapture\ClassLibrary1\bin\Release\ClassLibrary1.dll" /DocumentDefinition=*– Updates the ClassLibrary1.dll assembly in the SingleEntryPoint project
