I came across below error while generating msi file from wxm file.
candle.exe error CNDL0027 : The File/@Name attribute's value testdata.value.dll is not a valid 8.3-compliant name.
Below solution did not work. In registry HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem change the value NtfsDisable8dot3NameCreation to 1
Note: I am using candle.exe version 2. My machine is 64-bit and has windows 10.
Any idea what to set or change to resolve the issue?
Update 1: Tried to use FSUTIL.EXE 8dot3name 2.
FSUTIL.EXE 8dot3name query E: The volume state is: 0 (8dot3 name creation is enabled). The registry state is: 2 (Per volume setting - the default).
Based on the above two settings, 8dot3 name creation is enabled on E:
Result: I can see short name of file by using dir /x
Issue: I am still getting "error CNDL0027 : The File/@Name attribute's value testdata.value.dll is not a valid 8.3-compliant name"