Changes between Initial Version and Version 1 of Ticket #76
- Timestamp:
- 2021-06-21 13:47:38 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #76 – Description
initial v1 7 7 https://docs.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-getshortpathnamew 8 8 9 This means that the current custom action by the installer will attempt to make a short path name (which in case of the above forum item apparently succeeded, the issue there is another one), and sometimes this will result a long path name nevertheless.9 This means that the current custom action by the installer will attempt to make a short path name (which in case of the above forum item apparently succeeded, the issue there is another one), and sometimes this will result in a long path name nevertheless. 10 10 11 11 We could leave as is, and accept that sometimes the path name contains spaces, or remove the attempt to make a short path name altogether, which means the long path name (which will always contain spaces, given the default installation folder) will be used.