ferrycomputers
Gebruiker
- Lid geworden
- 19 jan 2012
- Berichten
- 38
Hallo,
Ik wil Office 2010 (verschillende versies: Pro, Home&Student, Home&Business) graag automatisch (silent) op meerdere computers installeren.
Hiervoor maak ik gebruik van het config.xml bestand.
Daarin staat de volgende code:
<Configuration Product="SingleImage">
<Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />
<!-- <Logging Type="standard" Path="%temp%" Template="Microsoft Office Professional Hybrid 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" /> -->
<Setting Id="AUTO_ACTIVATE" Value="0" />
</Configuration>
Echter, als ik geen code opgeef, dan wordt de installatie niet automatisch doorlopen. (Code opgeven kan via <PIDKEY Value="xxxxxxxxxxxxxxxxxxxxxxxxx" /> )
Maar ik wil geen code opgeven tijdens de installatie, maar NA de installatie, bij de eerste startup van Office.
Nu heb ik het opgelost door een Trial code in te voeren en deze aan te passen in Office zelf.
Maar zo'n Trial code is niet oneindig te gebruiken lijkt me..?
Hopelijk kan iemand me hiermee helpen.
Alvast bedankt.
Ik wil Office 2010 (verschillende versies: Pro, Home&Student, Home&Business) graag automatisch (silent) op meerdere computers installeren.
Hiervoor maak ik gebruik van het config.xml bestand.
Daarin staat de volgende code:
<Configuration Product="SingleImage">
<Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />
<!-- <Logging Type="standard" Path="%temp%" Template="Microsoft Office Professional Hybrid 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" /> -->
<Setting Id="AUTO_ACTIVATE" Value="0" />
</Configuration>
Echter, als ik geen code opgeef, dan wordt de installatie niet automatisch doorlopen. (Code opgeven kan via <PIDKEY Value="xxxxxxxxxxxxxxxxxxxxxxxxx" /> )
Maar ik wil geen code opgeven tijdens de installatie, maar NA de installatie, bij de eerste startup van Office.
Nu heb ik het opgelost door een Trial code in te voeren en deze aan te passen in Office zelf.
Maar zo'n Trial code is niet oneindig te gebruiken lijkt me..?
Hopelijk kan iemand me hiermee helpen.
Alvast bedankt.
Laatst bewerkt: