 Go 1.14
 Go 1.14 
| Full internal name: | org.golang.Go | 
| Project site: | http://golang.org | 
| Screen shots: | |
| Download: | Download Go 1.14 https://golang.org/dl/go1.14.windows-386.msi VirusTotal results | 
| Change log: | n/a | 
| Description: | programming language | 
| License: | MIT license | 
| Version: | 1.14 | 
| SHA-1 or SHA-256: | e38482d6ba1b421fc1a3d7190fb042ba07f79ca0d186dd3105e28fe92ef20f07 | 
| Type: | one file | 
| Dependencies: | 
 | 
| Tags: | |
| Text files: | .Npackd\Install.bat: .Npackd\AddProperty.vbs "%npackd_package_binary%" if %errorlevel% neq 0 exit %errorlevel% call "%npackdih%\InstallMSI.bat" INSTALLDIR .Npackd\Uninstall.bat: call "%npackdih%\UninstallMSI.bat" .Npackd\AddProperty.vbs: Option Explicit
Dim MSI_FILE
MSI_FILE = Wscript.Arguments(0)
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:55 UTC 2021 | 
| Last modified by: | tim.lebedk... | 
| Created: | Wed Feb 26 07:52:26 UTC 2020 | 
| Created by: | tim.lebedk... | 
| Automated tests: | 4 of 4 installations succeeded, 3 of 3 removals succeeded |