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 175175 </Directory>
176176
177177 <!-- CPACK_WIX_FEATURES -->
178- <Feature Id="KEYRING" Title="keyring" ConfigurableDirectory="INSTALLDIR" Level="1" Display="hidden">
179- <ComponentRef Id='C.keyring'/>
180- </Feature>
181178 @CPACK_WIX_FEATURES@
182179
183180 <!-- CPACK_WIX_DIRECTORIES -->
184- <DirectoryRef Id='INSTALLDIR'>
185- <Directory Id='D.keyring' Name='keyring'>
186- </Directory>
187- </DirectoryRef>
188181 @CPACK_WIX_DIRECTORIES@
189182
190183 <!--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>
204184 @CPACK_WIX_COMPONENTS@
205185
206186 <!--CPACK_WIX_COMPONENTS_GROUPS -->
You can’t perform that action at this time.
0 commit comments