Do not track the temp files for custom actions based on the name from

the table because then we get conflicts and files not tracked or
cleaned up.
This commit is contained in:
Aric Stewart 2005-02-09 14:05:24 +00:00 committed by Alexandre Julliard
parent 098817950d
commit c2abd83079

View file

@ -256,7 +256,7 @@ static UINT store_binary_to_temp(MSIPACKAGE *package, LPCWSTR source,
HANDLE the_file;
CHAR buffer[1024];
if (track_tempfile(package, source, tmp_file)!=0)
if (track_tempfile(package, tmp_file, tmp_file)!=0)
FIXME("File Name in temp tracking collision\n");
the_file = CreateFileW(tmp_file, GENERIC_WRITE, 0, NULL, CREATE_ALWAYS,