E
elizas
These are the steps to resolve 2869 error generated while installing .msi file in Vista machine
1) Copy the .MSI file to the root directory of your main hard drive (i.e. C:\)
2) Open Windows Notepad
3) Copy this text into windows notepad
msiexec /i C:\program_name.ms
(You can write the total path of your .msi file in the system, after msiexec /i.
4) Replace the text "program_name" in the code that you copied with the actual name of the .MSI file
5) Click File -> Save As..
Instead of saving it as a .txt file, change the file name to installer.bat
Save the file to your desktop
6) On your desktop, right click on the file and select Run as Administrator
This will run the .msi file properly to install the application in the system
1) Copy the .MSI file to the root directory of your main hard drive (i.e. C:\)
2) Open Windows Notepad
3) Copy this text into windows notepad
msiexec /i C:\program_name.ms
(You can write the total path of your .msi file in the system, after msiexec /i.
4) Replace the text "program_name" in the code that you copied with the actual name of the .MSI file
5) Click File -> Save As..
Instead of saving it as a .txt file, change the file name to installer.bat
Save the file to your desktop
6) On your desktop, right click on the file and select Run as Administrator
This will run the .msi file properly to install the application in the system