customconfig.xml

A

Aaron

I am uncertain on how to specify a customconfig.xml to a setup. I already
have a custom.msp and am pointing to config.xml, but how do I add my
customconfig.xml to a setup/install? Can this be done?
 
D

DennisW

hi Aaron
Yes its quite possible, you tell your setup.exe where to find the config
file with the command
"\\NetworkInstallationPoint\OfficeSetup\Setup.exe" /config
"\\NetworkInstallationPoint\OfficeSetup\YourOfficeProductName.WW\CustomConfig.xml"

Or simply copy the customconfig.xml to your the Root of the installation
point (its where your setup.exe is) and run the command

"\\NetworkInstallationPoint\OfficeSetup\Setup.exe" /config CustomConfig.xml

Hope this Helps you out
 
Top