Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

stable wix: fix shell extension feature expansion

move the Display='expand' property to parent element

Changeset a16a564c01e5

Parent 350ce81260d3

by Adrian Buehlmann

Changes to one file · Browse files at a16a564c01e5 Showing diff from parent 350ce81260d3 Diff from another changeset...

 
233
234
235
236
 
237
238
239
240
241
242
243
 
244
245
246
 
233
234
235
 
236
237
238
239
240
241
 
 
242
243
244
245
@@ -233,14 +233,13 @@
  <ComponentRef Id='thgshellx86dll' />   </Feature>   <?elseif $(var.Platform) = "x64" ?> - <Feature Id='ShellExtension' Title='Shell Extension x64' Level='1' AllowAdvertise='no' + <Feature Id='ShellExtension' Title='Shell Extension x64' Level='1' Display='expand' AllowAdvertise='no'   Description='Overlay icons and context menu for 64 bit processes'>   <ComponentGroupRef Id='cmenuI18n' />   <ComponentRef Id='thgtaskbarEXE' />   <MergeRef Id='TortoiseOverlaysMergeX64' />   <ComponentRef Id='thgshellx64dll' /> - <Feature Id='ShellExtensionx86' Title='Shell Extension x86' Display='expand' Level='1' - AllowAdvertise='no' + <Feature Id='ShellExtensionx86' Title='Shell Extension x86' Level='1' AllowAdvertise='no'   Description='Overlay icons and context menu for 32 bit processes'>   <!-- <MergeRef Id='TortoiseOverlaysMergeX86' /> -->   <ComponentRef Id='thgshellx86dll' />