Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feedback for binary distro windows-386 #3214

Closed
adg opened this issue Mar 6, 2012 · 23 comments
Closed

feedback for binary distro windows-386 #3214

adg opened this issue Mar 6, 2012 · 23 comments

Comments

@adg
Copy link
Contributor

adg commented Mar 6, 2012

Please describe your experiences with the windows-386 binary distribution, both positive
and negative, here. Thanks.

http://code.google.com/p/go/downloads/list
@ajstarks
Copy link
Contributor

ajstarks commented Mar 6, 2012

Comment 1:

Flawless transition from the zip file distribution to the MSI installer.  Tested package
builds and dependent clients, with no issues. Existing environment variable settings
were used with no intervention required.

@tjyang
Copy link

tjyang commented Mar 6, 2012

Comment 2:

Tested on my XP SP3.
After launching godoc from desktop, two places are not working on homepage.
True for 64 bit msi also.
1. Search box doesn't work.
   Message: Search index disabled: no results available
2. "Run" and "Share" buttons not working  with messages in cmd.exe shell
012/03/05 17:04:20 GetFileAttributesEx c:\go\compile: The system cannot find th
 file specified.
012/03/05 17:04:26 GetFileAttributesEx c:\go\share: The system cannot find the
ile specified.
012/03/06 16:35:48 GetFileAttributesEx c:\go\share: The system cannot find the
ile specified.
012/03/06 16:35:57 GetFileAttributesEx c:\go\share: The system cannot find the
ile specified.
012/03/06 16:35:59 GetFileAttributesEx c:\go\compile: The system cannot find th
 file specified.

@mhilton
Copy link

mhilton commented Mar 6, 2012

Comment 3:

I understand that this is purely a personal preference, but I do rather dislike it when 
 installers presume to put icons on my desktop.

@ajstarks
Copy link
Contributor

ajstarks commented Mar 7, 2012

Comment 4:

Windows XP SP 2:
Clicking on the GoDocServer icon i get a an error dialog: "Windows cannot find 'and'
(see attached file) I think this is because GOROOT is "c:\Documents and
Settings\<User>\Desktop\go"  (note the spaces in the filename)

Attachments:

  1. godocerror.png (7613 bytes)

@jpoirier
Copy link
Member

jpoirier commented Mar 7, 2012

Comment 5:

There's a todo to add an option to allow opting out of the desktop shortcut icon, sorry
it's not already in the installer. 
I'm looking into the godoc problems now. Thanks for testing and posting!
-joe

Status changed to Started.

@gopherbot
Copy link

Comment 6 by daz.fuller:

Just installed only a couple of minor issues so far:
1) Tried installing using the MSI from a previous version, getting a message that a
previous version is installed and should be removed first.  Would be nice if the
installer handled this for you.
2) The "go build" command is working slightly differently, previously if you entered:
"go build myfile.go"
You would get an executable of "myfile.exe", now running the same command will give you
a file of "myfile" without an extension which Windows then refuses to run.  I think that
the old behaviour was nicer for new users as it means that they don't have to enter a
"-o" flag each time when trying out sample programs.

@mark-summerfield
Copy link

Comment 7:

I installed on Windows 7 in VirtualBox. I had no problems, but have one suggestion.
At the end of the installation I think you should be prompted for a directory where you
want your own Go programs to go with a default of say %HOMEPATH%\go. Then the installer
should create this directory, plus %HOMEPATH%\go\src and set the GOPATH environment
variable. Then the user can simply create their apps and pkgs in %HOMEPATH%\go\src and
everything will "just work".

@dlintw
Copy link

dlintw commented Mar 7, 2012

Comment 8:

Install on d:\go. When I click godoc icon, it still try to open
c:\go\lib\godoc\codewalk.html.

@dlintw
Copy link

dlintw commented Mar 8, 2012

Comment 9:

suggestion:
* instead of setting golbal environment, maybe it is better provide env.bat
* icon for goplay (local version)
* icon for UTF-8 (with correct font) console

@gopherbot
Copy link

Comment 10 by starstarstarpku:

I installed go.weekly.2012-03-04.windows-386 on Win7. I encountered the following error
dialog:
 
The installer has insufficient privileges to access this directory: D:\Go\test. The
installation cannot continue. Log on as administrator or contact your system
administrator.

@gopherbot
Copy link

Comment 11 by alvalea:

It works great on windows 7!!
Thanks Go Team :)

@gopherbot
Copy link

Comment 12 by phrozen10:

I installed 2 times, the first one didn't erase my previos installed libraries so I
removed manually most of the directories.
Second install went fine. I don't see anything even remotely related to godoc server
icon or else on my desktop.
Go run, go get, go install, go build all run well under Windows 7 and power shell. the
default executable on windows does not have the .exe extension, you have to "go build -o
main.exe main.go" which is kinda slugish.
I could build and install without setting GOPATH or GOROOT, everything else is fine.

@gopherbot
Copy link

Comment 13 by SongV.Liu:

On windows 7, Windows PE format file will not be generated with the command "go build"

@alberts
Copy link
Contributor

alberts commented Mar 13, 2012

Comment 14:

I tried to install the latest weekly after previously having installed another one.
I got this dialog:
[Window Title]
Windows Installer
[Main Instruction]
Another version of this product is already installed.  Installation of this version
cannot continue.  To configure or remove the existing version of this product, use
Add/Remove Programs on the Control Panel.
[OK]
The typical action on Windows is to offer to uninstall the package and then install the
new one. Hunting around in Programs to find the old installation is a bit of a pain.

@jpoirier
Copy link
Member

Comment 15:

This is one of several changes/updates that will be included in the next weekly.
-joe

@ajstarks
Copy link
Contributor

Comment 16:

Windows XP 2012-03-13 weekly zip, install with no issues

@4ad
Copy link
Member

4ad commented Mar 14, 2012

Comment 17:

The problem mentioned in the amd64 issue here:
https://golang.org/issue/3215?c=13 is also valid for 386.

@alberts
Copy link
Contributor

alberts commented Mar 23, 2012

Comment 18:

weekly 2012-03-22 msi
I have a C: drive for Windows and programs and a E: drive for data. D: is a CD-ROM. For
some reason the installer's path defaulted to E:\Go instead of C:\Go.

@jpoirier
Copy link
Member

Comment 19:

We need to put this line <SetDirectory Id="INSTALLDIRROOT" Value="C:\"
/> back in installer.wxs
-joe

@ajstarks
Copy link
Contributor

Comment 20:

weekly-2012-03-22 (zip file)
rename old version, unzip to desktop, run local tests (install svgo, compile clients),
runs fine

@adg
Copy link
Contributor Author

adg commented Mar 26, 2012

Comment 21:

Status changed to WaitingForReply.

@adg
Copy link
Contributor Author

adg commented Mar 27, 2012

Comment 22:

Labels changed: added priority-later.

@adg
Copy link
Contributor Author

adg commented Apr 19, 2012

Comment 23:

Closing these issues now that Go 1 is out. Please create a new issue for any problem
with the binary distributions.

Status changed to Done.

@adg adg added done labels Apr 19, 2012
@adg adg self-assigned this Apr 19, 2012
@golang golang locked and limited conversation to collaborators Jun 24, 2016
@rsc rsc unassigned adg Jun 22, 2022
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

10 participants