mirror of
https://github.com/reactos/wine.git
synced 2025-02-09 13:43:16 +00:00
msi: Don't set the Installed property twice.
This commit is contained in:
parent
2beee126a7
commit
46ac59f988
@ -693,9 +693,6 @@ UINT WINAPI MsiConfigureProductExW(LPCWSTR szProduct, int iInstallLevel,
|
||||
if (szCommandLine)
|
||||
lstrcpyW(commandline,szCommandLine);
|
||||
|
||||
if (MsiQueryProductStateW(szProduct) != INSTALLSTATE_UNKNOWN)
|
||||
lstrcatW(commandline,szInstalled);
|
||||
|
||||
if (eInstallState == INSTALLSTATE_ABSENT)
|
||||
lstrcatW(commandline, szRemoveAll);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user