Error 1722

  • Thread starter Thread starter Scott Lezberg \(Deltek\)
  • Start date Start date
if you look in the log file, you may get more info. The docs show the message as having three
parameters, which _might_ be in the log:

Error 1722: There is a problem with this Windows Installer package. A program run as part of the
setup did not finish as expected. Contact your support personnel or package vendor. Action [2],
location: [3], command: [4]

(you do have logging turned on, don't you? -- Dccs are online at:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/windows_installer_start_p
age.asp?frame=true
 
Install it taking a log and post the log (or zip it and put it there at your
web site). The message is self-explanatory, but it doesn't tell you which
program failed and in which install.
msiexec /i <path to msi> /l*v somelogfile.log
 
Back
Top