Office 2013 OCT unhandled exception when saving .RSP
Posted
by
user52874
on Server Fault
See other posts from Server Fault
or by user52874
Published on 2014-06-12T00:54:58Z
Indexed on
2014/06/12
3:27 UTC
Read the original article
Hit count: 1901
ms-office-2013
|oct
I'm trying to prepare a deployment of office 2013 pro plus.
If I deploy an existing .rsp file that was left behind by the old analyst (typing from the client):
PS C:> \\deploybox\software\Office2013\setup.exe /adminfile \\deploybox\software\Office2013\SWKS.MSP
Things seem to deploy just fine.
if I make any changes to the .rsp file by doing (all from the client):
PS C:> \\deploybox\software\Office2013\setup.exe /admin
* Open SWKS.MSP
* Make changes
* Save under a different name SWKS1.MSP
I get the following errorbox:
Unhandled Exception:
MsiGetSummaryInformation call failed.
And if I try to deploy the new SWKS1.MSP,
PS C:> \\deploybox\software\Office2013\setup.exe /adminfile \\deploybox\software\Office2013\SWKS1.MSP
it fails with the message:
Path or file specified with /adminfile did not contain any customization patches that apply to this product or platform.
If I even open the old known good .rsp file SWKS.MSP, and immediately save it as a new name SWKS1.MSP, making no changes, then the same thing happens.
So what stupid newbie mistake am I making here?
Thanks!
© Server Fault or respective owner