Jump to content

Recommended Posts

Posted

I cant get office to install at [guirunonce] the installed starts to run but dont install but when i run it after windows is loaded it will install

my batch file

@echo
echo installing
echo please wait
start /wait %SYSTEMDRIVE%\office\office\pro11.msi TRANSFORMS=Unattended.MST /qb-
echo all done

my winnt.sif


; Generated by nLite 1.4.9.1

[Data]
AutomaticUpdates="Yes"
Autopartition=0
MsDosInitiated=0
UnattendedInstall="Yes"

[Unattended]
UnattendMode=FullUnattended
UnattendSwitch="No"
OemPreinstall="Yes"
OemSkipEula="Yes"
FileSystem=*
WaitForReboot="No"
NoWaitAfterTextMode=1
NoWaitAfterGUIMode=1
DriverSigningPolicy=Ignore
NonDriverSigningPolicy=Ignore

[Display]
Xresolution=1024
Yresolution=768
BitsPerPel=32

[shell]
DefaultThemesOff=Yes
DefaultStartPanelOff=Yes

[SystemRestore]
DisableSR=1
CreateFirstRunRp=0

[GuiUnattended]
AdminPassword=*
TimeZone=085
OEMSkipRegional=1
OemSkipWelcome=1

[Components]

[UserData]
ProductKey=""
ComputerName=COMPUTER-1
FullName=".."

[RegionalSettings]
LanguageGroup=1
Language= "0809"

[Networking]
InstallDefaultComponents="Yes"

[Identification]
JoinWorkgroup="WORKGROUP"

[GUIRunOnce]
command0=".\apps\help.bat"
command01=".\apps\Avast.cmd"
command02=".\apps\cccleaner.cmd"
command03=".\apps\firefox.cmd"
command04=".\office\office.cmd"
command05=".\apps\spybot.cmd"
command06=".\apps\vlc.cmd"
command07=".\apps\winrar.cmd"
command08=".\apps\Abobereader.cmd"
command09="%SystemDrive%\DPsFnshr.exe"
command10=".\apps\malbytes.cmd"

please help


Guest railfail
Posted (edited)

Couple of things...

When installing an MSI you must instigate the Windows Installer! Your command line should look like the following:

msiexec /i "path_to_msi.msi" /transform "path_to_transform.mst" /qb /any_additional_options

Also try using the /log "C:\Office.log" on the end of your command line in the batch file. That should tell you a little more.

Mark :)

Edited by railfail

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...