Hi.

Please, help me with Ngen.exe.

Wix - 3.0.3801.0
Windows - XP Pro SP 2.0

<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";
     xmlns:NetFx="http://schemas.microsoft.com/wix/NetFxExtension";>

  <Module Id="Core" Language="1049" Version="1.0.0.0" Codepage="utf-8" 
Guid="{ADEA1D33-6B69-47dd-9F79-5DB040EA7A43}">
  <Package Id="4136a1b4-0526-41ba-94a3-299d543f5580" Manufacturer="Core" 
InstallerVersion="200" />

      <Directory Id="TARGETDIR" Name="SourceDir">
          <Directory Id="MergeRedirectFolder">

              <Component Id="ModuleComponent" 
Guid="89481b8d-fe53-4ccc-973b-14cb31be54e2">
          <File Id='Adjust.exe' Name='Adjust.exe' 
Source='.\source\files\adjust.exe' />
          <File Id='Appbar.exe' Name='Appbar.exe' 
Source='.\source\files\appbar.exe' />
          <File Id='Aphrodite.exe' Name='Aphrodite.exe' 
Source='.\source\files\Aphrodite.exe'>
            <NetFx:NativeImage Id="Aphrodite.exe" Platform="32bit" 
Profile="yes"  Dependencies="no"  Priority="1"  />
          </File>
              </Component>

          </Directory>
      </Directory>

  </Module>
</Wix>

but when i try to compile this, i get errors in log:

msiexec /i Setup.msi  /l log

log:

SchedNetFx:  Error 0x80070057: The NetFxVersion property must be set in 
order to use the Ngen custom actions.
SchedNetFx:  Error 0x80070057: failed to get 32bit ngen.exe path

I can not find NetFxVersion anywhere.

-- 
Bezmenov Andrew
[EMAIL PROTECTED]



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to