Issue14

Title Windows installer
Type wish Status chatting
Importance 30.0
Superseder Nosy List dalc, mg, mk, t.toft, tpj
Assigned To Keywords

Created on 2008-03-14.18:30:04 by mg, last changed 2008-09-23.16:24:50 by tpj.

Messages
msg191 (view) Author: mg Date: 2008-09-12.13:31:54
Dan, do you run Windows? If you do, then this might be something you
would be interested in?

I think an installer would be a great step towards ensuring that
people can try out VIFF. There was the recent request on the mailing
list which complained about the complicated installation instructions:

  http://article.gmane.org/gmane.comp.cryptography.viff.devel/403

That shows that we should put some effort into this. See also Issue15.
msg97 (view) Author: mg Date: 2008-04-28.16:42:46
I have added you guys to the nosy list since you are the ones using
Windows... Please take a look at Issue38 about the Mac OS X installer
and tell me what you think a Windows installer should do.
msg23 (view) Author: mg Date: 2008-03-14.18:30:04
It would be cool if one could download a single file which would
install all the dependencies needed by VIFF. We want to make it as
easy as possible for people to try out VIFF.

This could be an intelligent installer that downloads stuff as needed
from the Internet: first it checks for Python, then for Twisted, etc.
All the dependencies of VIFF allow redistribution, so there should be
no legal problems in doing this.

We might want to use NSIS (Nullsoft Scriptable Install System) which
can create an installer which we can build under Linux, but which
works under Windows:

  http://nsis.sourceforge.net/Main_Page
History
Date User Action Args
2008-09-23 16:24:50tpjsettype: wish
2008-09-12 13:31:54mgsetimportance: 30.0
nosy: + dalc
messages: + msg191
2008-04-28 16:42:46mgsetstatus: unread -> chatting
nosy: + mk, t.toft, tpj
messages: + msg97
title: Combined Windows installer -> Windows installer
2008-03-14 18:30:04mgcreate