diff options
| author | Rob Mensching <rob@firegiant.com> | 2021-03-02 01:01:26 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-03-02 01:57:04 -0800 |
| commit | b8a6dcabf49c0d2048aa7e19a1b51cdd138ba51f (patch) | |
| tree | 5fc37437db5c5f295f7c042b136692288fc5a227 | |
| parent | dd1c4360b5f50271a5efd531e4dd3be24cd39b58 (diff) | |
| download | wix-b8a6dcabf49c0d2048aa7e19a1b51cdd138ba51f.tar.gz wix-b8a6dcabf49c0d2048aa7e19a1b51cdd138ba51f.tar.bz2 wix-b8a6dcabf49c0d2048aa7e19a1b51cdd138ba51f.zip | |
Short names are now created in the backend not the frontend
| -rw-r--r-- | src/WixToolset.Extensibility/Services/IParseHelper.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/WixToolset.Extensibility/Services/IParseHelper.cs b/src/WixToolset.Extensibility/Services/IParseHelper.cs index 93144629..d64efecd 100644 --- a/src/WixToolset.Extensibility/Services/IParseHelper.cs +++ b/src/WixToolset.Extensibility/Services/IParseHelper.cs | |||
| @@ -115,6 +115,7 @@ namespace WixToolset.Extensibility.Services | |||
| 115 | /// <param name="allowWildcards">true if wildcards are allowed in the filename.</param> | 115 | /// <param name="allowWildcards">true if wildcards are allowed in the filename.</param> |
| 116 | /// <param name="args">Any additional information to include in the hash for the generated short name.</param> | 116 | /// <param name="args">Any additional information to include in the hash for the generated short name.</param> |
| 117 | /// <returns>The generated 8.3-compliant short file/directory name.</returns> | 117 | /// <returns>The generated 8.3-compliant short file/directory name.</returns> |
| 118 | [Obsolete] | ||
| 118 | string CreateShortName(string longName, bool keepExtension, bool allowWildcards, params string[] args); | 119 | string CreateShortName(string longName, bool keepExtension, bool allowWildcards, params string[] args); |
| 119 | 120 | ||
| 120 | /// <summary> | 121 | /// <summary> |
