@joebigelow / wix / commits / 8ade0fbe

WindowsVolume is not a standard directory

Fixes 7233

Rob Mensching committed Feb 21, 2023 at 22:37 UTC 8ade0fbe42dcccfc551b499ce0f2608e57761be3
1 file changed -1
src/api/wix/WixToolset.Data/WindowsInstaller/WindowsInstallerStandard.cs
-1
@@ -396,7 +396,6 @@ namespace WixToolset.Data.WindowsInstaller
396 new DirectorySymbol(null, new Identifier(AccessModifier.Global, "TempFolder")) { Name = "Temp" },
397 new DirectorySymbol(null, new Identifier(AccessModifier.Global, "TemplateFolder")) { Name = "Template" },
398 new DirectorySymbol(null, new Identifier(AccessModifier.Global, "WindowsFolder")) { Name = "Windows" },
399 - new DirectorySymbol(null, new Identifier(AccessModifier.Global, "WindowsVolume")) { Name = "WinVol" },
399 };
400
401 standardActionNames = new HashSet<string>(standardActions.Select(a => a.Action));