Welcome to blogs.conchango.com Sign in | Join | Help

Welcome to blogs.conchango.com

Paulo Reichert's Blog

Windows Installer MSI packages error code 2869 on Windows Vista

I was setting up my machine with Vista RTM and have noticed that a few MSI packages would fail to install with an error code 2869 and then a number (two or three) dialog boxes empty of any text. I figured out that these packages are the ones that were interacting with other programs (in this case Visual Studio 2005) and they seem to be denied permission.

The quick and dirty solution I found to make them install is to create a batch file with the following command:

msiexec /i "path-to-package.msi"

Save the file then right-click it and select "Run as Administrator". That makes it work.

Published 21 November 2006 12:54 by paulo.reichert

Comments

 

MaxGuernseyIII said:

Hey Paulo,

Thank you so much for this.

It made my day to search for an error number and actually get the workaround I needed on the very first page I checked.

Sincerely,

Max Guernsey, III

January 20, 2008 15:57
 

HoJo said:

Yeah that didnt work for me, was gonna try the run as administator but cant right click msi file for that so i checked the msiexec commands (msiexec /?) and found the run as administrator command

msiexec /a "path-to-package.msi"

thnx for getting me started

April 7, 2008 00:46
Anonymous comments are disabled
Powered by Community Server (Personal Edition), by Telligent Systems