#195 closed enhancement

user-friendly installer for Windows -- for my Dad! — at Version 13

Reported by: zooko Owned by: robk
Priority: major Milestone: 1.13.0
Component: packaging Version: 0.7.0
Keywords: win64 windows installer openitp-packaging Cc: arch_o_median
Launchpad Bug:

Description (last modified by zooko)

My dad would love to see some new grand-children movies. I would love for there to be a package for Tahoe on Windows that was simple enough to install that he could install it on his home computer.

The starting point should probably be to find out how well setuptools and py2exe have grown together since last we looked...

http://peak.telecommunity.com/DevCenter/setuptools http://www.py2exe.org/index.cgi/ExeWithEggs http://www.py2exe.org/index.cgi/News

Change History (13)

comment:1 Changed at 2007-10-29T17:16:16Z by zooko

See also ticket #182 -- user-friendly installer for Mac -- for my Mom!

comment:2 Changed at 2007-10-29T17:16:20Z by zooko

  • Status changed from new to assigned

comment:3 Changed at 2007-11-01T18:07:03Z by zooko

  • Milestone changed from 0.6.2 to 0.7.1

We're focussing on an imminent v0.7.0 (see the roadmap) which hopefully has #197 -- Small Distributed Mutable Files and also a fix for #199 -- bad SHA-256. So I'm bumping less urgent tickets to v0.7.1.

comment:4 Changed at 2007-11-13T18:26:43Z by zooko

  • Milestone changed from 0.7.1 to 0.7.2
  • Version changed from 0.6.1 to 0.7.0

We need to choose a manageable subset of desired improvements for [ http://allmydata.org/trac/tahoe/milestone/0.7.1 v0.7.1], scheduled for two week hence, so I'm bumping this one into v0.7.2, scheduled for mid-December.

comment:5 Changed at 2007-12-21T18:46:46Z by zooko

  • Cc arch_o_median added

See tickets #242 -- "binary package for win32" and #243 -- "package including all dependencies for win32" which are two steps leading up to this ticket.

comment:6 Changed at 2008-01-04T19:28:53Z by zooko

Brian wrote:

"* add windows-specific code to the installer to automatically create a node, and run it as a service. The install process should have a checkbox (defaulting to Yes) to do the service thing. The install should also create a "tahoe" executable (for command-line tools like 'tahoe ls'), and a "tahoe-client" executable (which just runs the client). The goal for this is to allow a user to run multiple nodes in separate directories, or to just get the default node and have it automatically start. We also need configuration control panels to set an Introducer."

comment:7 Changed at 2008-01-05T03:51:18Z by warner

  • Milestone changed from 0.7.2 to 0.9.0

comment:8 Changed at 2008-01-09T01:10:51Z by warner

  • Milestone changed from 0.9.0 (Allmydata 3.0 final) to 0.8.0 (Allmydata 3.0 Beta)

comment:9 Changed at 2008-01-10T20:25:51Z by zooko

  • Owner changed from zooko to robk
  • Status changed from assigned to new

comment:10 Changed at 2008-01-10T20:26:01Z by zooko

Rob has made some good progress on this already!

comment:11 Changed at 2008-03-08T01:33:26Z by zooko

  • Milestone changed from 0.8.0 (Allmydata 3.0 Beta) to 0.9.0 (Allmydata 3.0 final)

I think Rob has pretty much done this, as well as:

  • #243 (package including all dependencies for win32)
  • #242 (binary package for win32)

but perhaps not yet

Rob: please close these tickets as appropriate.

comment:12 Changed at 2008-03-12T19:29:00Z by robk

  • Resolution set to fixed
  • Status changed from new to closed

the 'make windows-installer' build target takes a py2exe build (c.f. #242) and makes a double-clickable installer for windows. it depends upon innosetup 5 to build the installer.

this includes all the binaries mentioned in #242, and runs the confwiz by default upon install. thus the user, upon install, is prompted to log into or create and account, and the machine's tahoesvc node is thus configured.

this installer also includes the 'winfuse' subsystem and the 'allmydatatray.exe' which provide, respectively, an SMB interface to the tahoe filesystem, allowing browsing and use of the fs via windows explorer and arbitrary apps, and a small system-tray ui widget making it easy to start/stop the tahoe service, access that SMB share ('drive') and to launch the built in windows backup facilities.

comment:13 Changed at 2013-11-02T00:01:13Z by zooko

  • Description modified (diff)
  • Resolution fixed deleted
  • Status changed from closed to reopened

This Windows package has long since bit-rotted due to being unmaintained and not having tests.

Note: See TracTickets for help on using tickets.