Skip to content

Unable to install v0.12.9 with msiexec like before (v0.12.7) #276

@sdayan

Description

@sdayan

It works fine with previous version (0.12.7) and the new version 0.12.9 released does not seem to work.

Previous install :

REM start /B /WAIT msiexec.exe /i C:\DIR\approot\lib\node-v0.12.7-x64.msi ALLUSERS=1 INSTALLDIR="C:\NDIR" TARGETDIR="C:\NDIR" /quiet /l*v "%MsiExecLogFile%"

New install :

start /B /WAIT msiexec.exe /i E:\DIR\node-v0.12.9-x64.msi ALLUSERS=1 INSTALLDIR="C:\NDIR" TARGETDIR="C:\NDIR" /quiet /l*v "%MsiExecLogFile%"

Error :

=== Verbose logging started: 12/4/2015 15:26:00 Build type: SHIP UNICODE 5.00.9600.00 Calling process: D:\Windows\system32\msiexec.exe ===
MSI (c) (00:7C) [15:26:00:533]: Resetting cached policy values
MSI (c) (00:7C) [15:26:00:533]: Machine policy value 'Debug' is 0
MSI (c) (00:7C) [15:26:00:533]: ******* RunEngine:
******* Product: E:\approot\lib\node-v0.12.9-x64.msi
******* Action:
******* CommandLine: **********
MSI (c) (00:7C) [15:26:00:533]: Client-side and UI is none or basic: Running entire install on the server.
MSI (c) (00:7C) [15:26:00:533]: Grabbed execution mutex.
MSI (c) (00:7C) [15:26:00:548]: Cloaking enabled.
MSI (c) (00:7C) [15:26:00:548]: Attempting to enable all disabled privileges before calling Install on Server
MSI (c) (00:7C) [15:26:00:548]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (68:18) [15:26:00:548]: Running installation inside multi-package transaction E:\approot\lib\node-v0.12.9-x64.msi
MSI (s) (68:18) [15:26:00:548]: Grabbed execution mutex.
MSI (s) (68:E8) [15:26:00:548]: Resetting cached policy values
MSI (s) (68:E8) [15:26:00:548]: Machine policy value 'Debug' is 0
MSI (s) (68:E8) [15:26:00:548]: ******* RunEngine:
******* Product: E:\DIR\node-v0.12.9-x64.msi
******* Action:
******* CommandLine: **********
MSI (s) (68:E8) [15:26:00:548]: Note: 1: 2203 2: E:\DIR\node-v0.12.9-x64.msi 3: -2147287038
MSI (s) (68:E8) [15:26:00:548]: MainEngineThread is returning 2
MSI (s) (68:18) [15:26:00:548]: User policy value 'DisableRollback' is 0
MSI (s) (68:18) [15:26:00:548]: Machine policy value 'DisableRollback' is 0
MSI (s) (68:18) [15:26:00:548]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (68:18) [15:26:00:548]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
MSI (s) (68:18) [15:26:00:548]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
MSI (s) (68:18) [15:26:00:548]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (c) (00:7C) [15:26:00:564]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (c) (00:7C) [15:26:00:564]: MainEngineThread is returning 2
=== Verbose logging stopped: 12/4/2015 15:26:00 ===

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions