There is little problem with msiexec.exe :
make[1]: Entering directory `/home/dave2/ros/reactos/subsys/system/msiexec' mingw32-gcc -I../../../include/wine -D_WIN32_IE=0x0501 -D_WIN32_WINNT=0x0501 -D__USE_W32API -I. -I../../../include -I../../../w32api/include -pipe -march=i486 -D_M_IX86 -g -M msiexec.c | ../../../tools/depends . .msiexec.d make[1]: Leaving directory `/home/dave2/ros/reactos/subsys/system/msiexec' make[1]: Entering directory `/home/dave2/ros/reactos/subsys/system/msiexec' mingw32-windres --include-dir ../../../include --include-dir ../../../w32api/include version.rc -o version.coff mingw32-gcc -I../../../include/wine -D_WIN32_IE=0x0501 -D_WIN32_WINNT=0x0501 -D__USE_W32API -I. -I../../../include -I../../../w32api/include -pipe -march=i486 -D_M_IX86 -g -c msiexec.c -o msiexec.o mingw32-ar -rc msiexec.a msiexec.o make[1]: *** No rule to make target `../../../dk/w32/lib/liblibwine.a', needed by `msiexec.nostrip.exe'. Stop. make[1]: Leaving directory `/home/dave2/ros/reactos/subsys/system/msiexec' make: *** [msiexec] Error 2
fixable by deleting 'lib' from libwine in subsys/system/msiexec/ /Makefile.
Regards, David