rebuild MSISERVER

K

KL Wong

While I am troubleshooting a MSI Installer problem, I
remvoed the registry key MSISERVER from the current
control set. Are there anyway to recover/rebuild it ?

My original problem is when try to install MSI Installer,
I got a message saying 'service already exist'.

Any help most appreciated.

B.Rgds/KL
 
C

Carolyn Napier [MSFT]

Generally from a command prompt, the following will re-add the Installer service
configuration:

"msiexec /unregister"
"msiexec /regserver"

As for your original problem, there's not enough information to really say what
the cause was. Windows 2000 already includes MSI so there's no need to install
it unless you're attempting to install a newer version using the instmsi.exe
redist for MSI 2.0. This isn't really necessary though if you already have SP3
of Win2K since SP3 already includes MSI version 2.0.

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

Top