summaryrefslogtreecommitdiff
path: root/tools/msvs/msi/nodemsi.wixproj
diff options
context:
space:
mode:
Diffstat (limited to 'tools/msvs/msi/nodemsi.wixproj')
-rw-r--r--tools/msvs/msi/nodemsi.wixproj12
1 files changed, 10 insertions, 2 deletions
diff --git a/tools/msvs/msi/nodemsi.wixproj b/tools/msvs/msi/nodemsi.wixproj
index 03192bb1bc..6db69a5ba1 100644
--- a/tools/msvs/msi/nodemsi.wixproj
+++ b/tools/msvs/msi/nodemsi.wixproj
@@ -54,7 +54,8 @@
</WixExtension>
</ItemGroup>
<ItemGroup>
- <EmbeddedResource Include="WixUI_en-us.wxl" />
+ <!-- <EmbeddedResource Include="i18n\de-de.wxl" /> -->
+ <EmbeddedResource Include="i18n\en-us.wxl" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="custom_actions.vcxproj">
@@ -73,6 +74,13 @@
</Target>
<PropertyGroup>
<PostBuildEvent>move "!(TargetPath)" "$(TargetDir)\$(TargetFileName)"
-move "!(TargetPdbPath)" "$(TargetDir)\$(TargetPdbName)"</PostBuildEvent>
+ move "!(TargetPdbPath)" "$(TargetDir)\$(TargetPdbName)"</PostBuildEvent>
+ <!--
+ <PostBuildEvent>
+ "$(WixToolPath)\torch.exe" -t language "$(TargetDir)en-US\$(TargetFileName)" "$(TargetDir)de-de\$(TargetFileName)" -out "$(TargetDir)transforms\de-de.mst"
+ cscript.exe "$(WindowsSDK80Path)bin\$(Platform)\WiSubStg.vbs" "$(TargetDir)en-US\$(TargetFileName)" "$(TargetDir)transforms\de-de.mst" 1031
+ cscript.exe "$(WindowsSDK80Path)bin\$(Platform)\WiLangId.vbs" "$(TargetDir)en-US\$(TargetFileName)" Package 1033,1031
+ </PostBuildEvent>
+ -->
</PropertyGroup>
</Project>