] 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
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)
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
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
4 matches
Mail list logo