Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
1b91e010
Commit
1b91e010
authored
Dec 05, 2016
by
Nils Gladitz
Browse files
Utilities/Release: Store WiX CMake install location in Windows registry
parent
c45b767a
Pipeline
#37074
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Utilities/Release/WiX/WIX.template.in
View file @
1b91e010
...
...
@@ -36,7 +36,18 @@
<WixVariable
Id=
"WixUIDialogBmp"
Value=
"$(var.CPACK_WIX_UI_DIALOG)"
/>
<?endif?>
<FeatureRef
Id=
"ProductFeature"
/>
<DirectoryRef
Id=
"TARGETDIR"
>
<Component
Id=
"CMakeRegistry"
>
<RegistryKey
Root=
"HKLM"
Key=
"Software\Kitware\CMake"
>
<RegistryValue
Type=
"string"
Name=
"InstallDir"
Value=
"[INSTALL_ROOT]"
KeyPath=
"yes"
/>
</RegistryKey>
</Component>
</DirectoryRef>
<FeatureRef
Id=
"ProductFeature"
>
<ComponentRef
Id=
"CMakeRegistry"
/>
</FeatureRef>
<UIRef
Id=
"$(var.CPACK_WIX_UI_REF)"
/>
...
...
Brad King
@brad.king
mentioned in commit
9cf5fe22
·
Dec 06, 2016
mentioned in commit
9cf5fe22
mentioned in commit 9cf5fe22d0ac51a45d99823820a100ea02ab4305
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment