Office 12/2007 how to install it Unattended?
#1
Posted 18 November 2005 - 11:46 AM
"Any patches placed in this folder will be applied during initial install."
so i think office 12 should be friendly to unattended installs, updates, and MUI, Proofing tools installation.
#2
Posted 18 November 2005 - 01:23 PM
No warez talk here...
#3
Posted 18 November 2005 - 01:50 PM
#4
Posted 18 November 2005 - 01:55 PM
#6
Posted 18 November 2005 - 02:56 PM
Oh if only Windows had the power of grep...
#7
Posted 18 November 2005 - 06:20 PM
mickmack, on Nov 18 2005, 08:50 PM, said:
this answer is false
run setup.exe from cd with /admin an then can you create an .msp file with alle informations, serial....
its an intigrated ORK on the CD
Attached File(s)
-
O12B1_ORK.jpg (48.48K)
Number of downloads: 303
This post has been edited by djxspeedy: 18 November 2005 - 06:24 PM
#8
Posted 18 November 2005 - 06:46 PM
#9
Posted 18 November 2005 - 07:59 PM
#10
Posted 18 November 2005 - 08:43 PM
/? - show help
/config - specify config.xml file
/uninstall - uninstall product
#11
Posted 19 November 2005 - 01:24 AM
i dont now it
#12
Posted 19 November 2005 - 05:10 AM
Extract the files > go to pro.ww folder, open config.xml in notepad and then edit like below or copy paste it
Quote
<Display Level="full" CompletionNotice="yes" SuppressModal="no" AcceptEula="Yes" /> -->
<!-- <Logging Type="standard" Path="%temp%" Template="Microsoft Office Professional Setup(*).txt" /> -->
<PIDKEY Value="Copy paste your serial here" /> -->
<USERNAME Value="Your Name" /> -->
<COMPANYNAME Value="Your Company name" /> -->
<!-- <INSTALLLOCATION Value="%programfiles%\Microsoft Office" /> -->
<!-- <LIS CACHEACTION="CacheOnly" /> -->
<!-- <SOURCELIST Value="\\server1\share\Office12;\\server2\share\Office12" /> -->
<!-- <DistributionPoint Location="\\server\share\Office12" /> -->
<!-- <OptionState Id="OptionID" State="absent" Children="force" /> -->
<!-- <Setting Id="Reboot" Value="IfNeeded" /> -->
<!-- <Command Path="msiexec.exe" Args="/i \\server\share\my.msi" QuietArg="/q" ChainPosition="after" Execute="install" /> -->
</Configuration>
Pawan
#13
Posted 22 November 2005 - 05:13 PM
#14
Posted 23 November 2005 - 06:26 PM
#15
Posted 16 January 2006 - 10:14 AM
i use a
Setap.exe /config -c:\config.xml
but this Messenger displayed
cannot find the specied config.xml
#16
Posted 18 January 2006 - 06:45 PM
#17
Posted 20 January 2006 - 05:12 AM
thank you
i use a Setap.exe /admin
and i created a setup.msp
and run setp.msp
but this messeng viewed
Untitled_1.gif (7.46K)
Number of downloads: 103
#18
Posted 05 March 2006 - 10:54 PM
<Display Level="full" CompletionNotice="no" SuppressModal="no" AcceptEula="yes" /> <PIDKEY Value="*************************" /> <USERNAME Value="Customer" /> <COMPANYNAME Value="MyCompany" />
and a little Autoit script should take care of the install button, :
Run ( @ScriptDir & "\" & "setup.exe" )
If WinWait("Microsoft Office Professional Enterprise Edition 12 [pre-release]", "NUIDocumentWindow") Then
Send("{SPACE}")
EndIf
(attached the compiled Autoit code)
Attached File(s)
-
Install.rar (113.29K)
Number of downloads: 30
#19
Posted 14 April 2006 - 02:44 PM



Help

Back to top









