mirror of https://github.com/golang/go.git
Embedded Go images in the installer dialog and banner boxes, Go tree cloning uses version info from the Go tool (readme updated), the installer allows up/down-grading and reparing of the version that's installed, added two registry values. R=golang-dev, bradfitz, bradfitz CC=golang-dev https://golang.org/cl/5683048 |
||
|---|---|---|
| .. | ||
| images | ||
| LICENSE | ||
| README | ||
| dist.bat | ||
| installer.wxs | ||
README
dist.bat packages the Go toolchain for Windows in both zip and installer (msi) format. Dependencies ============ - Windows Installer XML (WiX) toolset: http://wix.sourceforge.net/ - 7Zip (command line version): http://www.7-zip.org/download.html - Mercurial (hg): http://mercurial.selenic.com/ Packaging ========= The dependencies must be callable from dist.bat, therefore, they'll need to be in/added to the system's search PATH. The packaging needs to be done from within a tracked Go folder. Packages are built by cloning the same version of the source tree that the Go tools were built from. To create an i386 distribution package on a 64 bit system, set GOARCH=386 prior to calling dist.bat. Run dist.bat from a command prompt or click on the batch file. TODO ---- - Documentation server shortcut checkbox option Misc ---- WiX box sizes: - banner size: 493x58 - left side of dialog: 164x312 - full dialog size: 493x312