The file name used in the ui messages is the target name not the

source name.
This commit is contained in:
Aric Stewart 2005-08-25 15:20:34 +00:00 committed by Alexandre Julliard
parent 3c0de2a61a
commit 50a9b78253
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ static INT_PTR cabinet_notify(FDINOTIFICATIONTYPE fdint, PFDINOTIFICATION pfdin)
/* the UI chunk */
uirow=MSI_CreateRecord(9);
MSI_RecordSetStringW( uirow, 1, f->File );
MSI_RecordSetStringW( uirow, 1, f->FileName );
uipath = strdupW( f->TargetPath );
*(strrchrW(uipath,'\\')+1)=0;
MSI_RecordSetStringW(uirow,9,uipath);