Install rpcrt4.dll, samlib.dll, and setup.exe Modified: branches/xmlbuildsystem/reactos/lib/rpcrt4/rpcrt4.xml Modified: branches/xmlbuildsystem/reactos/lib/samlib/samlib.xml Modified: branches/xmlbuildsystem/reactos/subsys/system/setup/setup.xml _____
Modified: branches/xmlbuildsystem/reactos/lib/rpcrt4/rpcrt4.xml --- branches/xmlbuildsystem/reactos/lib/rpcrt4/rpcrt4.xml 2005-05-15 14:18:45 UTC (rev 15312) +++ branches/xmlbuildsystem/reactos/lib/rpcrt4/rpcrt4.xml 2005-05-15 14:30:35 UTC (rev 15313) @@ -1,4 +1,4 @@
-<module name="rpcrt4" type="win32dll" baseaddress="${BASEADDRESS_RPCRT4}" warnings="true"> +<module name="rpcrt4" type="win32dll" baseaddress="${BASEADDRESS_RPCRT4}" installbase="system32" installname="rpcrt4.dll" warnings="true"> <importlibrary definition="rpcrt4.spec.def" /> <include base="rpcrt4">.</include> <include base="ReactOS">include/wine</include> _____
Modified: branches/xmlbuildsystem/reactos/lib/samlib/samlib.xml --- branches/xmlbuildsystem/reactos/lib/samlib/samlib.xml 2005-05-15 14:18:45 UTC (rev 15312) +++ branches/xmlbuildsystem/reactos/lib/samlib/samlib.xml 2005-05-15 14:30:35 UTC (rev 15313) @@ -1,4 +1,4 @@
-<module name="samlib" type="win32dll" baseaddress="${BASEADDRESS_SAMLIB}"> +<module name="samlib" type="win32dll" baseaddress="${BASEADDRESS_SAMLIB}" installbase="system32" installname="samlib.dll"> <importlibrary definition="samlib.def" /> <include base="samlib">.</include> <define name="_DISABLE_TIDENTS" /> _____
Modified: branches/xmlbuildsystem/reactos/subsys/system/setup/setup.xml --- branches/xmlbuildsystem/reactos/subsys/system/setup/setup.xml 2005-05-15 14:18:45 UTC (rev 15312) +++ branches/xmlbuildsystem/reactos/subsys/system/setup/setup.xml 2005-05-15 14:30:35 UTC (rev 15313) @@ -1,4 +1,4 @@
-<module name="setup" type="win32gui"> +<module name="setup" type="win32gui" installbase="system32" installname="setup.exe"> <include base="setup">.</include> <define name="__USE_W32API" /> <define name="_WIN32_IE">0x0400</define>