msi: Remove a misleading ERR, as this fails if a file doesn't exist, which is common.
This commit is contained in:
parent
4a71ab79f5
commit
f5c2806ca1
|
@ -162,8 +162,6 @@ static LPWSTR deformat_file(MSIPACKAGE* package, LPCWSTR key, DWORD* sz,
|
|||
}
|
||||
else
|
||||
{
|
||||
ERR("Unable to get ShortPath size (%s)\n",
|
||||
debugstr_w( file->TargetPath) );
|
||||
value = strdupW( file->TargetPath );
|
||||
*sz = (lstrlenW(value)) * sizeof(WCHAR);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue