Jump to content

Featured Replies

  • 8 months later...

Hi All.

Plz Help For Fix File.

Not Run File.

Plz Help Me.

Thanks A Lot.

[guirunonce]
"%CDROM%XPS3\SETUP\$OEM$\OFFICE2007SP2ENGLISH\install.bat"

And

install.bat

@ECHO off
title Microsoft Office 2007
ECHO.
ECHO Installing Microsoft Office 2007
Echo Please wait...
start/wait %CDROM%XPS3\SETUP\$OEM$\OFFICE2007SP2ENGLISH\setup.exe /adminfile test.MSP
exit

post-20108-126458250346_thumb.jpg

Edited by AhrimanSefid

well try to remove this lines

[guirunonce]
"%CDROM%XPS3\SETUP\$OEM$\OFFICE2007SP2ENGLISH\install.bat"

and then i $OEM$ folder make a cmdlines.txt

and add this line to it


[COMMANDS]
"install.bat"

and added the install.bat beside the cmdlines.txt

and here what you should added in install.bat

@Echo Off

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Programs" /f

REG ADD %KEY%0 /VE /D "Office 2007 Enterprise" /f
REG ADD %KEY%0 /V 1 /D "%systemdrive%\OFFICE2007SP2ENGLISH\setup.exe" /adminfile "test.MSP" /f

or in winnt.sif

modify this code to


[guirunonce]
"%systemdrive%\OFFICE2007SP2ENGLISH\install.bat"

and modify the code to


@ECHO off
title Microsoft Office 2007
ECHO.
ECHO Installing Microsoft Office 2007
Echo Please wait...
start/wait %systemdrive%\OFFICE2007SP2ENGLISH\setup.exe /adminfile test.MSP
exit

give both of them a try and then tell me

Edited by DaRk MaDnEsS

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...