How to Fix the “NVIDIA Installer Cannot Continue” Error on Windows
The NVIDIA Installer Cannot Continue error is often the result of incorrect device IDs in the INF file. However, this might not always be the underlying issue, as there are other potential causes for this error. Should you encounter this while installing or updating the driver through the Nvidia application, consider downloading and installing the specific driver directly from the official website as a potential solution. If this approach is unsuccessful, the following methods may be of assistance.
1. Install the Drivers Provided by Your Manufacturer
If you’re using a laptop and encounter this issue, it’s possible that the driver isn’t compatible with your device. Manufacturers sometimes release custom drivers tailored specifically for their laptops to ensure optimal performance and to prevent overheating. If you’re on a desktop PC, you can skip to the next method.
- Locate your laptop’s model number.
- Simultaneously press the Windows key + R.
- Type “dxdiag” into the Run window.
- Await the program’s launch.
- Once opened, note down the “System Model” listed under the General tab.
- Search for this model number in any browser and append ‘Drivers’ before it.
Ensure you visit the official website and avoid any untrustworthy sites.
Note: This process varies between manufacturers. Our goal is to install the drivers provided by your manufacturer’s support page. If you encounter difficulties, feel free to post your model number in the comments, and one of our technicians will assist you.
- Locate the “Drivers” section within the support page.
- If applicable, select your operating system, and then download the official graphics driver.
- After downloading the driver, install it and restart your computer.
If you encounter any issues with the installation process, consider the following additional steps.
2. Update the Driver Through Device Manager
Try updating the driver from the Device Manager. This simple fix has resolved the issue for many users. Please note that this solution only applies if you’re attempting to update the driver, not install it for the first time.
- Select your graphics card on the Nvidia website and download the driver.
- Wait for the download to complete.
- Right-click the setup file, and select Extract to “<Path>\<Driver Name>”
- Right-click on the Start Menu.
- Choose Device Manager.
- Expand Display Adapters.
- Right-click on the Microsoft Display Adapter and select Update Driver.
- Select Browse My Computer For Drivers.
- Click Browse.
- Navigate to the directory where the driver was downloaded.
- Select the extracted driver folder and click Next to begin installation.
- Once completed, the driver should be properly installed.
3. Replace Device IDs in the INF File
If an incorrect hardware ID is present in the INF file, this error may occur. The INF file is a setup information file with all the necessary details to install a driver.
- Download the driver from the official Nvidia website.
- Double-click the installer setup and press OK to extract the driver.
- Navigate to the directory you selected during installation, or if no directory was specified, use the default:
C:\NVIDIA\DisplayDriver\****\Win10_64\International\Display.Driver
Note: Don’t copy the path as shown since your driver and Windows versions might differ.
- Find the INF file that corresponds to your desktop or laptop manufacturer from the list below:
INF Files According to Manufacturers:
Acer = nvaci.inf
Asus = nvami.inf
Apple = nvaoi.inf
Compal = nvcti.inf
Clevo = nvcvi.inf
Dell = nvdmi.inf
Fujitsu = nvfmi.inf
HP = nvbli.inf or nvhmi.inf
LG = nvloi.inf
Lenovo = nvlti.inf
MSI = nvmii.inf
NEC = nvmii.inf
Sony = nvszci.inf
Toshiba Qosmio = nvtdi.inf
Toshiba = nvtsi.inf - Right-click the INF file and choose Open With…
- Select Notepad and press Open.
- Scroll down to the relevant NVIDIA_Devices section, which will look similar to [NVIDIA_Devices.NTamd64.10.0…14310].
- Add a new line by clicking at the end of the second row of the first line and pressing the Enter key.
- Copy the content from the first row of the first line and paste it into the new line.
- Press the Start Menu key, type Device Manager, and open it.
- Click on the arrow next to Display Adapters to expand it.
- Right-click on the Microsoft Display Adapter and select Properties.
- Switch to the Details tab.
- In the Property drop-down menu, select Hardware Ids.
- Copy the second hardware ID by right-clicking on it.
- Return to Notepad and paste the copied ID in the new line’s second row.
- Replace the placeholder device code with the actual GPU ID number.
- Now alter the new line’s section number to follow sequentially from the previous one; in this case it would become 363.
- After modifying the GPU ID, scroll to the [Strings] section.
- At the end of the [Strings] section, create a new line and paste the modified GPU code.
- Next, type in your GPU’s name, following the pattern seen in previously listed entries.
- Save the changes by pressing Ctrl + S or select File then Save.
- Go to the bottom of the directory where the INF files are and double-click the setup to install the driver.
- If the issue persists, proceed to the next method.
4. Rename NVIDIA Graphics Folder
In some instances, renaming the Nvidia folder in the system drive may resolve the issue. Renaming a folder disrupts the associated services since their path is altered as well.
- Open File Explorer and navigate to the system drive.
- Go to Program Files, right-click NVIDIA Corporation, and select Rename.
- Rename the folder to an identifiable name related to Nvidia for easier recognition.
- Run the driver setup again and verify if the error is resolved.
5. Perform a Complete Reinstall of Nvidia Software and Driver
If none of the above methods solve the issue, it may be necessary to completely uninstall the Nvidia driver and all associated software, including registry entries. This can be done using the Display Driver Uninstaller (DDU) application, which enables the complete removal of drivers from the system.
- Download the Display Driver Uninstaller.
- Right-click on the downloaded ZIP folder and choose Extract to DDU. (We recommend using WinRAR for the extraction process.)Note: Ensure you follow the instructions from the DDU application for the best results.
- Navigate to the DDU folder and double-click on the Display Driver Uninstaller.exe to open it.
- A pop-up window will appear, click Extract.
- After the extraction is complete, open the folder and run the DDU application.
- DDU may recommend using Safe Mode to uninstall the driver for a cleaner removal, but this is optional.
- In DDU, select the Device Type (GPU) and the Device (your graphics card).
- Choose either Clean & Restart to remove the driver and reboot, or Clean and Do Not Restart if you’re not ready to reboot.
- Finally, visit your graphics card manufacturer’s website and download the most recent driver.
Note: Laptops users should download their drivers from the laptop manufacturer’s website to ensure compatibility.
If all the methods outlined above still do not resolve the error, consider performing a system restore to revert your computer to a prior working state, or reset your Windows while retaining your personal data. Afterwards, download and install the driver from the Nvidia official website again.