Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation blocked at publishing product infomation #209

Closed
TENX-S opened this issue Jun 11, 2021 · 8 comments
Closed

Installation blocked at publishing product infomation #209

TENX-S opened this issue Jun 11, 2021 · 8 comments

Comments

@TENX-S
Copy link

TENX-S commented Jun 11, 2021

image

The installation process took over 30 minutes on this page. Is this the expected behavior ?

On Windows 10 20H2

@TENX-S
Copy link
Author

TENX-S commented Jun 11, 2021

And the uninstallation is stuck at the beginning ...
image

@jasongin
Copy link
Owner

Certainly not expected. To find out what is hanging, I'd need to see the installer log:

msiexec /i nvs.msi /l*v install.log

Or instead of the MSI you can use the manual installation steps.

@Maxim-Mazurok
Copy link

Exactly the same for me

@Maxim-Mazurok
Copy link

Please, see install.log

TL;DR: a bunch of these:

CAQuietExec:  C:\Windows\SysWOW64\%ProgramFiles%\cache\node.exe
CAQuietExec:  Access is denied.

@Maxim-Mazurok
Copy link

Maxim-Mazurok commented Sep 5, 2021

1.5.4 installed fine:
install.log

But getting this:

C:\Program Files\cache\node.exe
Access is denied.

and this as admin:

C:\Windows\system32>nvs
Downloading boostrap node from https://nodejs.org/dist/v10.12.0/node-v10.12.0-win-x64.7z

EPERM: operation not permitted, lstat 'C:\Program Files\Windows Defender Advanced Threat Protection\Classification\Configuration'
Try running again as Administrator.

uninstalled also just fine.

@Maxim-Mazurok
Copy link

Using choco install nvs (1.5.2) results in

C:\Users\maxim>nvs
EPERM: operation not permitted, lstat 'C:\Program Files\Windows Defender Advanced Threat Protection\Classification\Configuration'
Try running again as Administrator.

when running from both admin and not admin.

@Maxim-Mazurok
Copy link

I also tried to disable all of these:

  • Real-time protection
  • Cloud-delivered protection
  • Automatic sample submission
  • Tamper protection

didn't help.

@Maxim-Mazurok
Copy link

As per #217 (comment) deleting NVS_HOME env var and reinstalling should help.

@TENX-S TENX-S closed this as completed Oct 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants