Thanks Stephan,

It seems an orphan peace of code. No fragments are using it and no reference to 
that Help folder is anywhere in the project.
Seems to me safe to remove it.

I will try to get rid of it and verify if the installation is still working as 
expected.

I was scared about Bogus_HHRegCA_component, tough may be a reference to 
something internal.

But now it's clear that is just a simple component definition nothing else.

Thanks

-----Original Message-----
From: Tunney, Stephen [mailto:stephen.tun...@nuance.com] 
Sent: Thursday, December 18, 2014 16:14
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] What is this code doing?

It is ensuring that an empty directory named

"Program Files\Common Files\Microsoft Shared\Help"

It seems a bit odd that DirectoryRef elements aren't being used.  We would need 
to see more of the Fragment/file to know EXACTLY where this directory structure 
will land.

is created. 



Stephen Tunney

-----Original Message-----
From: Majcica, Mario [mailto:mario.majc...@bakerhughes.com]
Sent: December-18-14 10:00 AM
To: General discussion about the WiX toolset.
Subject: [WiX-users] What is this code doing?

Hi all,

I inherited in maintenance a WiX project and unfortunately who created can't be 
asked about it.

All of the code is clear except the following:

      <Directory Id="ProgramFilesFolder" Name="Program Files">
        <Directory Id="CommonFilesFolder" Name="Common Files">
          <Directory Id="MSShared.3643236F_FC70_11D3_A536_0090278A1BB8" 
Name="Microsoft Shared">
            <Directory Id="D_Help" Name="Help">
              <Component Id="Bogus_HHRegCA_component" 
Guid="{07C0C968-85D1-11D4-A53F-0090278A1BB8}" KeyPath="yes">
                <CreateFolder Directory="D_Help" />
              </Component>
            </Directory>
          </Directory>
        </Directory>
      </Directory>

Can anyone help me understanding what is this code doing?

Thanks

Mario Majcica

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! 
Instantly Supercharge Your Business Reports and Dashboards with Interactivity, 
Sharing, Native Excel Exports, App Integration & more Get technology previously 
reserved for billion-dollar corporations, FREE 
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! 
Instantly Supercharge Your Business Reports and Dashboards with Interactivity, 
Sharing, Native Excel Exports, App Integration & more Get technology previously 
reserved for billion-dollar corporations, FREE 
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to