Visio 2013 using Customization Tool for activation
Hello,
I have created a unattended installation for Microsoft Visio 2013 using setup.exe /config vispror.ww\config.xml
This will install visio 2013, but will not activate Visio.
The auto_activate option is available using the Microsoft Customization Tool for Office 2013, but I can not find a admin-folder or template for visio2013 to configure this.
Is there a separate download for the admin-folder for Visio 2013 or do I need another option to activate visio2013?
Thx
-
Moved by
Quist ZhangMicrosoft community contributor
Tuesday, January 15, 2013 2:39 AM
More appropriate
January 13th, 2013 3:35pm
Anybody?
January 14th, 2013 10:18am
Hi Mvd12345,
Thank you for posting in the MSDN Forum.
You can refer to the page below
Configure a silent installation of Office 2013
which describes that
To specify silent installation options in Config.xml
-
Open the Config.xml file for the Office product (such as Office Professional Plus 2013) that you are installing by using a text editor tool such as Notepad.
-
Locate the line that contains the Display element, as shown in the following example:
<!-- <Display Level="full" CompletionNotice="yes" SuppressModal="no" AcceptEula="no" /> -->
-
Modify the Display element entry with the silent options that you want to use. Make sure that you remove the comment delimiters, "<!--" and "-->." For example, use the following
syntax:
<Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />
These options will direct Setup to run silently, prevent the prompting of users to enter information, and prevent the installation from waiting for user interactions. For more information about the syntax and Config.xml, see
Display element in
Config.xml file in Office 2013.
-
To suppress restarts, add the following lines:
<Setting Id="SETUP_REBOOT" Value="Never" />
<Setting Id="REBOOT" Value="ReallySuppress"/>
-
To add a MAK key, use the PIDKEY element to enter the 25 character volume license key. Add the following line to the Config.xml file:
<PIDKEY Value="AAAAABBBBBCCCCCDDDDDEEEEE" />
AAAAABBBBBCCCCCDDDDDEEEEE represents the product key. Use your organization's specific MAK product key for Office 2013.
-
To set the automatic activation option, add the following line to the Config.xml file:
<Setting Id="AUTO_ACTIVATE" Value="1" />
Not setting AUTO_ACTIVATE is the same as setting AUTO_ACTIVATE to a value of 0. The result is that product activation does not occur during Office 2013 deployment.
-
Save the Config.xml file.
Hope it helps.
Best re
January 14th, 2013 3:12pm
Hello Quist,
I know this procedure for Office 2013.
But I need those administrative files also for visio 2013.
Which files can I use for visio 2013?
Thx
January 14th, 2013 5:23pm
Thx Quist,
anybody with an option for unattended visio and an answer for the "administrative tools" for Microsoft Visio?
January 15th, 2013 10:29am
Hi Mvd12345,
The admin folder for Office Products come only with the Volume License editions. If you do not see "admin" folder in the setup, then it means that the product is a retail edition or Office 365 edition.
Thanks,
John
February 3rd, 2015 1:46am