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
This commit is contained in:
Joe Poirier 2012-02-21 22:15:03 -06:00
parent 433e47dc03
commit fe5b4a2f9b
4 changed files with 13 additions and 16 deletions

View File

@ -17,13 +17,11 @@ The packaging needs to be done from within a tracked Go folder.
Packages are built by cloning the same version of the source tree Packages are built by cloning the same version of the source tree
that the Go tools were built from. 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. Run dist.bat from a command prompt or click on the batch file.
TODO TODO
---- ----
- Write a Go program for dist.bat functionality
- Documentation server shortcut checkbox option - Documentation server shortcut checkbox option
Misc Misc

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -36,11 +36,11 @@
Languages="1033" /> Languages="1033" />
<!-- Platform="x86 or x64" --> <!-- Platform="x86 or x64" -->
<Property Id="ARPCOMMENTS" Value="The Go programming language is a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language." /> <Property Id="ARPCOMMENTS" Value="The Go programming language is a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language." />
<Property Id="ARPCONTACT" Value="golang-nuts@googlegroups.com" /> <Property Id="ARPCONTACT" Value="golang-nuts@googlegroups.com" />
<Property Id="ARPHELPLINK" Value="golang.org/doc/community.html" /> <Property Id="ARPHELPLINK" Value="golang.org/doc/community.html" />
<Property Id="ARPREADME" Value="golang.org" /> <Property Id="ARPREADME" Value="golang.org" />
<Property Id="ARPURLINFOABOUT" Value="golang.org" /> <Property Id="ARPURLINFOABOUT" Value="golang.org" />
<Icon Id="gopher.ico" SourceFile="images\gopher.ico"/> <Icon Id="gopher.ico" SourceFile="images\gopher.ico"/>
<Property Id="ARPPRODUCTICON" Value="gopher.ico" /> <Property Id="ARPPRODUCTICON" Value="gopher.ico" />
<Media Id='1' Cabinet="go.cab" EmbedCab="yes" CompressionLevel="high" /> <Media Id='1' Cabinet="go.cab" EmbedCab="yes" CompressionLevel="high" />
@ -144,7 +144,6 @@
Id="GoTools" Id="GoTools"
Title="Go" Title="Go"
Level="1"> Level="1">
<ComponentRef Id="Component_GoEnvironment" /> <ComponentRef Id="Component_GoEnvironment" />
<ComponentGroupRef Id="AppFiles" /> <ComponentGroupRef Id="AppFiles" />
<ComponentRef Id="Component_GoShortCuts" /> <ComponentRef Id="Component_GoShortCuts" />
@ -156,7 +155,7 @@
</InstallExecuteSequence> </InstallExecuteSequence>
<!-- Include the user interface --> <!-- Include the user interface -->
<WixVariable Id="WixUILicenseRtf" Value="LICENSE" /> <WixVariable Id="WixUILicenseRtf" Value="LICENSE.rtf" />
<WixVariable Id="WixUIBannerBmp" Value="images\Banner.jpg" /> <WixVariable Id="WixUIBannerBmp" Value="images\Banner.jpg" />
<WixVariable Id="WixUIDialogBmp" Value="images\Dialog.jpg" /> <WixVariable Id="WixUIDialogBmp" Value="images\Dialog.jpg" />
<Property Id="WIXUI_INSTALLDIR" Value="INSTALLDIR" /> <Property Id="WIXUI_INSTALLDIR" Value="INSTALLDIR" />