Re: [WiX-users] custom action VS2005

2007-08-02 Thread Mark Line
] 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

Re: [WiX-users] custom action VS2005

2007-08-01 Thread John Hall
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)

Re: [WiX-users] custom action VS2005

2007-08-01 Thread Mark Line
Whoops sorry i get the following error in my install log: 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:\WI

[WiX-users] custom action VS2005

2007-08-01 Thread Mark Line
I'm having problems with creating a custom install, i'm creating the very simple DLL using this code in VS2005 #include "stdafx.h" #ifdef _MANAGED #pragma managed(push, off) #endif BOOL APIENTRY DllMain( HMODULE hModule,DWORD ul_reason_for_call,LPVOID lpReserved) { return TRUE; } #i