[wix-users] vc++ 2019 redistributable

KONDURU Pavan Pavan.KONDURU at 3ds.com
Wed Feb 10 17:45:33 PST 2021


Thank you Edwin, that cleared a lot of stuff when I opened with Orca. It installs the x86 vc runtime dlls in the windows sysWOW64 folder.

--Pavan

From: Edwin Castro [mailto:egcastr at gmail.com]
Sent: Wednesday, February 10, 2021 5:29 PM
To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Cc: KONDURU Pavan <Pavan.KONDURU at 3ds.com>
Subject: Re: [wix-users] vc++ 2019 redistributable



EXTERNAL EMAIL :  The sender of this email is external to 3DS. Be wary of the content and do not open unexpected attachments or links. If you consider this email as spam, you can click here<https://spam-report.3ds.com/?link=%3ca%20href=%22https://www.mailcontrol.com/sr/pUy7bSd564PGX2PQPOmvUsPk3Ki21lNC-fAGpgBs4_V8gZKVBhn21ktM9C-0d6psx7LXBEKqAMpm4uq9tqSB7g==%22%3ehere%3c/a%3e> (no login or additional action will be requested).


If you must use the .msm, then you could open it with Orca or InstEdit to see which files the merge module installs.

--
Edwin G. Castro

On Wed, Feb 10, 2021 at 8:45 AM KONDURU Pavan via wix-users <wix-users at lists.wixtoolset.org<mailto:wix-users at lists.wixtoolset.org>> wrote:
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><mailto: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

____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/

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