Modern CT MSI or DGCT MSI Version for distribution

Description

How to extract msi version of Device Guard (DGCT) or Modern Connect Tunnel (MCT) for distribution?

Resolution

How to extract msi from mct client exe downloaded from Mangement Console-setupnnn.exe  using 3rd party tool from WixtoolSet*

MCT "exe" file could be downloaded from Management Console-Agent Configuration-Client installation pakages-Download :

SMA1000: 12.4 

Image

SMA1000 12.3

Image


  • Download the WiX Toolset
  • It can be found here: http://wixtoolset.org/releases/
  • The utility called "dark" will be used.
  • Open Command Prompt
  • Start > Run > cmd > OK
  • Enter these commands
  • cd C:\Program Files (x86)\WiX Toolset v3.10\bin\
  • dark.exe "MCTSETUP.exe" -x “path to target folder where we need to create the extracted file”
  • View the New Folder
  • A folder will be created called "AttachedContainer" with the "ModernConnectTunnel.msi" file within it.
  • e.g

PS C:\Program Files (x86)\WiX Toolset v3.11\bin> .\dark.exe "C:\Temp\MCTSetup64.exe" -x "C:\Temp\Extraction"

  1. Once the msi file is created, we can install it from CMD
    e.g:

C:\WINDOWS\system32>msiexec.exe /i "C:\Temp\Extraction\AttachedContainer\ModernConnectTunnel.msi" Vpnserver="vpn.example.com" Realm=”userRealm”


Note:

  • Using tools from https://wixtoolset.org/ might need permissions or registration. SonicWALL have used a free version to demo how to extract msi. 
  • All Copyrights and registered trademarks are proprietory to wixtoolset.org.  


Related Articles

  • SMA100 End of Support No-Charge Replacement FAQ
    Read More
  • SMA1000: Post upgrade to 12.5.0 on AWS and Azure, we show the error Could not retrieve the DNS settings once we log in to AMC/CMS console
    Read More
  • Firmware version required to upgrade to version 12.5.0.
    Read More
not finding your answers?