Is your feature request related to a problem? Please describe.
Customers running UST on Windows likely use the two batch files that are generated from the installer to run the tool. These batch files both contain the arguments process-groups and users mapped, which overrides any invocation options that have been specified in the main configuration file. For most customers this is not an issue, but customers that have specified non-default options, they may get overridden by the batch files and cause undesired behavior, especially the users option.
Describe the solution you'd like
The batch files can simply invoke the executable with no additional arguments except for the -t flag for test mode.
Additional context
This will allow customers using the UST Configuration Wizard to specify all of their options using that tool without having to worry about altering the batch files as well.
Is your feature request related to a problem? Please describe. Customers running UST on Windows likely use the two batch files that are generated from the installer to run the tool. These batch files both contain the arguments
process-groups
andusers mapped
, which overrides any invocation options that have been specified in the main configuration file. For most customers this is not an issue, but customers that have specified non-default options, they may get overridden by the batch files and cause undesired behavior, especially theusers
option.Describe the solution you'd like The batch files can simply invoke the executable with no additional arguments except for the
-t
flag for test mode.Additional context This will allow customers using the UST Configuration Wizard to specify all of their options using that tool without having to worry about altering the batch files as well.