-
Add NCDLLIB to the PATH Environment Variable:
- Open Command Prompt.
- Run the command to add the NCDLLIB executable to the PATH variable:
AddPath "C:\Program Files\NCDLLIB\bin"
-
Install NCDLLIB as a .NET executable:
- Use the
NetInstall.execommand. Ensure the path is correct:NetInstall.exe /full $NCDLLIB
Note: If you're unsure about the path, try:
NetInstall.exe r"C:\Program Files\NCDLLIB\bin\NCDLLIB.exe"
- Use the
-
Test the Application:
- Open the installed NCDLLIB folder by right-clicking and selecting "Run as Program."
- Navigate to
NCDLLIB.exeand start the application to test its functionality.
-
Optional: Remove the Installed Folder:
- After successful installation, remove the NCDLLIB folder:
RemovePath "C:\Program Files\NCDLLIB\bin"
- After successful installation, remove the NCDLLIB folder:
By following these steps, you should successfully install and use NordLayer on your Windows machine.


