1
0
mirror of https://github.com/golang/go synced 2024-10-03 22:31:21 -06:00
go/misc/dist/windows
Joe Poirier fe5b4a2f9b misc/dist/windows: fix broken icon, other misc
fix, and shrink, the gopher icon, txt extensions
for license and readme files, minor format changes
in the wxs file

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5683054
2012-02-21 22:15:03 -06:00
..
images misc/dist/windows: fix broken icon, other misc 2012-02-21 22:15:03 -06:00
dist.bat misc/dist/windows: ongoing dev 2012-02-20 00:29:57 -06:00
installer.wxs misc/dist/windows: fix broken icon, other misc 2012-02-21 22:15:03 -06:00
LICENSE.rtf misc/dist/windows: fix broken icon, other misc 2012-02-21 22:15:03 -06:00
README.txt misc/dist/windows: fix broken icon, other misc 2012-02-21 22:15:03 -06:00

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.

Run dist.bat from a command prompt or click on the batch file.

TODO
----
- Write a Go program for dist.bat functionality
- Documentation server shortcut checkbox option

Misc
----
WiX box sizes:
 - banner size: 493x58
 - left side of dialog: 164x312
 - full dialog size: 493x312