Finally got it to work! it was something to do with my DLL...

i had to add the my exports to the preprocessor definitions
  ----- Original Message ----- 
  From: John Hall 
  To: Mark Line 
  Cc: wix-users@lists.sourceforge.net 
  Sent: Wednesday, August 01, 2007 5:24 PM
  Subject: RE: [WiX-users] custom action VS2005



    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