A standalone packaging of PuTTY's Plink from the Tortoise line of Windows Explorer add-ons.
To build this version of TortoisePlink, you will need the following tools:
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.
msbuild TortoisePlink-setp.wixproj /p:Configuration=Release
.
msbuild TortoisePlink-setp.wixproj /p:Configuration=Debug
.
msbuild TortoisePlink-setp.wixproj
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.