File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change 175
175
</Directory>
176
176
177
177
<!-- CPACK_WIX_FEATURES -->
178
- <Feature Id="KEYRING" Title="keyring" ConfigurableDirectory="INSTALLDIR" Level="1" Display="hidden">
179
- <ComponentRef Id='C.keyring'/>
180
- </Feature>
181
178
@CPACK_WIX_FEATURES@
182
179
183
180
<!-- CPACK_WIX_DIRECTORIES -->
184
- <DirectoryRef Id='INSTALLDIR'>
185
- <Directory Id='D.keyring' Name='keyring'>
186
- </Directory>
187
- </DirectoryRef>
188
181
@CPACK_WIX_DIRECTORIES@
189
182
190
183
<!--CPACK_WIX_COMPONENTS-->
191
- <DirectoryRef Id='INSTALLDIR'>
192
- </DirectoryRef>
193
- <DirectoryRef Id='D.keyring'>
194
- <?if '@Platform@' = 'x64'?>
195
- <Component Id='C.keyring' Guid='4238b270-c090-4dec-9224-9286aa48f04e' Win64='yes'>
196
- <CreateFolder/>
197
- </Component>
198
- <?else?>
199
- <Component Id='C.keyring' Guid='4238b270-c090-4dec-9224-9286aa48f04e' Win64='no'>
200
- <CreateFolder/>
201
- </Component>
202
- <?endif?>
203
- </DirectoryRef>
204
184
@CPACK_WIX_COMPONENTS@
205
185
206
186
<!--CPACK_WIX_COMPONENTS_GROUPS -->
You can’t perform that action at this time.
0 commit comments