laoniu521 Posted June 15, 2006 Posted June 15, 2006 hi all when i download dotnetfx.exe kb867460.exe kb886903.exe and langpack.exeand then i used make.cmd but i got the error message "cant find setup.exe" plz help me thxmake.cmd==================================%~d0CD "%~p0"MD tmpMD netfxsp1START /wait dotnetfx.exe /C /T:"%~dp0tmp"START /wait KB867460.exe /XP:"%~dp0tmp"START /wait KB886903.exe /XP:"%~dp0tmp"START /wait langpack.exe /C /T:"%~dp0tmp"CD tmpSTART /wait msiexec /a netfx.msi TARGETDIR="%~dp0netfxsp1" /QB START /wait msiexec /p S867460.msp /a "%~dp0netfxsp1\netfx.msi"START /wait msiexec /p M886903.msp /a "%~dp0netfxsp1\netfx.msi"START /wait msiexec /a langpack.msi TARGETDIR="%~dp0netfxsp1" /QB CD..ECHO cmdow @ /HID >> "%~dp0netfxsp1\install.cmd"echo START /WAIT msiexec.exe /i netfx.msi /quiet >> "%~dp0netfxsp1\install.cmd"echo START /WAIT msiexec.exe /i langpack.msi /quiet >> "%~dp0netfxsp1\install.cmd"echo del /F "%allusersprofile%\Startmen?\Programme\Verwaltung\Microsoft .NET Framework 1.1 Wizards.lnk" >> "%~dp0netfxsp1\install.cmd"echo del /F "%allusersprofile%\Startmen?\Programme\Verwaltung\Microsoft .NET Framework 1.1 Configuration.lnk" >> "%~dp0netfxsp1\install.cmd"ECHO exit >> "%~dp0netfxsp1\install.cmd"RMDIR /S /Q tmpCD netfxsp1..\7za.exe a "%~dp0netfxsp1.7z" -r -mx=9 -mfb=255 -md=48m *CD..RMDIR /S /Q netfxsp1ECHO;!@Install@!UTF-8!>config.txtECHO RunProgram="install.cmd">>config.txtECHO;!@InstallEnd@!>>config.txtCOPY /b 7zS.sfx + config.txt + netfxsp1.7z netfxsp1.exedel config.txtdel netfxsp1.7zexit
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now