The file name used in the ui messages is the target name not the
source name.
This commit is contained in:
parent
3c0de2a61a
commit
50a9b78253
|
@ -252,7 +252,7 @@ static INT_PTR cabinet_notify(FDINOTIFICATIONTYPE fdint, PFDINOTIFICATION pfdin)
|
||||||
|
|
||||||
/* the UI chunk */
|
/* the UI chunk */
|
||||||
uirow=MSI_CreateRecord(9);
|
uirow=MSI_CreateRecord(9);
|
||||||
MSI_RecordSetStringW( uirow, 1, f->File );
|
MSI_RecordSetStringW( uirow, 1, f->FileName );
|
||||||
uipath = strdupW( f->TargetPath );
|
uipath = strdupW( f->TargetPath );
|
||||||
*(strrchrW(uipath,'\\')+1)=0;
|
*(strrchrW(uipath,'\\')+1)=0;
|
||||||
MSI_RecordSetStringW(uirow,9,uipath);
|
MSI_RecordSetStringW(uirow,9,uipath);
|
||||||
|
|
Loading…
Reference in New Issue