Revision 1711,
616 bytes
checked in by rhyssmith, 6 years ago
(diff) |
Tagging raptor-ica v1.0.1-1 release of Raptor ICA MSI
|
-
Property svn:executable set to
*
|
Line | |
---|
1 | <?xml version='1.0' encoding='utf-8'?>
|
---|
2 | <Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>
|
---|
3 | <Fragment>
|
---|
4 | <DirectoryRef Id='RAPTORICADIR'>
|
---|
5 | <Directory Id='dirRaptorIcaLogs' Name='logs'>
|
---|
6 | <Component Id='cmpRaptorIcaLogsDir' Guid='34d6f98e-365d-4901-9243-f869fc109213'>
|
---|
7 | <CreateFolder />
|
---|
8 | </Component>
|
---|
9 | </Directory>
|
---|
10 | </DirectoryRef>
|
---|
11 | </Fragment>
|
---|
12 | <Fragment>
|
---|
13 | <ComponentGroup Id='cgrRaptorIcaLogs'>
|
---|
14 | <ComponentRef Id='cmpRaptorIcaLogsDir' />
|
---|
15 | </ComponentGroup>
|
---|
16 | </Fragment>
|
---|
17 | </Wix> |
---|
Note: See
TracBrowser
for help on using the repository browser.