Commit fe5b4a2f authored by Joe Poirier's avatar Joe Poirier

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
parent 433e47dc
...@@ -11,19 +11,17 @@ Dependencies ...@@ -11,19 +11,17 @@ Dependencies
Packaging Packaging
========= =========
The dependencies must be callable from dist.bat, therefore, 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. 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
......
misc/dist/windows/images/gopher.ico

41.9 KB | W: | H:

misc/dist/windows/images/gopher.ico

22 KB | W: | H:

misc/dist/windows/images/gopher.ico
misc/dist/windows/images/gopher.ico
misc/dist/windows/images/gopher.ico
misc/dist/windows/images/gopher.ico
  • 2-up
  • Swipe
  • Onion skin
...@@ -36,11 +36,11 @@ ...@@ -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" />
...@@ -114,10 +114,10 @@ ...@@ -114,10 +114,10 @@
Key="Software\GoProgrammingLanguage" Key="Software\GoProgrammingLanguage"
Action="create" > Action="create" >
<RegistryValue <RegistryValue
Name="installed" Name="installed"
Type="integer" Type="integer"
Value="1" Value="1"
KeyPath="yes" /> KeyPath="yes" />
<RegistryValue <RegistryValue
Name="installLocation" Name="installLocation"
Type="string" Type="string"
...@@ -144,7 +144,6 @@ ...@@ -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 @@ ...@@ -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" />
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment