Windows post-install screen additional build tools messaging by kaylynb · Pull Request #4111 · nodejs/node · GitHub
Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions tools/msvs/msi/NodeExitDialog.wxs
2 changes: 2 additions & 0 deletions tools/msvs/msi/i18n/de-de.wxl
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@

<!-- References like [ProductName] are not resolved for Property tags -->
<String Id="WIXUI_EXITDIALOGOPTIONALTEXT">Node.js wurde erfolgreich installiert.</String>

<String Id="InstalledNativeCompileInfo">Einige native Module benötigen eventuell zusätzliche Build-Tools um installiert werden zu können. Weitere Informationen finden Sie unter <![CDATA[<a href="https://nodejs.org/windows-environment">Windows Environment</a>]]>.</String>
</WixLocalization>
2 changes: 2 additions & 0 deletions tools/msvs/msi/i18n/en-us.wxl
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@

<!-- References like [ProductName] are not resolved for Property tags -->
<String Id="WIXUI_EXITDIALOGOPTIONALTEXT">Node.js has been successfully installed.</String>

<String Id="InstalledNativeCompileInfo">Some native modules may require additional build tools to be installed. See <![CDATA[<a href="https://nodejs.org/windows-environment">Windows Environment</a>]]> for more information.</String>
</WixLocalization>
1 change: 1 addition & 0 deletions tools/msvs/msi/nodemsi.wixproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
</PropertyGroup>
<ItemGroup>
<Compile Include="product.wxs" />
<Compile Include="NodeExitDialog.wxs" />
<Compile Include="..\..\..\npm.wxs">
<Link>npm.wxs</Link>
</Compile>
Expand Down
2 changes: 1 addition & 1 deletion tools/msvs/msi/product.wxs