MS Office 2010 Products
Hello,
I am working on sequencing Office 2010 products like Visio Pro 2010, Visio STD 2010, Project Pro 2010 and Project STD 2010. After Checking different blogs, I am installing Office Deployment kit with the commandline by passing all the licenses at a time seperating by semi colon (;) and USEROPERATIONS=1 value. When I launch the applications, Its opening the Microsoft Office Acitvation Wizard asking to activate the software. While sequencing, when I launch the application, its not asking for the activation. Does anyone explain how can I include Activation part in to sequencing.
Thanks.
0 Comments
[ + ] Show comments
Answers (15)
Please log in to answer
Posted by:
kkaminsk
13 years ago
The first thing I go back to is the keys to make 100% sure they are working with the deployment kit. When you look at the application event log is the app-v deployment kit installing sucessfully or performing a rollback? Sometimes people don't see the progress bar when it does a rollback because it is so quick.
Posted by:
ajchak
13 years ago
try this...
it may work..
This is a known behavior for virtualized office 2010 or its components. For this Microsoft has provided office deployment kit tools which is an MSI, which checks for per-machine license for the Office.
We need to install the office deployment kit tools MSI locally as mentioned below.
STEP1- Install the office deployment kit (OffVirt.msi) using below command.
msiexec /i OffVirt.msi PIDKEYS=XXXXX-XXXXX-XXXXX-XXXXX;YYYYY-YYYYY-YYYYY-YYYYY-YYYYY USEROPERATIONS=1
where PIDKEYS is the product key
STEP2- Once installed the OffVirt.msi reboot the machine and deployed the sequenced application.
You can download OffVirt.msi from http://www.microsoft.com/downloads/details.aspx?FamilyID=479f12f2-5678-493e-bce1-682b3ece5431&displaylang=en
Cheers
AJ
it may work..
This is a known behavior for virtualized office 2010 or its components. For this Microsoft has provided office deployment kit tools which is an MSI, which checks for per-machine license for the Office.
We need to install the office deployment kit tools MSI locally as mentioned below.
STEP1- Install the office deployment kit (OffVirt.msi) using below command.
msiexec /i OffVirt.msi PIDKEYS=XXXXX-XXXXX-XXXXX-XXXXX;YYYYY-YYYYY-YYYYY-YYYYY-YYYYY USEROPERATIONS=1
where PIDKEYS is the product key
STEP2- Once installed the OffVirt.msi reboot the machine and deployed the sequenced application.
You can download OffVirt.msi from http://www.microsoft.com/downloads/details.aspx?FamilyID=479f12f2-5678-493e-bce1-682b3ece5431&displaylang=en
Cheers
AJ
Posted by:
ajchak
13 years ago
Posted by:
imavanurabanerjee
13 years ago
Do you really need to give the product key from the command line?
First in a fresh machine install the app manually with keys as manual inputs and not from command line. Check whether you get a desired output or not.
If you are happy with the output then try to sequence it and now while sequening, dont provide the key in command line, give a manual input to fave the prompt for the key during sequencing.
try this, if helps.
thanks
Arun
First in a fresh machine install the app manually with keys as manual inputs and not from command line. Check whether you get a desired output or not.
If you are happy with the output then try to sequence it and now while sequening, dont provide the key in command line, give a manual input to fave the prompt for the key during sequencing.
try this, if helps.
thanks
Arun
Posted by:
imavanurabanerjee
13 years ago
Posted by:
AssmbLLYCoder
13 years ago
Hi,
MS Office 2010 products can be activated either using KMS (VL keys) or MAK keys.
MS Office 2010 products by default include VL keys so you need not provide any license during sequencing. However, You do need to install Office 2010 deployment Toolkit.
In order to successfully virtualize Office 2010 products, Follow these steps:
Step 1: Install Office 2010 deployment Toolkit.
Step 2: Install Sequencer v 4.5 or higher.
Step 3: Install Office 2010 product which you want to virtualize.
For validation of the pacakge created above, follow the steps below:
Step 1: Install Office 2010 deployment Toolkit defining the activation method (KMS or MAK).
(License keys can be provided with the installation if you are using MAK activation keys. Also, you can use USEROPERATIONS=0 or 1 if you want to allow the users to change the activation key)
Step 2: Install the AppV client as per compatability matrix (4.5 in this case)
Step 3: Deploy the Office 2010 product virtualized package
Step 4: Perform validation as desired.
MS Office 2010 products can be activated either using KMS (VL keys) or MAK keys.
MS Office 2010 products by default include VL keys so you need not provide any license during sequencing. However, You do need to install Office 2010 deployment Toolkit.
In order to successfully virtualize Office 2010 products, Follow these steps:
Step 1: Install Office 2010 deployment Toolkit.
Step 2: Install Sequencer v 4.5 or higher.
Step 3: Install Office 2010 product which you want to virtualize.
For validation of the pacakge created above, follow the steps below:
Step 1: Install Office 2010 deployment Toolkit defining the activation method (KMS or MAK).
(License keys can be provided with the installation if you are using MAK activation keys. Also, you can use USEROPERATIONS=0 or 1 if you want to allow the users to change the activation key)
Step 2: Install the AppV client as per compatability matrix (4.5 in this case)
Step 3: Deploy the Office 2010 product virtualized package
Step 4: Perform validation as desired.
Posted by:
arnolddepth
12 years ago
If the product key you entered, taken from the bottom of the certificate of authenticity the computer, you must activate Office using the Windows product key. This will not work. If you use the buy the Microsoft Office 2010, enter the product key, and taken from the retail package is found in the yellow oragne Office proof of license label.
Posted by:
cygan
12 years ago
Posted by:
angelinadepth
12 years ago
You can simply use Microsoft's free viewers to examine documents, if you only need to read / check the received file. If your computer is on the policy, to prevent the running of the audience, ask your system administrator to enable them. It should not be a problem, because using a free for all, they do not represent the audience as long as you stick to the desktop for any loopholes on the computer, and keep clear of the ActiveX plugin.
Posted by:
roni86
12 years ago
Posted by:
bennebiest
12 years ago
Posted by:
15moreminutes
12 years ago
roni,
From- http://technet.microsoft.com/en-us/library/cc179097.aspx
You can also activate Office 2010 at the time that you install a MAK key by setting the AUTO_ACTIVATE property value. To do this, follow these steps:
1.In the OCT, select Modify Setup properties on the left pane, and then click Add in the right pane.
2.In the Add Property Value dialog box, in the Name box, type AUTO_ACTIVATE. Note that property names must be uppercase.
3.In the Value box, type 1, and then click OK.
For information about configuring the AUTO_ACTIVATE property by using the Config.xml file, see Setting element in Config.xml file in Office 2010.
From- http://technet.microsoft.com/en-us/library/cc179097.aspx
You can also activate Office 2010 at the time that you install a MAK key by setting the AUTO_ACTIVATE property value. To do this, follow these steps:
1.In the OCT, select Modify Setup properties on the left pane, and then click Add in the right pane.
2.In the Add Property Value dialog box, in the Name box, type AUTO_ACTIVATE. Note that property names must be uppercase.
3.In the Value box, type 1, and then click OK.
For information about configuring the AUTO_ACTIVATE property by using the Config.xml file, see Setting element in Config.xml file in Office 2010.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.