installer: CustomActions: InstallJunctions

This commit is contained in:
Bill Zissimopoulos
2022-09-09 22:59:14 +01:00
parent 925fa4b6e4
commit 538fee8e54
3 changed files with 182 additions and 9 deletions

View File

@@ -1074,7 +1074,7 @@
<!-- InstallSymlinks installs SxS symlinks -->
<SetProperty
Id="Deferred.InstallSymlinks"
Value='InstallSymlinks "[INSTALLDIR]\" "[SXSDIR]\" bin'
Value='InstallJunctions "[INSTALLDIR]\" "[SXSDIR]\" bin'
Before="Deferred.InstallSymlinks"
Sequence="execute" />
<CustomAction
@@ -1124,7 +1124,7 @@
Return="ignore" />
<SetProperty
Id="Rollback.RemoveSymlinks"
Value='InstallSymlinks "[INSTALLDIR]\" "[SXSDIR]\" bin'
Value='InstallJunctions "[INSTALLDIR]\" "[SXSDIR]\" bin'
Before="Rollback.RemoveSymlinks"
Sequence="execute" />
<CustomAction