Datastore 2.3.0 User Guide Repository custom command scripts Custom command scripts Example of custom command Custom command scripts Script Description cleanDefault Cleans the application called “default. cleanDesigner Cleans the Designer application. setupDefault Sets up the application called “ default”. setupDesigner Sets up the Designer application by running the following commands: openApplication IpDesigner, importServerConfiguration ${DesignerDirectory}, importUIConfiguration ${DesignerDirectory}, importDictionaries ${DesignerDirectory}, importLibraries ${DesignerDirectory}, importDataSources ${DesignerDirectory} setupDefaultRegistry Run automatically after installation Imports the registry for the default application from a specified folder application by running the following commands in sequence: openApplication default, importRegistry ${DefaultDirectory} setupDesignerRegistry Run automatically after installation Imports the file for the the Designer application from a specified folder application by running the following commands in sequence: openApplication default, importRegistry ${DesignerDirectory} Example of custom command To define the custom command, enter in the command file: CMD.SetupDesigner=openApplication IpDesigner, importServerConfiguration ${DesignerDirectory}, importUIConfiguration ${DesignerDirectory}, importDictionaries ${DesignerDirectory}, importLibraries ${DesignerDirectory}, importDataSources ${DesignerDirectory} To execute this custom command, enter in the command line: > SetupDesigner Related Links
Repository custom command scripts Custom command scripts Example of custom command Custom command scripts Script Description cleanDefault Cleans the application called “default. cleanDesigner Cleans the Designer application. setupDefault Sets up the application called “ default”. setupDesigner Sets up the Designer application by running the following commands: openApplication IpDesigner, importServerConfiguration ${DesignerDirectory}, importUIConfiguration ${DesignerDirectory}, importDictionaries ${DesignerDirectory}, importLibraries ${DesignerDirectory}, importDataSources ${DesignerDirectory} setupDefaultRegistry Run automatically after installation Imports the registry for the default application from a specified folder application by running the following commands in sequence: openApplication default, importRegistry ${DefaultDirectory} setupDesignerRegistry Run automatically after installation Imports the file for the the Designer application from a specified folder application by running the following commands in sequence: openApplication default, importRegistry ${DesignerDirectory} Example of custom command To define the custom command, enter in the command file: CMD.SetupDesigner=openApplication IpDesigner, importServerConfiguration ${DesignerDirectory}, importUIConfiguration ${DesignerDirectory}, importDictionaries ${DesignerDirectory}, importLibraries ${DesignerDirectory}, importDataSources ${DesignerDirectory} To execute this custom command, enter in the command line: > SetupDesigner