Skip to main content
Some script stages and rules use external libraries, which need to be kept up to date. When you edit assembly code that customizes a project, you may need to update one assembly across every project. The 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