nvidia-update icon indicating copy to clipboard operation
nvidia-update copied to clipboard

WinRAR fails to extract driver

Open Ironclad17 opened this issue 1 year ago • 4 comments

Several errors, running as administrator did not resolve either.

Get-Content : Cannot find path 'C:\Users*\AppData\Local\Temp\NVIDIA\driver\setup.cfg' because it does not exist. At C:\Users*\Downloads\nvidia-update.ps1:716 char:55

  • ... tup.cfg" -Value (Get-Content -Path "$($extractDir)\setup.cfg" | Selec ...
  •                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : ObjectNotFound: (C:\Users***...river\setup.cfg:String) [Get-Content], ItemNotFoundEx ception
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand

Set-Content : Could not find a part of the path 'C:\Users*\AppData\Local\Temp\NVIDIA\driver\setup.cfg'. At C:\Users*\Downloads\nvidia-update.ps1:716 char:2

  • Set-Content -Path "$($extractDir)\setup.cfg" -Value (Get-Content  ...
    
  • ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : ObjectNotFound: (C:\Users***...river\setup.cfg:String) [Set-Content], DirectoryNotFo undException
    • FullyQualifiedErrorId : GetContentWriterDirectoryNotFoundError,Microsoft.PowerShell.Commands.SetContentCommand

[02:21:31] Installing driver...

UAC prompt declined or an error occurred during installation.

Ironclad17 avatar Feb 28 '23 08:02 Ironclad17