Installer: Add config variable for pdf manual path.
This commit is contained in:
parent
91bfa42101
commit
5e86403534
|
@ -6,6 +6,7 @@
|
|||
|
||||
<?define CliBuildDir = "..\cli\release" ?>
|
||||
<?define GuiBuildDir = "..\gui\release" ?>
|
||||
<?define ManualDir = "..\man" ?>
|
||||
<?define QtDllDir = "..\..\runtimes" ?>
|
||||
<?define CrtMergeModule = "$(env.CommonProgramFiles)\Merge Modules\Microsoft_VC90_CRT_x86.msm" ?>
|
||||
</Include>
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
<File Id='readme.txt' Name='readme.txt' DiskId='1' Source='..\readme.txt' KeyPath='yes' />
|
||||
</Component>
|
||||
<Component Id='manual.pdf' Guid='*'>
|
||||
<File Id='manual.pdf' Name='manual.pdf' DiskId='1' Source='manual.pdf' KeyPath='yes'>
|
||||
<File Id='manual.pdf' Name='manual.pdf' DiskId='1' Source='$(var.ManualDir)\manual.pdf' KeyPath='yes'>
|
||||
<Shortcut Id='startmenuManual' Directory="ProgramMenuDir" Name="Manual" Advertise="yes" />
|
||||
</File>
|
||||
</Component>
|
||||
|
|
Loading…
Reference in New Issue