Customizing the SQL Server Express install to a local directory
Use the following command to customize the SQL Server Express install to a local directory:
FortiClientEnterpriseManagement_6.0.1.XXXX_x64 SQLCmdlineOptions="/INSTANCENAME=FCEMS /INSTANCEDIR=<desired_directory>"
The example below installs FortiClient EMS, installing SQL Server to the C:\sqlserver directory:
FortiClientEnterpriseManagement_6.0.1.XXXX_x64 SQLCmdlineOptions="/INSTANCENAME=FCEMS /INSTANCEDIR=c:\sqlserver"