Error 1723. There is a problem with this Windows Installer
package. A DLL required for this install to complete could not be run.
Contact your support personnel or package vendor.  Action
editOmniCfgFile, entry: UpdateCfg, library:
C:\WINDOWS\Installer\MSI9F6.tmp 
        MSI (s) (24:F8) [16:42:45:828]: Product: mtm Agent -- Error
1723. There is a problem with this Windows Installer package. A DLL
required for this install to complete could not be run. Contact your
support personnel or package vendor.  Action editOmniCfgFile, entry:
UpdateCfg, library: C:\WINDOWS\Installer\MSI9F6.tmp 
         

Mark,
 
Are you statically or dynamically linking with the runtime libraries?
I've seen an error similar to this with the runtime dynamically linked
when the runtime is not installed on the target machine. By far the
safest thing to do is to statically link, i.e. use /MT rather than /MD.
 
Regards,
John 
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to