The following command line arguments are available for PLMPerformanceAnalytics.Service.exe
All arguments are case-insensitive.

Usage:
	-?, --Help[optional]... Show this usage information 

	--ExecuteOnStart, --Execute, --Exec[optional]... Specifies the profile to be used. The profile contains the configuration and user data. 

	--ExecuteOnStartArguments, --ExecuteArguments, --Args[optional]... Specifies the profile to be used. The profile contains the configuration and user data. 

	-p, --Profile, --ProfileName[optional]... Specifies the profile to be used. The profile contains the configuration and user data. 

	-r, --PLMPerf_Root_DP, --PLMPerfRoot_DP, --PLMPerfRoot[optional]... Specifies the ROOT Directory to be used. 
                             If not set, the environment variable %PLMPerf_Root_DP% will be used if available. 
                             By default, the grandparent folder of the application exe will be used (exeDir\..\..). 
                             Example: \\server\share\PLMPerfV4 

	--WriteHelpFile[optional]... Write the commandline help to the specified file. 


Arguments can be specified using one of these alternatives:
	-o Value         -o=Value         -o "Value with Spaces"          "-o=Value with Spaces"
	--Option Value   --Option=Value   --Option "Value with Spaces"    "--Option=Value with Spaces"

Instead of hyphens (- and --) it is also allowed to use forward slash (/) as option prefix:
	/o Value        /o=Value        /o "Value with Spaces"         "/o=Value with Spaces"
	/Option Value   /Option=Value   /Option "Value with Spaces"    "/Option=Value with Spaces"
