Installer: combine readme.txt and authors.txt to one component.

This commit is contained in:
Kimmo Varis 2010-09-05 13:47:04 +03:00
parent e19d0f18c7
commit 99ab5150e4
1 changed files with 2 additions and 5 deletions

View File

@ -42,10 +42,8 @@
<File Id='cppcheck_ru.qm' Name='cppcheck_ru.qm' Source='$(var.GuiBuildDir)\cppcheck_ru.qm' /> <File Id='cppcheck_ru.qm' Name='cppcheck_ru.qm' Source='$(var.GuiBuildDir)\cppcheck_ru.qm' />
<File Id='cppcheck_se.qm' Name='cppcheck_se.qm' Source='$(var.GuiBuildDir)\cppcheck_se.qm' /> <File Id='cppcheck_se.qm' Name='cppcheck_se.qm' Source='$(var.GuiBuildDir)\cppcheck_se.qm' />
</Component> </Component>
<Component Id='authors.txt' Guid='*'> <Component Id='BaseDocs' Guid='*'>
<File Id='authors.txt' Name='authors.txt' DiskId='1' Source='..\authors' KeyPath='yes' /> <File Id='authors.txt' Name='authors.txt' DiskId='1' Source='..\authors' KeyPath='yes' />
</Component>
<Component Id='readme.txt' Guid='*'>
<File Id='readme.txt' Name='readme.txt' DiskId='1' Source='..\readme.txt' KeyPath='yes' /> <File Id='readme.txt' Name='readme.txt' DiskId='1' Source='..\readme.txt' KeyPath='yes' />
</Component> </Component>
<Component Id='GuiHelp' Guid='*'> <Component Id='GuiHelp' Guid='*'>
@ -76,8 +74,7 @@
<Feature Id='MainProgram' Title='Command line interface' Description='Command line tool' Level='1'> <Feature Id='MainProgram' Title='Command line interface' Description='Command line tool' Level='1'>
<ComponentRef Id='cppcheck.exe' /> <ComponentRef Id='cppcheck.exe' />
<ComponentRef Id='gui.exe' /> <ComponentRef Id='gui.exe' />
<ComponentRef Id='authors.txt' /> <ComponentRef Id='BaseDocs' />
<ComponentRef Id='readme.txt' />
<ComponentRef Id='GuiHelp' /> <ComponentRef Id='GuiHelp' />
<ComponentRef Id='ProgramMenuDir' /> <ComponentRef Id='ProgramMenuDir' />
<ComponentRef Id='InnoSetupCleanup' /> <ComponentRef Id='InnoSetupCleanup' />