You are here: Getting Started > Installation and Licensing > Windows > Installing Nuke on Windows

Installing Nuke on Windows

Nuke 8.0v7 is installed separately to any previous versions installed.

The installation package installs Nuke, NukeX, Nuke Assist, and the Nuke PLE version, and icons for these appear in your installation folder.

To install Nuke on Windows, see either:

Installing Nuke with the User Interface (UI), or

Installing Nuke from the Command Line.

Installing Nuke with the User Interface (UI)

1.   Download the correct .exe installation file from our web site at www.thefoundry.co.uk.
2.   Double-click on the file to install Nuke.
3.   Follow the on-screen instructions. By default, Nuke is installed to drive letter:\Program Files\Nuke 8.0v7.
4.   The Nuke plug-ins page on The Foundry website opens, giving you easy access to a large selection of plug-ins to use with Nuke.
5.   Proceed to Licensing Nuke on Windows.

NOTE:  On Windows, if you install Nuke to a network drive to run from multiple computers, please ensure that the correct Microsoft run time libraries are installed on each machine that runs Nuke. To do this, run vcredist_x64.exe on each machine. The appropriate one of these files can be found in the VCRedist subdirectory in the folder where Nuke is installed.

Running Nuke without installing the libraries on your machine may work correctly, particularly as many systems (such as Windows Vista by default) already have them. If the libraries are not present, Nuke can still run correctly, but some plug-ins may fail to load with error messages such as “This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.”

Please note that these libraries are set up automatically on the machine that runs the Nuke installer, so users installing on their local machine do not need to worry about this issue.

Installing Nuke from the Command Line

To install Nuke from the command line, do the following:

1.   Download the correct .exe installation file from our web site at www.thefoundry.co.uk.
2.   To open a command prompt window, select Start > All Programs > Accessories > Command Prompt.
3.   Use the cd (change directory) command to move to the directory where you saved the installation file. For example, if you saved the installation file in C:\Temp, use the following command and press Return:

cd \Temp

4.   To install Nuke, do one of the following:

To install Nuke to the current directory and display the installation dialog, type the name of the install file without the file extension and press Return:

Nuke8.0v7-win-x86-release-64

To install Nuke to a specified directory and display the installation dialog, use the /dir install option:

Nuke8.0v7-win-x86-release-64 /dir=“C:\Nuke

To install Nuke silently so that the installer does not prompt you for anything but displays a progress bar, enter /silent after the installation command:

Nuke8.0v7-win-x86-release-64 /silent

To install Nuke silently so that nothing is displayed, enter /verysilent after the installation command:

Nuke8.0v7-win-x86-release-64 /verysilent

You can also use a combination of install options:

Nuke8.0v7-win-x86-release-64 /silent /dir=“C:\Nuke

NOTE:  By using the silent or verysilent install options, you agree to the terms of the Nuke End User Licensing Agreement. To see this agreement, please refer to Appendix D: EULA in the Nuke User Guide or run the installer in standard, non-silent mode.