]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
windows-wix-html-installgd-20070426
authorJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 26 Apr 2007 19:44:18 +0000 (19:44 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 26 Apr 2007 19:44:18 +0000 (19:44 +0000)
FIXES 59827

The wix installer creates the wrong directory name for the IBM Quick Guide
Remember to specify the LongName.

src/WINNT/install/wix/files.wxi

index bc744dc92fbdce4b96098e58a14607e79f86a9b5..a33cca3c01a72de5a702104e6a7ca18ee3b7ce26 100644 (file)
                                 <File Id="fileauarf284_HTM_$(var.Language)" Name="auarf284.htm" LongName="auarf284.htm" DiskId="1" />
                             </Component>
                         </Directory> <!-- CmdRef -->
-                        <Directory Id="dirInstallGd_$(var.Language)" Name="InstallGd" SourceName="InstGd" LongSource="InstallGuide" src="$(var.SrcDir)\WINNT\doc\install\Documentation\$(var.Language)\html\InstallGd\">
+                        <Directory Id="dirInstallGd_$(var.Language)" Name="InstalGd" LongName="InstallGd" SourceName="InstGd" LongSource="InstallGuide" src="$(var.SrcDir)\WINNT\doc\install\Documentation\$(var.Language)\html\InstallGd\">
                             <Component Id="cmp_Install_Guide_$(var.Language)" Guid="$(var.DocHtmlInstallGuid)">
                                 <File Id="fileawqbg000_HTM_$(var.Language)" Name="awqbg000.htm" LongName="awqbg000.htm" KeyPath="yes" DiskId="1" />
                                 <File Id="fileawqbg002_HTM_$(var.Language)" Name="awqbg002.htm" LongName="awqbg002.htm" DiskId="1" />