Go 64 bit 1

Full internal name:org.golang.Go64
Project site:https://golang.org
Screen shots:
Download: Download Go 64 bit 1

https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/go/go.go1.windows-amd64.msi

VirusTotal results
Change log:n/a
Description:

programming language

License:MIT license
Version:1
SHA-1 or SHA-256:e50c823ca41d3d23ac7dfb9ef4878566e528b816
Type:one file
Dependencies:
Tags:
Text files:
.Npackd\Install.bat:
.Npackd\AddProperty.vbs
if %errorlevel% neq 0 exit %errorlevel%

call "%npackdih%\InstallMSI.bat" INSTALLDIR
.Npackd\Uninstall.bat:
call "%npackdih%\UninstallMSI.bat"
.Npackd\AddProperty.vbs:
Option Explicit

Const MSI_FILE = "go.go1.windows-amd64.msi"

Dim installer, database, view

Set installer = CreateObject("WindowsInstaller.Installer")
Set database = installer.OpenDatabase(MSI_FILE, 1)

Set view = database.OpenView("INSERT INTO Property (Property, Value) VALUES ('INSTALLDIR', 'C:\Go')")
view.Execute
'Set view = database.OpenView("DELETE FROM Directory WHERE Directory='TARGETDIR'")
'view.Execute
'Set view = database.OpenView("UPDATE Directory SET DefaultDir='INSTALLLOCATION' WHERE Directory='TARGETDIR'")
'view.Execute
database.Commit

Set database = Nothing
Set installer = Nothing
Set view = Nothing
Last modified:Sat May 15 09:05:50 UTC 2021
Last modified by:tim.lebedk...
Created:Mon Aug 29 19:43:22 UTC 2016
Created by:tim.lebedk...
Automated tests:0 of 0 installations succeeded, 0 of 0 removals succeeded