aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/updater/msirunner_windows.go
diff options
context:
space:
mode:
Diffstat (limited to 'updater/msirunner_windows.go')
-rw-r--r--updater/msirunner_windows.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/updater/msirunner_windows.go b/updater/msirunner_windows.go
index 1ea405f4..92fd4e0e 100644
--- a/updater/msirunner_windows.go
+++ b/updater/msirunner_windows.go
@@ -9,14 +9,15 @@ import (
"crypto/rand"
"encoding/hex"
"errors"
- "github.com/Microsoft/go-winio"
- "golang.org/x/sys/windows"
"os"
"os/exec"
"path"
"runtime"
"syscall"
"unsafe"
+
+ "github.com/Microsoft/go-winio"
+ "golang.org/x/sys/windows"
)
func runMsi(msiPath string, userToken uintptr) error {