diff options
Diffstat (limited to '_posts/2008-01-30-windows-installer.markdown')
-rw-r--r-- | _posts/2008-01-30-windows-installer.markdown | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/_posts/2008-01-30-windows-installer.markdown b/_posts/2008-01-30-windows-installer.markdown new file mode 100644 index 0000000..9ee36b1 --- /dev/null +++ b/_posts/2008-01-30-windows-installer.markdown @@ -0,0 +1,30 @@ +--- +layout: post +title: "Windows Installer" +author: "Sebastian Pipping" +email: "staff@irssi.org" +--- + +[Joshua Dick](http://joshdick.net/) and [Sebastian +Pipping](http://www.hartwork.org/) have been putting our work into improving the +Irssi experience for Windows users. We made an installer built on NSIS and an +USB archive made to be put on an USB stick and allow carrying your personal +Irssi instance with you. + +<a href="/images/irssi_installer_100.png"><img src="/images/irssi_installer_40.png" /></a> + +Both packages offer running Irssi in two modes: either through cmd (the default +Windows command line) or puttycyg (a Putty-based command line) which mainly +looks better than cmd. + +<a href="/images/irssi_puttycyg_100.png"><img src="/images/irssi_puttycyg_40.png" /></a> + +<a href="/images/irssi_cmd_100.png"><img src="/images/irssi_cmd_40.png" /></a> + +Have fun with it and report any bugs! + +- Installer: [/files/irssi_0_8_12_setup_2.exe](http://www.irssi.org/files/irssi_0_8_12_setup_2.exe). +- USB archive: [/files/irssi_0_8_12_usb_2.zip](http://www.irssi.org/files/irssi_0_8_12_usb_2.zip). +- SVN repo: [http://svn.irssi.org/repos/contrib/w32installer/](http://svn.irssi.org/repos/contrib/w32installer/). + +The Irssi Team. |