build an .exe installer for 64-bit Windows 7 (and preferably 8) #195
Labels
No Label
0.2.0
0.3.0
0.4.0
0.5.0
0.5.1
0.6.0
0.6.1
0.7.0
0.8.0
0.9.0
1.0.0
1.1.0
1.10.0
1.10.1
1.10.2
1.10a2
1.11.0
1.12.0
1.12.1
1.13.0
1.14.0
1.15.0
1.15.1
1.2.0
1.3.0
1.4.1
1.5.0
1.6.0
1.6.1
1.7.0
1.7.1
1.7β
1.8.0
1.8.1
1.8.2
1.8.3
1.8β
1.9.0
1.9.0-s3branch
1.9.0a1
1.9.0a2
1.9.0b1
1.9.1
1.9.2
1.9.2a1
LeastAuthority.com automation
blocker
cannot reproduce
cloud-branch
code
code-dirnodes
code-encoding
code-frontend
code-frontend-cli
code-frontend-ftp-sftp
code-frontend-magic-folder
code-frontend-web
code-mutable
code-network
code-nodeadmin
code-peerselection
code-storage
contrib
critical
defect
dev-infrastructure
documentation
duplicate
enhancement
fixed
invalid
major
minor
n/a
normal
operational
packaging
somebody else's problem
supercritical
task
trivial
unknown
was already fixed
website
wontfix
worksforme
No Milestone
No Assignees
4 Participants
Notifications
Due Date
No due date set.
Reference: tahoe-lafs/trac-2024-07-25#195
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
See also ticket #182 -- user-friendly installer for Mac -- for my Mom!
We're focussing on an imminent v0.7.0 (see the roadmap) which hopefully has [#197 #197 -- Small Distributed Mutable Files] and also a fix for [#199 #199 -- bad SHA-256]. So I'm bumping less urgent tickets to v0.7.1.
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.
See tickets #242 -- "binary package for win32" and #243 -- "package including all dependencies for win32" which are two steps leading up to this ticket.
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."
Rob has made some good progress on this already!
I think Rob has pretty much done this, as well as:
but perhaps not yet
Rob: please close these tickets as appropriate.
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.
This Windows package has long since bit-rotted due to being unmaintained and not having tests.
#1093 was a duplicate of this, with detailed reports from multiple people who attempted to build .exe's.
user-friendly installer for Windows -- for my Dad!to build an .exe installer for Windows 7 (and preferably 8)build an .exe installer for Windows 7 (and preferably 8)to build an .exe installer for 64-bit Windows 7 (and preferably 8)Currently working on this in the https://github.com/tahoe-lafs/tahoe-lafs/commits/195-windows-packaging-2 branch.
Current branch is https://github.com/tahoe-lafs/tahoe-lafs/commits/195.windows-packaging.10. This is broken at the moment and there's little point in wider testing yet; I intend to finish it after the release of v1.10.1.
Milestone renamed
moving most tickets from 1.12 to 1.13 so we can release 1.12 with magic-folders
Some Windows packaging would be great. The extended support window for Windows 7 is closing in a handful of days and Windows 8 is a train wreck that no one should use (supporting evidence: see if you can figure out when Windows 8 support ended or will end).
Also, there is a PyInstaller spec for Tahoe-LAFS in the repo and tested on CI. So, in fact, there apparently is some Windows packaging.
Therefore, considering this fixed.