Getting a List of Dassault Systemes Software Installed

You can use the DSYListInstalls.exe utility to generate a list of all Dassault Systèmes software products installed on a Windows computer.

This utility is available in the extracted Assembly Media and in each product installation:

In the extracted media
<download_dir>\media_name\1\InstallData\installer\inst\win_b64\
      code\bin\DSYListInstalls.exe
In a product installation
<install_dir>\InstallData\installer\inst\win_b64\code\bin\DSYListInstalls.exe

Run the utility from a Command Prompt window.

The information is returned in an XML file, which contains the following data:

  • Build level (the build level of the SIMULIA Established Products 2024 release is "B426")
  • HotFix level
  • Identifier label
  • Installation path
  • Installation type

Example output of the utility is shown below.

<?xml version="1.0" encoding="UTF-8"?>
<installs>
  <install buildLevel="B426" hfxLevel="426" ident="!" path="C:\SIMULIA\EstProducts\2024" type="SIMULIA_EstablishedProducts"/>
  <install buildLevel="B426" hfxLevel="426" ident="secondInstall" path="C:\SIMULIA\EstProducts\2024secondInstall" type="SIMULIA_EstablishedProducts"/>
  <install buildLevel="B426" hfxLevel="426" ident="!" path="C:\SIMULIA\License\2024" type="SIMULIA_FlexNet_License_Server"/>
  <install buildLevel="B426" hfxLevel="426" ident="!" path="C:\Program Files\Dassault Systemes\SIMULIA2024doc" type="Documentation_SIMULIA"/>
  <install buildLevel="B426" hfxLevel="426" ident="!" path="C:\SIMULIA\Isight\2024" type="SimuliaIsight"/>
</installs>

You can fine-tune and filter the data returned by using various command-line options—for help on these options, use the following command:

DSYListInstalls.exe -h