Revision 35a1421e tools/msvs/msi/product.wxs

View differences:

tools/msvs/msi/product.wxs
40 40
          </Directory>
41 41
          <Component Id="nodeexe" Guid="AEC0F08E-89B3-4C35-A286-8DB8598597F2">
42 42
            <File Id="filenodeexe" KeyPath="yes" Source="$(var.SourceDir)\node.exe" />
43
            <?if $(var.NoETW) != 1 ?>
44
            <File Id="node_etw_provider_man" Name="node_etw_provider.man" Source="$(var.RepoDir)\src\res\node_etw_provider.man" >
45
              <util:EventManifest MessageFile="[APPLICATIONROOTDIRECTORY]node.exe" ResourceFile="[APPLICATIONROOTDIRECTORY]node.exe"/>
46
            </File>
47
            <?endif?>
43 48
            <Environment Id="npm_env"
44 49
                         Action="set"
45 50
                         Name="PATH"

Also available in: Unified diff