problems slipstreaming office 2003
#1
Posted 10 October 2005 - 01:28 PM
ive done everything in this guide
http://unattended.ms...03_advanced.htm
ok this how i write my batchfile,open notepad add these lines
ECHO.
ECHO Installing Office 2003 Professional
ECHO Please wait...
start /wait %systemdrive%\install\Applications\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb-
and save it as RunOnceEx.cmd,i then put this in my $oem$ folder
ive tried it in virtual pc 4 times and nothing
please help im about to explode ive read the guide a 100 times and just cant get it work
just for reference this is how i have my folders
i have the
$oem$ folder inside that i have the $1 and $$, inside the $1 folder i have install then inside that applications and finaly in that i have office2003 with the office files in
i put the batch file in the $oem$ folder is this corect
#2
Posted 10 October 2005 - 03:00 PM
- What type office install do you have... Silent ?.... (lol... that was for fun... ;p)... but more seriously what method and what type of install have you used for your Office...
Quote
ECHO Installing Office 2003 Professional
ECHO Please wait...
start /wait %systemdrive%\install\Applications\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb-
Quote
[COMMANDS] "RunOnceEx.cmd"
Save this as cmdlines.txt inside the $OEM$ folder within your Windows Setup Source folder... etc
- Have you created your cmdlines.txt... Yeah i know you read the guide... lol... just making sure...
- Are u installing other applications with runonceex and are they installing ?...
The Office ref post (for me anyways) Here... Yeah it's 49 pages long.... lmao.... but every single one is usefull.... (specialy the last one.... muhahaha... now ya can all flame me...
Hope this helps...
#3
Posted 10 October 2005 - 03:31 PM
#4
Posted 10 October 2005 - 03:32 PM
You might consider posting you RunOnceEx.cmd and your cmdlines.txt, at least the relevant portions. sometimes it really is just a misplaced comma or more commonly quotation marks!! Anyway, make sure you test the install in attended mode. That means have the files available where they should be and then run the command from RunOnceEx in the Run box. If everything goes the way it should, it will run from the UA disk. If not, then you have to trouble shoot your command, the transform file, etc. First try it without the transform file and see if it starts it. (In a VM this should be no problem). Then do the next thing up to where you are using the full command. that should help reveal where the block is.
Hope this helps.
#5
Posted 11 October 2005 - 03:21 AM
for reference this is what i have in my batch file
ECHO.
ECHO Installing Office 2003 Professional
ECHO Please wait...
start /wait %systemdrive%\install\Applications\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb-
and my cmdlines.txt file could someone take a look at these and make sure there corect
[COMMANDS]
"RunOnceEx.cmd"
and could someone please verify the folder i need to have my batch file and cmdlines.text in i curently have them in C:\XPCD\$OEM$\ folder
and office 2003 in
C:\XPCD\$OEM$\$1\install\Applications\Office2003\
if i cant get this to work ill have to try a different method i supose
#6
Posted 11 October 2005 - 11:59 AM
What you've got there is the code for installing from the batch file. A RunOnceEx example is:
@echo off SET Installs=%systemdrive%\Installers SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Programs Installing" /f REG ADD %KEY%\000 /VE /D "Nero 6.6.0.16" REG ADD %KEY%\000 /V 1 /D "%Installs%\Nero\Nero_Custom_Setup.exe" /f
If you do want to install Office at T-12 (the time that the batch files are executed) then you will probably need nankai's OfficeExec installer. The regular installer will give you an error otherwise.
This post has been edited by Zxian: 11 October 2005 - 02:40 PM
#7
Posted 11 October 2005 - 01:21 PM
so basicly i need to use this
[COMMANDS]
"RunOnceEx.cmd"
with somthing like this
cmdow @ /HID
@echo off
SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
REG ADD %KEY% /V TITLE /D "Installing Applications" /f
REG ADD %KEY%\005 /VE /D "Adobe Reader 6" /f
REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\AdobeReader6\AR6.msi /qn" /f
REG ADD %KEY%\010 /VE /D "Alcohol 120" /f
REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\alcohol\setup.exe /qn" /f
REG ADD %KEY%\010 /V 2 /D "REGEDIT /S %systemdrive%\install\alcohol\register.reg" /f
now all i have to do is figure out the script i need for office 2003
ok it says here to save cmdlines inside my windows setup folder which one would this be
Save this as cmdlines.txt inside the $OEM$ folder within your Windows Setup Source folder
and if i use the runonce cmd creator will i have to add any lines to it or just use it as is
i dont mean to be a hassle but i realy want to get office installed
This post has been edited by mlr: 11 October 2005 - 01:42 PM
#8
Posted 11 October 2005 - 02:40 PM
mlr, on Oct 11 2005, 11:21 AM, said:
ok it says here to save cmdlines inside my windows setup folder which one would this be
Save this as cmdlines.txt inside the $OEM$ folder within your Windows Setup Source folder
and if i use the runonce cmd creator will i have to add any lines to it or just use it as is
i dont mean to be a hassle but i realy want to get office installed
The command that you need is something like:
REG ADD %KEY%\010 /VE /D "Office 2003" /f REG ADD %KEY%\015 /V 1 /D "%Installs%\Office\setup.exe TRANSFORMS=UNATTENDED.MST /qb" /f
(Btw... my previous code had an error... corrected now)
And try to use code tags when possible. They help sort out your words from your code.
This post has been edited by Zxian: 11 October 2005 - 02:40 PM
#9
Posted 12 October 2005 - 05:58 AM
cmdow @ /HID
@echo off
SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
REG ADD %KEY% /V TITLE /D "Installing Applications" /f
REG ADD %KEY%\010 /VE /D "Office 2003" /f
REG ADD %KEY%\015 /V 1 /D "%Installs%\Office\setup.exe TRANSFORMS=UNATTENDED.MST /qb" /f
REG ADD %KEY%\020 /VE /D "LimeWire" /f
REG ADD %KEY%\025 /V 1 /D "%Installs%\LimeWire\LimeWireWin.exe /s" /f
REG ADD %KEY%\030 /VE /D "MSN Messenger 7.5" /f
REG ADD %KEY%\035 /V 1 /D "%Installs%\MSN_Messenger_7.5.0306.msi /qn" /f
REG ADD %KEY%\040 /VE /D "Cleaning Up and Rebooting" /f
REG ADD %KEY%\045 /V 1 /D "%Installs%\install\cleanup.cmd" /f
EXIT
my apps are in $oem$/$1/installs
i cant figure out were ive gone wrong cheers mlr
This post has been edited by mlr: 12 October 2005 - 12:13 PM
- ← Need a way to automate the install of our ActiveX clients.
- Application Installs
- Slipstreaming Office 2000 →



Help
Back to top









