Jump to content

Unattende Office 2003 Standart Edition


onurayyildiz

Recommended Posts

Need a lot of advice as to how to make my Office 2003 Standart Edition install unattended.I made Unattended.MST file and put it to network share.On the otker hand my setup file is on the another network share

My command file setup.cmd is like that;

echo Installing Microsoft Office 2003

echo.

echo Please wait

start /wait y:\setup.exe TRANSFORMS="z:\Unattended.MST" /qb-

But it does not work at all ?

Is there any difference between Standart and Proffesional editions for MST files.

Thank you

Link to comment
Share on other sites

  • 3 years later...

Hello,

I also tried to install in the same way

1: created the MST file then tired to install on PC with the following command

start /wait z:\Office-2003\setup.exe TRANSFORMS=z:\Office-2003\network-deploy.MST /qb-

But not working

Somebody can help

Link to comment
Share on other sites

I think it would be better to edit the config.xml file found in standard.ww folder.

<Configuration Product="Standard">
<Display Level="Basic" CompletionNotice="yes" SuppressModal="no" AcceptEula="no" />
<Logging Type="standard" Path="%temp%" Template="Microsoft Office Standard Setup(*).txt" />
<PIDKEY Value="BCDFGHJKMPQRTVWXY2346789B" />
<USERNAME Value="Customer" />
<COMPANYNAME Value="MyCompany" />
<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>

Setup the parameters here and make sure it's uncommented.

Not sure if you can actually do an install with an .msp with standard. It's for enterprise or professional.

Link to comment
Share on other sites

  • 3 weeks later...

If you guys don't have enterprise edition, then unattended is not supported. But there is a way to go around that restriction. Use Search in this forum to find how. This modifications probably breaks EULA, so be warned.

Cheers ;)

Edited by mara-
Link to comment
Share on other sites

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