diff --git a/builder/vmware/driver_workstation9_windows.go b/builder/vmware/driver_workstation9_windows.go index 5cd53c1d2..94b73e050 100644 --- a/builder/vmware/driver_workstation9_windows.go +++ b/builder/vmware/driver_workstation9_windows.go @@ -194,7 +194,7 @@ func findDataFile(file string) string { []string{os.Getenv("VMWARE_DATA"), ""}, []string{path, ""}, []string{os.Getenv("ProgramData"), "/VMWare"}, - []string{os.Getenv("ALLUSERSPROFILE"), "/VMWare"}, + []string{os.Getenv("ALLUSERSPROFILE"), "/Application Data/VMWare"}, } return findFile(file, paths)