[wix-users] how to access the below url

Coryat, Jim Jim.Coryat at softprocorp.com
Fri Jan 28 07:14:03 PST 2022


See https://wixtoolset.org/documentation/manual/v3/howtos/redistributables_and_install_checks/install_dotnet.html

And then  use either NetFx462Web or NetFx462Redist and you won't have to do any checking. The PackageGroup does that for you.

-----Original Message-----
From: wix-users <wix-users-bounces at lists.wixtoolset.org> On Behalf Of Rambabu Nethi via wix-users
Sent: Thursday, January 27, 2022 4:44 PM
To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Cc: Rambabu Nethi <rambabu.nethi at gmail.com>
Subject: [wix-users] how to access the below url

IMPORTANT NOTICE - This message sourced from an external mail server outside of the Company.

Hi Team,

I am trying to find out the supported values for <SupportedFramewor> since i want the prerequisite bootstrapper application to be launched if .Net
4.6.2 is not installed on the machine and found below article.
But this seems to be inaccessible. Is there a way to get the value for .Net
4.6.2 in below config file? Currently below config file detects v4.0 existence.

https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwindows-installer-xml-wix-toolset.687559.n2.nabble.com%2FBootstrapperCore-config-wix-bootstrapper-what-are-valid-values-for-supportedFramework-tp7600079p7600093.html&data=04%7C01%7CJim.Coryat%40softprocorp.com%7C15936f99e9cd482562d208d9e1de257d%7C8a807b9b02da47f3a903791a42a2285c%7C0%7C0%7C637789168266925826%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=XE0%2BMIiGXmc%2FDXIDQrR9OEsuqeWBasbpLXCqokMICjU%3D&reserved=0

*BootstrapperCore.config*
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <configSections>
    <sectionGroup name="wix.bootstrapper"
type="Microsoft.Tools.WindowsInstallerXml.Bootstrapper.BootstrapperSectionGroup,
BootstrapperCore">
      <section name="host"
type="Microsoft.Tools.WindowsInstallerXml.Bootstrapper.HostSection,
BootstrapperCore" />
    </sectionGroup>
  </configSections>
  <startup useLegacyV2RuntimeActivationPolicy="true">
    <supportedRuntime version="v4.0" />
    <supportedRuntime version="v2.0.50727" />
  </startup>
  <wix.bootstrapper>
    <host assemblyName="MyBinary">
      <supportedFramework version="v4\Full" />
    </host>
  </wix.bootstrapper>
</configuration>

____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.firegiant.com%2F&data=04%7C01%7CJim.Coryat%40softprocorp.com%7C15936f99e9cd482562d208d9e1de257d%7C8a807b9b02da47f3a903791a42a2285c%7C0%7C0%7C637789168266925826%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=0lTHWxNwJIs0drALYDSJuSpv9s%2BwAkba%2Fz8rwpN%2BH7M%3D&reserved=0
________________________________
 NOTICE: The information contained in this message is proprietary and/or confidential and may be privileged. If you are not the intended recipient of this communication, you are hereby notified to: (i) delete the message and all copies; (ii) do not disclose, distribute or use the message in any manner; and (iii) notify the sender immediately.







More information about the wix-users mailing list