So I am trying to get Office 2007 to work with a start up script from here. All virtual machines on VMWare Player.
I copied the CD folder to \\Server2\Shares\Office12
See here - http://imageshack.us/m/809/2583/41003062.jpg
The script I modified was - http://technet.microsoft.com/en-us/library/cc179134(office.12).aspx
I customized the top part of the script to
setlocal
REM *********************************************************************
REM Environment customization begins here. Modify variables below.
REM *********************************************************************
REM Get ProductName from the Office product's core Setup.xml file.
set ProductName=Enterprise
REM Set DeployServer to a network-accessible location containing the Office source files.
set DeployServer=\\Server2\Shares\Office12
REM Set ConfigFile to the configuration file to be used for deployment REM (required)
set ConfigFile=\\Server2\Shares\Office12\Enterprise.WW\config.xml
REM Set LogLocation to a central directory to collect log files.
set LogLocation=\\Server\Shares\Office12Logs
I assigned this script to startup on my Group Policy, see below
http://imageshack.us/m/101/1817/15949697.jpg
I log in on my client (XP Pro) as a user (also shut it down and started up numerous times) and nothing......
I have also tried to share that Enterprise folder but still the same. The client just seems to bypass it.
Any ideas? Probably missed something or mistyped a path.... frustrating
I copied the CD folder to \\Server2\Shares\Office12
See here - http://imageshack.us/m/809/2583/41003062.jpg
The script I modified was - http://technet.microsoft.com/en-us/library/cc179134(office.12).aspx
I customized the top part of the script to
setlocal
REM *********************************************************************
REM Environment customization begins here. Modify variables below.
REM *********************************************************************
REM Get ProductName from the Office product's core Setup.xml file.
set ProductName=Enterprise
REM Set DeployServer to a network-accessible location containing the Office source files.
set DeployServer=\\Server2\Shares\Office12
REM Set ConfigFile to the configuration file to be used for deployment REM (required)
set ConfigFile=\\Server2\Shares\Office12\Enterprise.WW\config.xml
REM Set LogLocation to a central directory to collect log files.
set LogLocation=\\Server\Shares\Office12Logs
I assigned this script to startup on my Group Policy, see below
http://imageshack.us/m/101/1817/15949697.jpg
I log in on my client (XP Pro) as a user (also shut it down and started up numerous times) and nothing......
I have also tried to share that Enterprise folder but still the same. The client just seems to bypass it.
Any ideas? Probably missed something or mistyped a path.... frustrating
Last edited: