aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2021-03-02 01:01:26 -0800
committerRob Mensching <rob@firegiant.com>2021-03-02 01:57:04 -0800
commitb8a6dcabf49c0d2048aa7e19a1b51cdd138ba51f (patch)
tree5fc37437db5c5f295f7c042b136692288fc5a227 /src
parentdd1c4360b5f50271a5efd531e4dd3be24cd39b58 (diff)
downloadwix-b8a6dcabf49c0d2048aa7e19a1b51cdd138ba51f.tar.gz
wix-b8a6dcabf49c0d2048aa7e19a1b51cdd138ba51f.tar.bz2
wix-b8a6dcabf49c0d2048aa7e19a1b51cdd138ba51f.zip
Short names are now created in the backend not the frontend
Diffstat (limited to 'src')
-rw-r--r--src/WixToolset.Extensibility/Services/IParseHelper.cs1
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>