Including the MSM with WiX Toolset v3

Started by jclayton06 · 2023-10-26 13:50 UTC · 0 replies · SMF topic #2893

I just want to say thanks for providing the Merge Module .MSM file runtime for installation!
I'm using WiX Toolset v3.11 to package up another project that relates to this one. A few extra lines in the Features.wxs file and it's included with no issues (outside of needing to add the install folder location to AutoCAD's Trusted Paths).

<?xml version="1.0" encoding="UTF-8"?>

  <?define SourceDir="..\Deploy2"?>