[BACK]Return to _share.wxs CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / windows

Annotation of OpenXM_contrib2/windows/_share.wxs, Revision 1.3

1.2       ohara       1: <?xml version="1.0" encoding="utf-8"?>
                      2: <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
                      3:     <Fragment>
                      4:         <DirectoryRef Id="SHARE">
1.3     ! ohara       5:             <Component Id="cmpD6B4979BBE14FC8B875C021D34B85A9E" Guid="18D60904-25A2-4EF0-8CE1-765C7AA67AD9">
        !             6:                 <File Id="filF4D6C5A73D517DE753C8ABD4EF424D23" KeyPath="yes" Source="$(var.shareDir)\.asirrc" />
        !             7:             </Component>
1.2       ohara       8:             <Directory Id="dirA1FF46CE821C4C46DD22473D0C14B3C3" Name="editor">
                      9:                 <Component Id="cmpB935FB433F94DF4A43975DF5F86610D1" Guid="817DC4B3-3410-4EEB-B3B6-11C179A90C8E">
                     10:                     <File Id="fil3B41818B515197505B9FD9BAFF77F794" KeyPath="yes" Source="$(var.shareDir)\editor\asir-mode.el" />
                     11:                 </Component>
                     12:                 <Component Id="cmp31F5E351526E95C98D9EF596CC66C44A" Guid="08948E45-F51A-47A0-A296-E88FB78A69BD">
                     13:                     <File Id="fil436563C563F24657A94405616C5EA938" KeyPath="yes" Source="$(var.shareDir)\editor\asirgui.mac" />
                     14:                 </Component>
                     15:                 <Component Id="cmp41BF5374DD763399B8D4DC4A95664132" Guid="CC35ABDF-9683-462D-B2AF-66765030721A">
                     16:                     <File Id="filBB16005BB1D14239C2A81BE18AA1AD39" KeyPath="yes" Source="$(var.shareDir)\editor\install-ja-sjis.txt" />
                     17:                 </Component>
                     18:             </Directory>
                     19:         </DirectoryRef>
                     20:     </Fragment>
                     21:     <Fragment>
                     22:         <ComponentGroup Id="ShareGrp">
1.3     ! ohara      23:             <ComponentRef Id="cmpD6B4979BBE14FC8B875C021D34B85A9E" />
1.2       ohara      24:             <ComponentRef Id="cmpB935FB433F94DF4A43975DF5F86610D1" />
                     25:             <ComponentRef Id="cmp31F5E351526E95C98D9EF596CC66C44A" />
                     26:             <ComponentRef Id="cmp41BF5374DD763399B8D4DC4A95664132" />
                     27:         </ComponentGroup>
                     28:     </Fragment>
1.1       ohara      29: </Wix>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>