This property is used to configure whether MDT rearms the Microsoft Office 2010 25-day activation grace period. If Microsoft Office 2010 is captured in a custom image, the user sees activation notification dialog boxes immediately after the image is deployed instead of 25-days after deployment.
By default, MDT rearms the Microsoft Office 2010 25-day activation grace period when running the LTISysprep.wsf script. You can set the value of this property to YES so that MDT skips the rearming of the Microsoft Office 2010 25-day activation grace period.
Caution This property value must be specified in uppercase letters so that the deployment scripts can properly read it.
Property configured by |
|
|
Property applies to |
|
BootStrap.ini |
|
|
LTI |
˜ |
CustomSettings.ini |
˜ |
|
|
|
MDT DB |
|
|
ZTI |
|
Value |
Description |
YES |
MDT does not rearm the Microsoft Office 2010 25-day activation grace period. |
NO |
MDT rearms the Microsoft Office 2010 25-day activation grace period. This is the default value. |
Example |
[Settings] Priority=Default
[Default] OSInstall=Y SkipCapture=YES SkipAdminPassword=NO SkipProductKey=YES SkipRearm=YES DoCapture=YES |
Related Topics