| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
installto => installato
Sorry, something went wrong.
|
@mcollina i could try to build it in the next two three days. What's the deadline for this task? |
Sorry, something went wrong.
|
Thanks @piccoloaiutante @orangemocha for reviewing, all your changes are in. @piccoloaiutante it would be great if you could attempt a build, but I'll leave that decision to the @nodejs/platform-windows team on how to test this (I have no idea, but I would love to see this happening). |
Sorry, something went wrong.
|
@mcollina ok i'm downloading VS2013 to build six project because i'm currently unable to build it with my vs2015. |
Sorry, something went wrong.
|
@mcollina this also needs to be added commented in nodemsi.wixproj, similar to https://github.com/nodejs/node/pull/2569/files . @piccoloaiutante note that to build with VS2015 you need WiX 3.10. If you find issues with it, please report. |
Sorry, something went wrong.
|
@joaocgreis i had issue with my vs2015 professional update 1 on Windows 10. After having installed WiX 3.10.2.2516 i cannot build node WiX project because it seems that wcautil.h referenced in custom_action.cc is missing. Do you have any suggestion? Should i rollback to vs2013? |
Sorry, something went wrong.
|
@joaocgreis I've added the nodemsi.wixproj stuff. |
Sorry, something went wrong.
|
@piccoloaiutante I have the same issue, anyone has a fix? |
Sorry, something went wrong.
|
@felixfbecker yes i solved it downloading WiX binaries and sources and adding their path to the custom_actions cpp project 'VC++ Directories' tab: I still have problem during compilation time specifically for it-IT language. That's the output: |
Sorry, something went wrong.
|
Possibly it's my bad, any idea how to fix those? |
Sorry, something went wrong.
|
i fixed that problem @mcollina but then it seems i found some limit in WiX installer. and this seems related to WiX libraries, as reported here: |
Sorry, something went wrong.
|
@piccoloaiutante maybe you can send those translation to upstream at wix (see #2569 (comment))? |
Sorry, something went wrong.
|
I think it's blocked on Wix. Is the best course of action to submit a PR to add Italian to https://github.com/wixtoolset/wix3/tree/develop/src/ext/UtilExtension/wixlib? |
Sorry, something went wrong.
|
Sorry i missed it. Let me send the PR to WiX and see if it gets accepted. |
Sorry, something went wrong.
|
PR for italian translation for Wix has been submitted. I hope they'll evaluate it soon.. |
Sorry, something went wrong.
|
PR has been merged. I hope it gets its way into WiX weekly release so I can use it for building italian nodejs installer next week. |
Sorry, something went wrong.
|
Bad news, it seems that the code merged won't be released till next version of visual studio is released. I hope they will make a weekly release as they have done in June. In the meantime i suggest to go on and send PR for the language that we need so we can have them in the next version of Wix. One temporary solution that i could try is to build my own version of wix, but that seems pretty challenging.. |
Sorry, something went wrong.
Sorry, something went wrong.
|
@fhemberger I think it's enabled: https://github.com/mcollina/node/blob/148f23c10f5f7c97030d27256c7a7a5510749716/tools/msvs/msi/nodemsi.wixproj#L59. |
Sorry, something went wrong.
|
@mcollina No, the actual msi creation process is still disabled: |
Sorry, something went wrong.
As titled. Tested by @piccoloaiutante. PR-URL: nodejs#4647 Refs: wixtoolset/wix3#366 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Frederic Hemberger <mail@frederic-hemberger.de>
Sorry, something went wrong.
|
@fhemberger can't really tell. I think so, but I know nothing about Chinese :(. |
Sorry, something went wrong.
|
@mcollina Well, regarding the content, there are several LGTMs from nodejs-cn. |
Sorry, something went wrong.
As titled. Tested by @piccoloaiutante. PR-URL: #4647 Refs: wixtoolset/wix3#366 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Frederic Hemberger <mail@frederic-hemberger.de>
As titled. Tested by @piccoloaiutante. PR-URL: #4647 Refs: wixtoolset/wix3#366 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Frederic Hemberger <mail@frederic-hemberger.de>
|
@mcollina I am landing this on v4.x-staging. Would you be able to build and test that things are not weird? |
Sorry, something went wrong.
As titled. Tested by @piccoloaiutante. PR-URL: #4647 Refs: wixtoolset/wix3#366 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Frederic Hemberger <mail@frederic-hemberger.de>
|
@thealphanerd not really, @piccoloaiutante will do it :) |
Sorry, something went wrong.
|
@thealphanerd as far as I remember, the translated installers were not enabled. Are you enabling them in the next release? |
Sorry, something went wrong.
|
@mcollina I was unaware of that... just working on general backporting 💃 does this need to be enabled in our release process? Want to make an issue on build? |
Sorry, something went wrong.
|
@thealphanerd I'm not really 100% of what that takes @piccoloaiutante did most of the windows-specific stuff. He is also looking to help on build nodejs/build#495. |
Sorry, something went wrong.
|
@thealphanerd enabling build for it-IT in in nodemsi.wixproj i was able to build this PR out of v4.x-staging. Do you need anything else? |
Sorry, something went wrong.
|
@thealphanerd don't forget that in order to build it you need to install the weekly build of wixtoolset http://wixtoolset.org/releases/v3-11-0-906/ where my PR for WiX has been included. |
Sorry, something went wrong.
|
thanks for the confirmation, that was all I needed On Mon, Oct 3, 2016, 8:45 AM Michele Capra notifications@github.com wrote:
|
Sorry, something went wrong.
As titled. Tested by @piccoloaiutante. PR-URL: #4647 Refs: wixtoolset/wix3#366 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Frederic Hemberger <mail@frederic-hemberger.de>
As titled. Tested by @piccoloaiutante. PR-URL: #4647 Refs: wixtoolset/wix3#366 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Frederic Hemberger <mail@frederic-hemberger.de>
| Back | FazBrowse Home | New Git URL |
I have added the Italian translation for the windows installer.
Is there something else to add?
Also, I do not have a dev env to build this bundle, so I did not test it.
cc @nodejs/platform-windows @nodejs/nodejs-it @piccoloaiutante