[wix-users] vc++ 2019 redistributable

KONDURU Pavan Pavan.KONDURU at 3ds.com
Wed Feb 10 08:45:38 PST 2021


Hi Guys,
I am including the vc++ 2019 x86 redistributable in my WIX Installer. I am using the merge module like this in my Installer:

<DirectoryRef Id="INSTALLLOCATION">
        <Merge Id="VCRedist" SourceFile="$(var.distribution_dir)\Microsoft_VC142_CRT_x86.msm" DiskId="1" Language="0"/>
      </DirectoryRef>

      <Feature Id="VCRedist" Title="Visual C++ 8.0 Runtime" AllowAdvertise="no" Display="hidden" Level="1">
        <MergeRef Id="VCRedist"/>
      </Feature>

My project compiles well and also installs well. I wanted to know how do I make sure that the merge module has installed properly. I don't see any registry update under

Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\VisualStudio\14.0\VC\Runtimes\X86

Where do I check to make sure the files have been installed ?

Thank you

--Pavan






This email and any attachments are intended solely for the use of the individual or entity to whom it is addressed and may be confidential and/or privileged.

If you are not one of the named recipients or have received this email in error,

(i) you should not read, disclose, or copy it,

(ii) please notify sender of your receipt by reply email and delete this email and all attachments,

(iii) Dassault Syst?mes does not accept or assume any liability or responsibility for any use of or reliance on this email.


Please be informed that your personal data are processed according to our data privacy policy as described on our website. Should you have any questions related to personal data protection, please contact 3DS Data Protection Officer at 3DS.compliance-privacy at 3ds.com<mailto:3DS.compliance-privacy at 3ds.com>


For other languages, go to https://www.3ds.com/terms/email-disclaimer


More information about the wix-users mailing list