|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> |
| 3 | + <Product Id="771D1A4D-322B-4683-A95C-B505EF09619C" |
| 4 | + Name="NHibernate $(var.ShortVersion) API Documentation" |
| 5 | + Language="1033" |
| 6 | + Version="$(var.NumericVersion)" |
| 7 | + Manufacturer="JBoss, a division of Red Hat" |
| 8 | + UpgradeCode="34BC7653-111A-4C7D-B4EB-2B92DFE205B4"> |
| 9 | + |
| 10 | + <Package InstallerVersion="200" Compressed="yes" /> |
| 11 | + |
| 12 | + <Media Id="1" Cabinet="VSDocumentation.cab" EmbedCab="yes" /> |
| 13 | + |
| 14 | + <Upgrade Id="34BC7653-111A-4C7D-B4EB-2B92DFE205B4" /> |
| 15 | + |
| 16 | + <Directory Id="TARGETDIR" Name="SourceDir"> |
| 17 | + <Directory Id="ProgramFilesFolder"> |
| 18 | + <Directory Id="NHibernate" Name="NHibernate" FileSource="$(var.BuildDir)"> |
| 19 | + <Directory Id="INSTALLLOCATION" Name="doc"> |
| 20 | + <Directory Id="help2" Name="help2"> |
| 21 | + <Merge SourceFile="C:\Program Files\Visual Studio 2005 SDK\2006.09\VisualStudioIntegration\Redistributables\VSIPCC_Collection_Files_RTL_---_---.msm" |
| 22 | + DiskId="1" Language="1033" Id="Merge.VSIPCC" /> |
| 23 | + <Merge SourceFile="C:\Program Files\Visual Studio 2005 SDK\2006.09\VisualStudioIntegration\Redistributables\HTML_Help_Registration__RTL_X86_---.msm" |
| 24 | + DiskId="1" Language="1033" Id="Merge.HelpReg" /> |
| 25 | + |
| 26 | + <Component Id="NHibernate.API.VSHelp" Guid="{49536A11-87CD-4035-A21D-D866CE3C8DB5}"> |
| 27 | + <File Id="NHibernate.API.HxS" Name="NHibernate.API.HxS" KeyPath="yes"> |
| 28 | + <HelpFile Id="NHibernate.API" Name="NHibernate.API" xmlns="http://schemas.microsoft.com/wix/VSExtension" |
| 29 | + Index="NHibernate.API.HxI" Language="1033" /> |
| 30 | + </File> |
| 31 | + <File Id="NHibernate.API.HxI" Name="NHibernate.API.HxI" /> |
| 32 | + <File Id="NHibernate.APICollection.HxC" Name="NHibernate.APICollection.HxC"> |
| 33 | + <HelpCollection xmlns="http://schemas.microsoft.com/wix/VSExtension" |
| 34 | + Id="NHibernate12" |
| 35 | + Name="NHibernate.1.2" |
| 36 | + Description="NHibernate 1.2 documentation"> |
| 37 | + <HelpFileRef Id="NHibernate.API" /> |
| 38 | + <PlugCollectionInto TableOfContents="NHibernate.APICollection.HxT" |
| 39 | + TargetCollection="MS_VSIPCC_v80" |
| 40 | + TargetTableOfContents="FL_vsipcc_hxt_86880________.3643236F_FC70_11D3_A536_0090278A1BB8" /> |
| 41 | + </HelpCollection> |
| 42 | + </File> |
| 43 | + <File Id="NHibernate.APICollection.HxT" Name="NHibernate.APICollection.HxT" /> |
| 44 | + <File Id="NHibernate.APICollection_A.HxK" Name="NHibernate.APICollection_A.HxK" /> |
| 45 | + <File Id="NHibernate.APICollection_F.HxK" Name="NHibernate.APICollection_F.HxK" /> |
| 46 | + <File Id="NHibernate.APICollection_K.HxK" Name="NHibernate.APICollection_K.HxK" /> |
| 47 | + </Component> |
| 48 | + </Directory> |
| 49 | + <Component Id="NHibernate.API.chm" Guid="{5E218CF6-F36A-4F54-98C2-27728A79DB56}"> |
| 50 | + <File Id="NHibernate.API.chm" Name="NHibernate.API.chm" KeyPath="yes" /> |
| 51 | + </Component> |
| 52 | + </Directory> |
| 53 | + </Directory> |
| 54 | + </Directory> |
| 55 | + </Directory> |
| 56 | + |
| 57 | + <Feature |
| 58 | + Id="Complete" |
| 59 | + Title="NHibernate API Documentation" |
| 60 | + Description="NHibernate API documentation for version $(var.Version)" |
| 61 | + Display="expand" |
| 62 | + ConfigurableDirectory="INSTALLLOCATION" |
| 63 | + Absent="disallow" |
| 64 | + AllowAdvertise="no" |
| 65 | + Level="1"> |
| 66 | + <Feature Id="Standalone" Title="Standalone (.chm)" Level="1" |
| 67 | + Description="NHibernate API documentation in HTML Help (.chm) format"> |
| 68 | + <ComponentRef Id="NHibernate.API.chm" /> |
| 69 | + </Feature> |
| 70 | + |
| 71 | + <Feature Id="Integrated2005" Title="Integrated (.HxS)" Level="1" |
| 72 | + Description="NHibernate API documentation in HTML Help2 (.HxS) format, integrated into Visual Studio 2005"> |
| 73 | + <MergeRef Id="Merge.HelpReg"/> |
| 74 | + <MergeRef Id="Merge.VSIPCC" /> |
| 75 | + <ComponentRef Id="NHibernate.API.VSHelp" /> |
| 76 | + </Feature> |
| 77 | + </Feature> |
| 78 | + |
| 79 | + <WixVariable Id="WixUILicenseRtf" Value="lgpl.rtf" /> |
| 80 | + <UIRef Id="WixUI_FeatureTree" /> |
| 81 | + <UIRef Id="WixUI_ErrorProgressText" /> |
| 82 | + |
| 83 | + <InstallExecuteSequence> |
| 84 | + <InstallFinalize Sequence="7800" /> |
| 85 | + </InstallExecuteSequence> |
| 86 | + </Product> |
| 87 | +</Wix> |
0 commit comments