mp101uk Posted February 12, 2009 Posted February 12, 2009 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 installmy batch file@echoecho installingecho please waitstart /wait %SYSTEMDRIVE%\office\office\pro11.msi TRANSFORMS=Unattended.MST /qb-echo all donemy winnt.sif; Generated by nLite 1.4.9.1[Data]AutomaticUpdates="Yes"Autopartition=0MsDosInitiated=0UnattendedInstall="Yes"[Unattended]UnattendMode=FullUnattendedUnattendSwitch="No"OemPreinstall="Yes"OemSkipEula="Yes"FileSystem=*WaitForReboot="No"NoWaitAfterTextMode=1NoWaitAfterGUIMode=1DriverSigningPolicy=IgnoreNonDriverSigningPolicy=Ignore[Display]Xresolution=1024Yresolution=768BitsPerPel=32[shell]DefaultThemesOff=YesDefaultStartPanelOff=Yes[SystemRestore]DisableSR=1CreateFirstRunRp=0[GuiUnattended]AdminPassword=*TimeZone=085OEMSkipRegional=1OemSkipWelcome=1[Components][UserData]ProductKey=""ComputerName=COMPUTER-1FullName=".."[RegionalSettings]LanguageGroup=1Language= "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 February 13, 2009 Posted February 13, 2009 (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_optionsAlso 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 February 13, 2009 by railfail
mp101uk Posted February 17, 2009 Author Posted February 17, 2009 Cheers mate that now works in the guirunonce i put in the / just before transform
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