Skip to content

Commit

Permalink
misc/dist/windows: fix broken icon, other misc
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jpoirier committed Feb 22, 2012
1 parent 433e47d commit fe5b4a2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 16 deletions.
File renamed without changes.
8 changes: 3 additions & 5 deletions misc/dist/windows/README → misc/dist/windows/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,17 @@ Dependencies
Packaging
=========
The dependencies must be callable from dist.bat, therefore,
they'll need to be in/added to the system's search PATH.
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
----
----
- Write a Go program for dist.bat functionality
- Documentation server shortcut checkbox option

Misc
Expand Down
Binary file modified misc/dist/windows/images/gopher.ico
Binary file not shown.
21 changes: 10 additions & 11 deletions misc/dist/windows/installer.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
Languages="1033" />
<!-- 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="ARPCONTACT" Value="[email protected]" />
<Property Id="ARPHELPLINK" Value="golang.org/doc/community.html" />
<Property Id="ARPREADME" Value="golang.org" />
<Property Id="ARPURLINFOABOUT" Value="golang.org" />
<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="[email protected]" />
<Property Id="ARPHELPLINK" Value="golang.org/doc/community.html" />
<Property Id="ARPREADME" Value="golang.org" />
<Property Id="ARPURLINFOABOUT" Value="golang.org" />
<Icon Id="gopher.ico" SourceFile="images\gopher.ico"/>
<Property Id="ARPPRODUCTICON" Value="gopher.ico" />
<Media Id='1' Cabinet="go.cab" EmbedCab="yes" CompressionLevel="high" />
Expand Down Expand Up @@ -114,10 +114,10 @@
Key="Software\GoProgrammingLanguage"
Action="create" >
<RegistryValue
Name="installed"
Type="integer"
Value="1"
KeyPath="yes" />
Name="installed"
Type="integer"
Value="1"
KeyPath="yes" />
<RegistryValue
Name="installLocation"
Type="string"
Expand All @@ -144,7 +144,6 @@
Id="GoTools"
Title="Go"
Level="1">

<ComponentRef Id="Component_GoEnvironment" />
<ComponentGroupRef Id="AppFiles" />
<ComponentRef Id="Component_GoShortCuts" />
Expand All @@ -156,7 +155,7 @@
</InstallExecuteSequence>

<!-- Include the user interface -->
<WixVariable Id="WixUILicenseRtf" Value="LICENSE" />
<WixVariable Id="WixUILicenseRtf" Value="LICENSE.rtf" />
<WixVariable Id="WixUIBannerBmp" Value="images\Banner.jpg" />
<WixVariable Id="WixUIDialogBmp" Value="images\Dialog.jpg" />
<Property Id="WIXUI_INSTALLDIR" Value="INSTALLDIR" />
Expand Down

0 comments on commit fe5b4a2

Please sign in to comment.