msi: Spelling fixes.
This commit is contained in:
parent
69c6fff384
commit
fc56423904
|
@ -3856,10 +3856,10 @@ static UINT ACTION_ResolveSource(MSIPACKAGE* package)
|
||||||
DWORD attrib, len;
|
DWORD attrib, len;
|
||||||
LPWSTR ptr, source;
|
LPWSTR ptr, source;
|
||||||
UINT rc;
|
UINT rc;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* we are currently doing what should be done here in the top level Install
|
* We are currently doing what should be done here in the top level Install
|
||||||
* however for Adminastrative and uninstalls this step will be needed
|
* however for Administrative and uninstalls this step will be needed
|
||||||
*/
|
*/
|
||||||
if (!package->PackagePath)
|
if (!package->PackagePath)
|
||||||
return ERROR_SUCCESS;
|
return ERROR_SUCCESS;
|
||||||
|
|
Loading…
Reference in New Issue