msi: Don't set the Installed property twice.

This commit is contained in:
Hans Leidekker 2009-09-29 14:57:06 +02:00 committed by Alexandre Julliard
parent 2beee126a7
commit 46ac59f988
1 changed files with 0 additions and 3 deletions

View File

@ -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);