How can I repair my Windows Installer package for Windows XP?
My windows installer will not function for some programs.
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
bkelly
11 years ago
Posted by:
vinodmukka
11 years ago
Confusing Question:
Windows Installer: some badly packaged applications corrupt windows installer (Msiexec.exe) registrations, most of the times, re registering the msiexec.exe and msi.dll will resolve the issue (regsvr32.exe /s msiexec.exe, regsvr32.exe /s msi.dll)
Windows Installer pacakge (MSI): use the command Msiexec.exe <ProductCode/path to msi> /fauvs /qb
Comments:
-
Hi,For registering the exe file we should use regserver :) e.g msiexec.exe /regserver - sumitsingh1984 11 years ago