TYPO3 / CmsComposerInstallers

TYPO3 CMS Composer Installer
GNU General Public License v2.0
58 stars 39 forks source link

[FEATURE] Using junctions and hardlinks on Windows #77

Closed gilbertsoft closed 5 years ago

gilbertsoft commented 6 years ago

Symbolic links on Windows requires the SeCreateSymbolicLinkPrivilege which normally is only set for admins. This patch changes the behavior as suggested in issue #69 to force the creation of junctions and hardlinks instead.

Resolves: #69

helhum commented 5 years ago

This change is obsolete for TYPO3 versions 9.5 and higher, as no symlinks are created any more. Thus I'm closing this one now.