Tuesday, June 9, 2015

NodeJS installer (.msi) ended prematurely without showing anything on Vista

Today, I wanted to update my node.js version from 0.10 to 0.12. As usual I uninstalled the 0.10 version and try to install via node-v0.12.4-x64.msi and it seems to be ending without showing any dialogs.

So, I wanted to check the installer log. When I did this it showed the UI

msiexec /i "C:\Users\aruna\Desktop\node-v0.12.4-x64.msi" /L*V "C:\Users\aruna\Desktop\mymsi.log"

No comments:

Post a Comment