Skip to content

Instantly share code, notes, and snippets.

@anotherlab
Last active December 30, 2015 09:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anotherlab/c28a1d94a31fa7fce7c7 to your computer and use it in GitHub Desktop.
Save anotherlab/c28a1d94a31fa7fce7c7 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Fragment>
<DirectoryRef Id="INSTALLLOCATION">
<Component Id="cmp18BCDCBE7DFEDEAC86EBAA695FE5CDC3" Guid="{542781FF-5726-48AC-93B1-DF0C05363017}">
<File Id="fil62DDF69CC427A28D37806B9D6E98E9DE" KeyPath="yes" Source="$(var.AdminSource)\favicon.ico" />
</Component>
<Component Id="cmp93645FCD1A13835D0DFCD156CF2C6C64" Guid="{1F90BC80-59F5-4E51-8359-C3B39B78C052}">
<File Id="fil00A150C9AD477E1EE4E8CA4503876DA9" KeyPath="yes" Source="$(var.AdminSource)\Global.asax" />
</Component>
<Component Id="cmp1F6DF8646619108DFBB033EF4679F1AC" Guid="{E6B85075-DFA4-4A2B-A96F-21904E17A32A}">
<File Id="filCAAC665964D1DB313016DB15221ED3C8" KeyPath="yes" Source="$(var.AdminSource)\log4net.config" />
</Component>
<Component Id="cmpFED9CE4C040C6D017106CB6B92C2F157" Guid="{668F5139-6B0A-47D5-9030-FC89F1972559}">
<File Id="fil43F031812C2D8647225696DDDF358FCA" KeyPath="yes" Source="$(var.AdminSource)\packages.config" />
</Component>
<Component Id="cmp96166321C384ACAF2E55370F693BBA87" Guid="{EE876A20-1353-472A-B942-09C755DD4ECC}">
<File Id="fil288668DCAE437D221881AFEB1D9D3919" KeyPath="yes" Source="$(var.AdminSource)\QrCodeHandler.ashx" />
</Component>
</DirectoryRef>
</Fragment>
<Fragment>
<ComponentGroup Id="AdminFilesGroup">
<ComponentRef Id="cmp18BCDCBE7DFEDEAC86EBAA695FE5CDC3" />
<ComponentRef Id="cmp93645FCD1A13835D0DFCD156CF2C6C64" />
<ComponentRef Id="cmp1F6DF8646619108DFBB033EF4679F1AC" />
<ComponentRef Id="cmpFED9CE4C040C6D017106CB6B92C2F157" />
<ComponentRef Id="cmp96166321C384ACAF2E55370F693BBA87" />
</ComponentGroup>
</Fragment>
</Wix>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment