Jump to content

Recommended Posts

Posted

just got beta1 of new office suite. it has a lot of XML & MSI files. does somebody know how to install it? most interesting thing that is has folder UPDATES with README.TXT. text from README.TXT

"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.


Posted

Office 12 is in Beta. If you were a member of MSDN, then you'd be able to ask on the proper forums for that.

No warez talk here...

Posted

they don't know. no warez here. everybody agree that answer file is based on XML, but no resourse kit for the moment. so if anybody found the way to get it...

Posted (edited)
... but no resourse kit for the moment. so if anybody found the way to get it...

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

post-58693-1132359829_thumb.jpg

Edited by djxspeedy
Posted

djxspeedy: thank you! got it to work. i was trying /a but what i've got was

/? - show help

/config - specify config.xml file

/uninstall - uninstall product

Posted

Try this simple method:

Extract the files > go to pro.ww folder, open config.xml in notepad and then edit like below or copy paste it

<Configuration Product="Pro">

<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

Posted

I have tried this with the above code in the config.xml and with an unattended.msp, but what is the command to run it all ? Do I need to use the transform command ? TIA :).

Posted
I have tried this with the above code in the config.xml and with an unattended.msp, but what is the command to run it all ? Do I need to use the transform command ? TIA :).

This is not for unattended.msp, run setup.exe only.

Pawan

  • 1 month later...

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...