The file may be locked because it was downloaded from the Internet. In Windows Vista, if you try to install a locked MSI file, the file is not installed and no error message is displayed. Unlock the file:
- Right-click the file and click Properties .
- In the properties dialog box, click Unlock .
- Close the dialog box.
- Install the file.
If this does not work, try installing using the diagnostic log from the command line using msiexec:
msiexec /l*v Desktop\Install.log /I Desktop\node-v0.12.3-x86.msi
Note. It is assumed that you use a command from your directory: C:\Users\<your name> .
source share