Details
-
Sub-task
-
Resolution: Fixed
-
Major
-
None
Description
I have "developed" installer for mfc42.dll
it will be built on curl, 7zip and winRAR SFX module.
Source code for "installator" with home dir "C:\Program Files\vc6redistsetup"
cd vcredist\
|
del /f /s /y *.*
|
cd ..
|
cd dlls\
|
del /f /s /y *.*
|
cd ..
|
curl -O http://download.microsoft.com/download/vc60pro/update/2/w9xnt4/en-us/vc6redistsetup_deu.exe
|
vc6redistsetup_deu.exe /Q /T:"%PROGRAMFILES%\vc6redistsetup\vcredist"
|
del /f /s /y vc6redistsetup_deu.exe
|
cd vcredist\
|
ren vcredist.exe vcredist.cab
|
cd ..
|
7z e "vcredist\vcredist.cab" -o"%PROGRAMFILES%\vc6redistsetup\dlls"
|
xcopy "%PROGRAMFILES%\vc6redistsetup\dlls\mfc42.dll" %SYSTEMROOT%\system32 /E /I /Y
|
xcopy "%PROGRAMFILES%\vc6redistsetup\dlls\mfc42u.dll" %SYSTEMROOT%\system32 /E /I /Y
|
cd "%SYSTEMROOT%\system32\"
|
regsvr32 mfc42.dll /s
|
regsvr32 mfc42u.dll /s
|
Title=Homemade downloader and installer of mfc42.dll
|
Text=
|
Text=Microsoft mfc42.dll is needed for some applications to work.
|
Text=
|
Text=This application will download a compressed mfc42.dll package,
|
Text= from Microsoft's website, unpack it into the directory path of
|
Text= "*:\Program Files\vc6redistsetup\dlls" and install mfc42.dll
|
Text=into the directory path of "*:\ReactOS\system32"
|
Text=
|
Text= Do NOT change the default path!
|
Text=The console window closes, when the installation is complete.
|
Text=
|
Text= -------------------------------------------------------------
|
Text=
|
Text=This application uses the following third party binaries:
|
Text=
|
Text= * Curl is opensource tool for client-side URL transfers.
|
Text= * 7zip is opensource Windows utility for manipulating archives.
|
Attachments
Issue Links
- blocks
-
CORE-7498 installator IECollection1721.exe cannot be started
- Resolved
-
CORE-17553 [RAPPS] Addendum old CORE-13069
- Resolved
- relates to
-
CORE-14526 CyberLink PowerDirector 6 Deluxe setup fails with "Countrychk.dll" error
- Resolved