Today several of our installers create a "logs" folder in a unique
location.  We are planning on moving this folder to a location that is
common for all of our applications.  How best should I define this
component in each of my installers?  I assume I should have the same Guid
for each, right?


<ComponentGroup Id="LogsFolderComp" Directory="LOGSDIR">
  <Component Id="LogsComp" Guid="XXX" KeyPath="yes">
    <CreateFolder/>
  </Component>
</ComponentGroup>

Also, I assume "the best" way to build this component is to create a tiny
wixlib that just contains this component.  And, then, reference this
component in each of my applications, right?
-- 
Tony
------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&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