1
0
mirror of https://github.com/golang/go synced 2024-10-02 14:28:38 -06:00
go/misc
Joe Poirier 984b4e381d misc/windows packager development intermediate check-in
The installer now: allows a user to select an alternative
install directory, it now adds a Go folder to the Programs
Menu, and it places two shortcuts on the user's desktop.
The Program Menu folder contains shortcuts to the uninstaller
and two batch files, go.bat and godoc.bat. The desktop
shortcuts also point to go.bat and godoc.bat.

go.bat sets the Go environment, including Path, and spawns a
Window's shell. godoc.bat starts the godoc server at
localhost:6060 then spawns a browser window pointing to the
document server.

Setting the environment temporarily and spawning a shell, via
go.bat, should be safer than messing with the system's environment
and it makes the user experience a bit more streamlined.

The packager does work in its current state but it still needs
some polishing. And yes, the plan is to add a dialogue to allow
the user to decline the desktop shortcuts.

R=rsc, alex.brainman, tjyang2001
CC=golang-dev
https://golang.org/cl/5399042
2011-11-17 17:54:06 -06:00
..
arm arm: add gdb support to android launcher script 2010-07-30 10:35:07 +03:00
bash misc/bash: add *.go completion for gofmt 2010-08-30 21:13:11 -04:00
bbedit misc/bbedit: error and rune support 2011-11-14 11:18:00 -08:00
cgo cgo: fix g0 stack guard 2011-11-09 23:11:48 +03:00
chrome/gophertool gophertool: make the keyword 'golang' 2011-06-01 07:24:33 +10:00
dashboard renaming_4: gofix -r everything/but/src/pkg 2011-11-08 15:43:02 -08:00
emacs misc/emacs: add delete builtin 2011-11-15 10:22:34 -08:00
fraise misc: update type + builtin lists found in editor support files 2011-01-19 23:07:49 -05:00
goplay renaming_4: gofix -r everything/but/src/pkg 2011-11-08 15:43:02 -08:00
IntelliJIDEA misc: syntax highlighting support on IntelliJ IDEA 2011-05-20 11:03:33 -07:00
kate kate: add error and rune 2011-11-14 11:16:06 -08:00
notepadplus misc/notepadplus: error and rune support 2011-11-14 11:19:08 -08:00
swig misc/swig: delete binaries 2011-10-17 16:47:52 -07:00
vim misc/vim: add error type. 2011-11-01 21:47:07 -04:00
windows misc/windows packager development intermediate check-in 2011-11-17 17:54:06 -06:00
xcode More Xcode support. 2009-12-30 15:30:57 -08:00
zsh misc: add zsh completion (using compctl) 2010-08-30 21:13:01 -04:00
benchcmp misc/benchcmp: benchmark comparison script 2011-11-15 12:49:22 -05:00