[ros-bugs] [Bug 1542] MSI based installs fail to copy files.

ReactOS.Bugzilla at www.reactos.org ReactOS.Bugzilla at www.reactos.org
Thu Jul 3 21:42:03 CEST 2008


http://www.reactos.org/bugzilla/show_bug.cgi?id=1542


jimtabor <jimtabor at adsl-64-217-116-74.dsl.hstntx.swbell.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jimtabor at adsl-64-217-116-
                   |                            |74.dsl.hstntx.swbell.net




--- Comment #11 from jimtabor <jimtabor at adsl-64-217-116-74.dsl.hstntx.swbell.net>  2008-07-03 21:42:01 CET ---
Hi,
Just copy paste this since it is an one liner.


Index: files.c
===================================================================
--- files.c     (revision 34270)
+++ files.c     (working copy)
@@ -465,7 +465,7 @@
     {
         LPWSTR p, path;
         p = resolve_folder(package, file->Component->Directory, TRUE, FALSE,
TRUE, NULL);
-        path = build_directory_name(2, p, file->ShortName);
+        path = build_directory_name(2, p, file->FileName);
         if (file->LongName &&
             INVALID_FILE_ATTRIBUTES == GetFileAttributesW( path ))
         {


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the Ros-bugs mailing list