diff options
Diffstat (limited to 'src/ext/VisualStudio/wixlib/VS2019.wxs')
-rw-r--r-- | src/ext/VisualStudio/wixlib/VS2019.wxs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/ext/VisualStudio/wixlib/VS2019.wxs b/src/ext/VisualStudio/wixlib/VS2019.wxs index 0be63dec..0deef2cc 100644 --- a/src/ext/VisualStudio/wixlib/VS2019.wxs +++ b/src/ext/VisualStudio/wixlib/VS2019.wxs | |||
@@ -2,11 +2,10 @@ | |||
2 | 2 | ||
3 | 3 | ||
4 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | 4 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> |
5 | <?include ..\..\caDecor.wxi ?> | ||
6 | |||
5 | <Fragment> | 7 | <Fragment> |
6 | <Property Id="VS2019_ROOT_FOLDER" Secure="yes" /> | 8 | <Property Id="VS2019_ROOT_FOLDER" Secure="yes" /> |
7 | |||
8 | <!-- Currently supported only on x86 --> | ||
9 | <CustomActionRef Id="VSFindInstances" /> | ||
10 | </Fragment> | 9 | </Fragment> |
11 | 10 | ||
12 | <Fragment> | 11 | <Fragment> |