diff options
| author | Rob Mensching <rob@firegiant.com> | 2021-04-06 09:34:57 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-04-06 16:10:05 -0700 |
| commit | 86e59fdbc94ae661ca682f04cddb60d7830ae8a8 (patch) | |
| tree | 227b19100f4f116abdd4b4996688a86d58ad3d32 /src/WixToolset.Core.WindowsInstaller/Decompile/Names.cs | |
| parent | 860f77f7c9d522074dc7e44cfe11281efd20687f (diff) | |
| download | wix-86e59fdbc94ae661ca682f04cddb60d7830ae8a8.tar.gz wix-86e59fdbc94ae661ca682f04cddb60d7830ae8a8.tar.bz2 wix-86e59fdbc94ae661ca682f04cddb60d7830ae8a8.zip | |
Introduce StandardDirectory for referencing standard directories
Completes wixtoolset/issues#6416
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Decompile/Names.cs')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Decompile/Names.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Decompile/Names.cs b/src/WixToolset.Core.WindowsInstaller/Decompile/Names.cs index 82258c57..db65bbf7 100644 --- a/src/WixToolset.Core.WindowsInstaller/Decompile/Names.cs +++ b/src/WixToolset.Core.WindowsInstaller/Decompile/Names.cs | |||
| @@ -69,6 +69,7 @@ namespace WixToolset.Core.WindowsInstaller.Decompile | |||
| 69 | 69 | ||
| 70 | public static readonly XName LevelElement = WxsNamespace + "Level"; | 70 | public static readonly XName LevelElement = WxsNamespace + "Level"; |
| 71 | public static readonly XName DialogElement = WxsNamespace + "Dialog"; | 71 | public static readonly XName DialogElement = WxsNamespace + "Dialog"; |
| 72 | public static readonly XName StandardDirectoryElement = WxsNamespace + "StandardDirectory"; | ||
| 72 | public static readonly XName DirectoryElement = WxsNamespace + "Directory"; | 73 | public static readonly XName DirectoryElement = WxsNamespace + "Directory"; |
| 73 | public static readonly XName DirectorySearchElement = WxsNamespace + "DirectorySearch"; | 74 | public static readonly XName DirectorySearchElement = WxsNamespace + "DirectorySearch"; |
| 74 | public static readonly XName CopyFileElement = WxsNamespace + "CopyFile"; | 75 | public static readonly XName CopyFileElement = WxsNamespace + "CopyFile"; |
