Build TortoisePlink

A standalone packaging of PuTTY's Plink from the Tortoise line of Windows Explorer add-ons.

View the Project on GitHub

Requirements

To build this version of TortoisePlink, you will need the following tools:

Building

It is best to build from the Developer Command Prompt. From command prompt, change into the directory where the installation project resides.

cd <working-directory>\TortoisePlink-setup

Then, using MSBuild; build the platform agnostic installer.

Though the project for TortoisePlink and the platform specific installer, TortoisePlink.Setup.Base, may be build via VisualStudio; the platform agnostic installer must be built from the command-line using MSBuild as shown above.

Troubleshooting