How to install Media Player 9 using MSI

C

Carolyn Napier [MSFT]

Outside of that method, you should probably take a look at the Windows Media
Player 9 Deployment Pack. Available from <
http://www.microsoft.com/windows/windowsmedia/enterprise/deploypack.aspx > it
can be used to generate a deployable MSI package. The deployment pack includes
both a set of tools and a whitepaper.

If you want to make the generated MSI from the deployment pack installable by
non-admin users, you'll also need to make the following change:

-------------------------------------

1) Update the text found in part1.wim in the root of the installation
directory as follows:

Change AdminUser to Privileged

From:

<Condition Message='[ProductName] can be installed by users with
Administrator privileges'><![CDATA[AdminUser=1]]></Condition>

So the end result should be:

<Condition Message='[ProductName] can be installed by users with
Administrator privileges'><![CDATA[Privileged=1]]></Condition>
-------------------------------------

Hope this helps,
- Carolyn Napier
Microsoft Windows Installer Team

--
This posting is provided "AS IS" with no warranties, and confers no rights.
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.
MSI FAQ:
<http://www.microsoft.com/windows2000/community/centers/management/msi_faq.mspx>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Deploying WMP 9 msi using Group policies & AD 1
Floppy Fix 1
Floppy Fix 1
Floppy Fix 12
HasRows property 2
Where is Emulator state saved? 3
MRxSmb Event ID 3034 error code c0000064 1
Connected machine's IP 5

Top