Need to know what command line options are available to silenly install the ServiceDesk 'LogicBase.ScreenCaptureUtil.Short.exe' Screen Capture utility.
Note: Software Delivery can be used to get the exe to enduser and run it silently using a variation of the following command line.
LogicBase.ScreenCaptureUtil.Short.exe /S /NOSHORTCUTS /D=C:\Program Files\Altiris\LogicBase ScreenCapture
/S = Silent install and is case sensitive.
/NOSHORTCUTS = No short cuts. Leave this off to add a shortcut to the Start menu.
/D = Directory path to install to. Everything after the = is absolute and considered part of the path.
Change the directory install path to whatever is appropriate for your environment and decided if you want a shortcut on the start menu and that should work.