You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cli-dev@httpd.apache.org by "William A. Rowe, Jr." <wr...@rowe-clan.net> on 2004/10/07 19:14:49 UTC

svn commit: rev 53994 - incubator/httpd/cli/trunk/mod_aspdotnet/installer

>Author: wrowe
>Date: Thu Oct  7 09:36:01 2004
>New Revision: 53994
>
>Modified:
>   incubator/httpd/cli/trunk/mod_aspdotnet/installer/Directory.idt
>Log:
>
>  Fix two unresolved paths in the msi Directory table.
>
>Modified: incubator/httpd/cli/trunk/mod_aspdotnet/installer/Directory.idt
>==============================================================================
>--- incubator/httpd/cli/trunk/mod_aspdotnet/installer/Directory.idt     (original)
>+++ incubator/httpd/cli/trunk/mod_aspdotnet/installer/Directory.idt     Thu Oct  7 09:36:01 2004
>@@ -2,8 +2,8 @@
> s72    S72     l255    S255    I4
> Directory      Directory
> APACHE_ROOT    INSTALLDIR      .               0
>-APACHE_GROUP   ProgramFilesFolder      .:APACHE~1|Apache Group         0
>-APACHE_MODULES APACHE  modules         0
>+APACHE_GROUP   ProgramFilesFolder      APACHE~1|Apache Group           0
>+APACHE_MODULES APACHE_ROOT     modules         0
> DesktopFolder  TARGETDIR       .:Desktop               0
> DOCS   INSTALLDIR      docs            0
> FontsFolder    TARGETDIR       .:Fonts         0
>@@ -15,6 +15,7 @@
> PDF    DOCS    PDF             0
> PersonalFolder TARGETDIR       .:Personal              0
> PrimaryVolumePath      TARGETDIR       .:Primar~1|PrimaryVolumePath            0
>+ProgramFilesFolder     TARGETDIR       .:Progra~1|Program Files                0
> ProgramFiles64Folder   TARGETDIR       .:Prog64~1|Program Files 64             0
> ProgramMenuFolder      TARGETDIR       .:Programs              3
> SendToFolder   TARGETDIR       .:SendTo                3