Astalavista Posted September 12, 2004 Posted September 12, 2004 Simon, off topic that case of your computer looks nice, how much did it cost?
SiMoNsAyS Posted September 12, 2004 Author Posted September 12, 2004 Simon, off topic that case of your computer looks nice, how much did it cost?it isn't offtopic, i really like talk about that piece of hardware it's a chieftec dragon black DX-01B-D-U, i love that case, i had pursuit it from many time until last year. the case itself costs about 90€ and the transparent window... (let me think i can't remember too well)... about 50€ (the full side includes the window and an 8cm fan with a new couple of keys)more information about chieftec series can be found here
wookieNZ Posted September 13, 2004 Posted September 13, 2004 @simonsaysok so where should i be putting this extra code?? in the office CD iso (where in there?) or in the main rununceex file? cheers.
SiMoNsAyS Posted September 13, 2004 Author Posted September 13, 2004 @simonsaysok so where should i be putting this extra code?? in the office CD iso (where in there?) or in the main rununceex file? cheers.i'll try to explain it but not detailed:you got to stablish a first variable in this case, %CDROM% so first portion of code it's for the 1CD, next we stablish a second variable, last portion of code, which is %OFFICE%. both codes go to your runonceex.to do this we need in the first cd CD1.TXT (that contains the main installation of xp) and in the second cd we put CD2.TXT (this is our new created cd that contains office).for a deeply explanation refer to first post.
wookieNZ Posted September 14, 2004 Posted September 14, 2004 Hi,If that goes into the runonceex file and i only have one iso captured at a time how is the %office% variable going to be set?
SiMoNsAyS Posted September 14, 2004 Author Posted September 14, 2004 Hi,If that goes into the runonceex file and i only have one iso captured at a time how is the %office% variable going to be set?good question, please check first post. on that command file, if office cd it's not inserted in 1min, variable it's not set and the installation will continue and if it's then it will install office.
ankap Posted September 15, 2004 Posted September 15, 2004 You can do CD Changing and Recognizing drive letter with this utility.I've posted it earlier http://www.msfn.org/board/index.php?showtopic=27019It ejects the CD-ROM pauses and brings Message Box then if Ok pressed loads CD-ROM checks for CD label finds the correct CD and returns drive letter.I use it in my 3 CD Install, it works fine.
SiMoNsAyS Posted September 15, 2004 Author Posted September 15, 2004 @ankap a nice uitility, but it brakes my unattended purposes
SiMoNsAyS Posted September 16, 2004 Author Posted September 16, 2004 What u mean SiMoNsAyS ?simple: using you're tool you have to manually switch the cds and then press OK.my command line it's intended to do it unattended so if in 1min you don't switch between cds, installation will continue normally without pressing any button.
SiMoNsAyS Posted September 17, 2004 Author Posted September 17, 2004 Script Updated!Now with a nice GUI!
nOBeLium Posted September 28, 2004 Posted September 28, 2004 Hi!I have follow your guide for this 2CD for Office 2003, and I have a little annoying bug I can't find.When Office 2003 CD isn't inserted, instead of continuing the installation, it halts saying "Can not find \SETUP.EXE (...) please user Search feature (...)". Supposedly, your .cmd should avoid this if the CD isn't inserted right?Office.cmd@ECHO OFFTITLE Instalacao do Microsoft Office 2003 com SP1COLOR 70ECHO.ECHO.ECHO Por favor insira o CD do Microsoft Office 2003 com SP1ECHO Dentro de 1 minuto a instalacao ira prosseguir...FOR %%d IN (c: d: e: f: g: h: i: j: k: l: m: n: o: p: q: r: s: t: u: v: w: x: y: z:) DO IF EXIST %%d\$OEM$\WinXP.txt SET CDROM=%%dstart /wait %CDROM%\$OEM$\pause.cmdFOR %%d IN (c: d: e: f: g: h: i: j: k: l: m: n: o: p: q: r: s: t: u: v: w: x: y: z:) DO IF EXIST %%d\Unattended.mst SET OFFICE=%%dIF ERRORLEVEL 1 GOTO ENDECHO.ECHO A Instalar Microsoft Office 2003 Pro com SP1start /wait %OFFICE%\setup.exe TRANSFORMS=Unattended.mst /qb-ECHO.ECHO Por favor insira o CD de Instalacao do Windows XPECHO Dentro de 1 minuto a instalacao ira prosseguir...start /wait %CDROM%\$OEM$\pause.cmdEXIT:ENDECHO.ECHO Nao foi possivel encontrar o CD de instalacao do Microsoft Office 2003 com SP1ECHO A continuar a instalacao...EXITPause.cmdcmdow @ /HIDPING -n 61 127.0.0.1>nulexitRunOnceEx.cmdcmdow @ /HID@echo offFOR %%d IN (c: d: e: f: g: h: i: j: k: l: m: n: o: p: q: r: s: t: u: v: w: x: y: z:) DO IF EXIST %%d\$OEM$\WinXP.txt SET CDROM=%%dSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "A Instalar Aplicacoes" /fREG ADD %KEY%\001 /VE /D "A Instalar Microsoft Office 2003 com SP1" /fREG ADD %KEY%\001 /V 1 /D "%CDROM%\$OEM$\Office.cmd" /fREG ADD %KEY%\005 /VE /D "A Instalar Windows Script v5.6" /fREG ADD %KEY%\005 /V 1 /D "%SYSTEMDRIVE%\Install\scripptg.exe /Q:A /R:N" /fREG ADD %KEY%\010 /VE /D "A Instalar .NET Framework v1.1 com SP1" /fREG ADD %KEY%\010 /V 1 /D "%SYSTEMDRIVE%\Install\netfxsp1.exe" /fREG ADD %KEY%\015 /VE /D "A Finalizar Instalacao" /fREG ADD %KEY%\015 /V 1 /D "REGEDIT /S %SYSTEMDRIVE%\Install\RegTweaks.reg" /fREG ADD %KEY%\015 /V 2 /D "%CDROM%\$OEM$\cleanup.cmd" /fEXITWhere is my error ? I prefer using your method rather then with thr CDR utility. This way, I should *theorically* be able to continue installation if I don't want to install Office or I'm not around.Thanks!
SiMoNsAyS Posted September 28, 2004 Author Posted September 28, 2004 @nOBeLium lol, for me it looks perfect, the only thing that can cause that error it's that the office setup.exe file it's not on the root on of your office folder... thing that i doubt...anyway i've changed a little the code so you can try this...@ECHO OFFTITLE Instalacion de Microsoft Office 2003 y Adobe Photoshop CSCOLOR 70ECHO. ____ECHO ______________________________ ____________/ /________ECHO -=-=-=-=/ __________________/ _ \ _ \/ ____\____ \ / \/ ____\-=-=-=-=-ECHO ____\___ \/ \/ _ _ / / / / /\___ \/ / /__ /\___ \ECHO -=-=-/ ________/ ___/__/_/ /_____/__/ /______/\_____/ / /______/=-=-=-=ECHO \/(-Dvc!-)\/ / _/ / _/ /_____/ECHO \/ \/ECHO.ECHO.ECHO Por favor inserta el CD de Microsoft Office 2003 SP1ECHO En 1 minuto se continuara la instalacion...FOR %%d IN (c: d: e: f: g: h: i: j: k: l: m: n: o: p: q: r: s: t: u: v: w: x: y: z:) DO IF EXIST %%d\$OEM$\BioHaZaRD.nfo SET CDROM=%%dstart /wait %CDROM%\$OEM$\pause.cmdFOR %%d IN (c: d: e: f: g: h: i: j: k: l: m: n: o: p: q: r: s: t: u: v: w: x: y: z:) DO IF EXIST %%d\Unattended.mst SET OFFICE=%%dFOR %%d IN (c: d: e: f: g: h: i: j: k: l: m: n: o: p: q: r: s: t: u: v: w: x: y: z:) DO IF NOT EXIST %%d\Office2003\Unattended.mst GOTO ENDECHO.ECHO Instalando Microsoft Office 2003 SP1start /wait %OFFICE%\setup.exe TRANSFORMS=%OFFICE%\Unattended.mst /qb-GOTO END:ENDECHO Por favor inserta el CD de Instalacion de Windows XP SP2ECHO En 1 minuto se continuara la instalacion...start /wait %CDROM%\$OEM$\pause.cmdEXIT
nOBeLium Posted September 29, 2004 Posted September 29, 2004 Hm...according to wat I read on your code, if you insert office cd in 1 min, it will start the setup, otherwise, it will continue the installation, right?This means that if I'm not around, windows can still setup the rest of runonceex without halting.Am I correct?Thanks again^
SiMoNsAyS Posted September 29, 2004 Author Posted September 29, 2004 This means that if I'm not around, windows can still setup the rest of runonceex without halting.that's exactly what i wanted so yes it will continue the installation with no prompts.
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