Agent third-party deployment: Customizing the Windows Installer Command Line

FlexNet Manager Suite 2020 R2 (On-Premises)

You can customize the Windows Installer in the usual ways.

The two paths for configuring your installation of the FlexNet inventory agent are:

You downloaded the installer archive in Agent third-party deployment: Collecting the Software, saving it to a convenient directory. Return to that location now.

To customize the Windows Installer command line:

  1. Unzip the downloaded archive (named like managesoft-MM.N.B.zip, where the placeholders represent release numbering).
    The MSI file for the FlexNet inventory agent is called FlexNet Inventory Agent.msi. You can customize the installation, for example, by installing or preventing installation of particular components, or by applying transforms. To do this, you can edit the Windows Installer command line, stored in the Setup.ini file that is in the same folder as the MSI. (Alternatively, you may prefer to run the Windows Installer from the command line.)
  2. In the unzipped archive, open Setup.ini in the flat text editor of your choice.
  3. Locate the following section, and amend the command line as required:
    [Startup]
    CmdLine=/l*v "%TEMP%\FlexNet Inventory Agent.msi.log"
    For example:
    • To apply a transform, append TRANSFORMS="custom.mst" to the end of the command line.

      Use semicolons (;) to separate multiple transforms. For example, to apply custom1.mst and custom2.mst for both initial installs and upgrades, the addition would look like: TRANSFORMS="custom1.mst;custom2.mst"

    • Add or remove any other Windows Installer command line options.
      For example, to prevent installation of the application usage agent on computers being brought under management, add REMOVE=aua to the end of the CmdLine:
      [Startup]
      CmdLine=/l*v "%TEMP%\FlexNet Inventory Agent.msi.log" REMOVE=aua
  4. Save the modified Setup.ini file.
When you have completed modifications to the configuration file and to the command line of the installer, you can use your preferred deployment tool(s) to pack, validate, and deploy the installation package. See the following deployment notes.

FlexNet Manager Suite (On-Premises)

2020 R2