RBCC Posted January 16, 2008 Posted January 16, 2008 Hello all you nice people:How do I edit this config.xml so that during Office 2007 setup it accepts the pidkey number: <Configuration Product="SHAREPOINTDESIGNER"> <!-- <Display Level="full" CompletionNotice="yes" SuppressModal="no" AcceptEula="no" /> --> <!-- <Logging Type="standard" Path="%temp%" Template="Microsoft Office Enterprise Setup(*).txt" /> --> <!-- <PIDKEY Value="xxxxx-xxxxx-xxxxx-xxxxx-xxxx /> --> <!-- <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>
paper Posted January 16, 2008 Posted January 16, 2008 you need to uncomment anything you want used (remove the <!-- and --> )read the big sticky topic on O2k7. very useful. below is an example of a real basic config file...<Configuration Product="SHAREPOINTDESIGNER"><Display Level="basic" CompletionNotice="yes" SuppressModal="yes" AcceptEula="yes" /><PIDKEY Value="xxxxx-xxxxx-xxxxx-xxxxx-xxxx /><USERNAME Value="Customer" /><COMPANYNAME Value="MyCompany" /></Configuration>
RBCC Posted January 20, 2008 Author Posted January 20, 2008 What about the ---> and the white space? John
paper Posted January 28, 2008 Posted January 28, 2008 <!--- and ---> basically just signify comments.You want to remove ALL of these.whitespaces don't matter ... but basically you want it readable.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now