diff --git a/changes/reinstall-msi b/changes/reinstall-msi new file mode 100644 index 0000000000..7e6278bfd3 --- /dev/null +++ b/changes/reinstall-msi @@ -0,0 +1 @@ +* Allow MSI packages generated by `fleetctl package` to reinstall on Windows without uninstall. diff --git a/orbit/pkg/packaging/windows_templates.go b/orbit/pkg/packaging/windows_templates.go index fd246a3a14..69ac3fedb8 100644 --- a/orbit/pkg/packaging/windows_templates.go +++ b/orbit/pkg/packaging/windows_templates.go @@ -8,7 +8,7 @@ var windowsWixTemplate = template.Must(template.New("").Option("missingkey=error ` + +