millington_lee Posted December 14, 2004 Posted December 14, 2004 as the title says WMP10 - msn messenger and java install, but nothing else does.also screen resolution sets to 8-bit and 1152x864????? (anything to do with it being virtual pc on the screen settings?)I've left the .sif and start command copiesany ideas?cheersLeeWINNT_START.txt
prathapml Posted December 14, 2004 Posted December 14, 2004 1. Maybe your batch-file is not saves as ANSI text.2. Check if the relevant files/folders are present on the HD at all, during the START.CMD's run.3. You can use ryanvm's packs for adobe acrobat reader (updated to 6.02), and JRE and .NET4. MSN messenger has been updated - 6.0 is not the best version to use.
gunsmokingman Posted December 14, 2004 Posted December 14, 2004 I have Redit Your FileHope This Works Better The Stuff In Red Was a Correction I would recommend putting this in A to Z Order For The Install@echo offclscolor 9fmode con: Cols=67 Lines=8TITLE Windows XP SP2 - Unattended Installation > Rest1.vbs echo Wscript.sleep 925 > Rest2.vbs echo Wscript.sleep 1925set R1=start /w Rest1.vbsset R2=start /w Rest2.vbsset SD1=%systemdrive%\install\ECHO.ECHO Over the next few minutes you will see automated installations && ECHO of various sofware applications, windows updates, and registryECHO tweaks being implemented. The computer will restart automatically && ECHO once the whole process has finished!%R2%:NebulaECHO. && ECHO Installing Nebula DigiTVECHO Please wait...start/w %SD1%Applications\Nebula\SETUP.exe /sECHO.cls && echo. && echo Completed! && %R1%:AdobeReader6ECHO Installing Adobe Reader 6ECHO Please wait...start/w %SD1%Applications\AdobeReader6\AdbeRdr60_enu_full.exe -p"-s /v\"/qn\""cls && echo. && echo Completed! && %R1%:MSJavaVMECHO Installing Microsoft JavaVM - Build 3810ECHO Please wait...start/w %SD1%JavaVM\MSJavaVM_3810.execls && echo. && echo Completed! && %R1%::MsnMsgsECHO Installing MSN Messenger 6.0.0602 Final && ECHO Please wait...start/w %SD1%MSN\MsnMsgs.msi /QBcls && echo. && echo Completed! && %R1%::THIS WAS MIXED IN WITH THE TOP ONE:NetFrameworkECHO Installing .NET Framework v1.1 && ECHO Please wait...start/w %SD1%NetFramework\netfx.msi /qbcls && echo. && echo Completed! && %R1%:WMP10ECHO Installing Windows Media Player 10 && ECHO Please wait...start/w %SD1%WMP10\MP10Setup.exe /q:A /c:"setup_wm.exe /Q /R:N /DisallowSystemRestore"cls && echo. && echo Completed! && %R1%:WinRARECHO Installing WinRAR 3.20ECHO Please wait...start/w %SD1%Applications\WinRAR\wrar33b5.exe /scls && echo. && echo Completed! && %R1%:j2reECHO Installing Sun Java VM 1.4.2ECHO Please wait...start/w j2re-1_4_2_06-windows-i586.exe /s /v/qn::THIS ONE HAD NO LOCATIONstart/w %SD1%j2re-1_4_2_06-windows-i586.exe /s /v/qn::MAKE SURE IT IN THIS LOCATION I ADDED THIS SD1=%systemdrive%\install\cls && echo. && echo Completed! && %R1%:DX9ECHO Installing Direct X 9.0c && ECHO Please wait...start/w %SD1%hotfixes\dx9c\dxwsetup.exe /silentcls && echo. && echo Completed! && %R1%:Nero1ECHO Registering Nero Burning ROM...REGEDIT/S %SD1%Applications\Nero\register.regcls && echo. && echo Nero Registartion Completed?! && %R1%:Nero2ECHO Installing Nero Burning ROM v6.3.1.1.7 && ECHO Please wait...start/w %SD1%Applications\Nero\Nero63117.exe /silent /noreboot /no_ui /sn= xxxx-0xxx-xxxx-xxxx-0xxx-xxxx/write_sncls && echo. && echo Completed! && %R1%:Nero3ECHO Installing Nerovision Express v2.1.2.1.8 && ECHO Please wait...start/w %SD1%Applications\Nero\NerovisionExpress21218.exe /silent /norebootcls && echo. && echo Completed! && %R1%:OfficeECHO Installing Office 2003 Professional && ECHO Please wait...start/w %SD1%Applications\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb-cls && echo. && echo Completed! && %R1%:FrontpageECHO Installing Frontpage 2003 ProfessionalECHO Please wait...start/w %SD1%Applications\Frontpage2003\setup.exe TRANSFORMS=Unattended.MST /qb-cls && echo. && echo Completed! && %R1%:ZARegECHO Applying Registry Tweaks...REGEDIT/S %SD1%RegTweaks.regcls && echo. && echo Registry Tweaks Completed?! && %R1%:ZCleanECHO.ECHO Restarting the PC in 1 minute...shutdown.exe -r -f -t 60 -c "Windows XP will now restart in 1 minute, this will give enough time for the shortcuts to update and for the shell to fully load before its ready to restart!"cls && echo. && echo Processing The Last Command! && %R1%:ZFinalECHO. && ECHO Deleting Temp Installation Files...RD /S /Q %systemdrive%\DriversRD /S /Q %systemdrive%\installcls && echo. && echo Removing The Folder from Install! && %R1%del Rest*.vbsping -n 1 .127.0.0.1>nulEXIT
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