Re: [WiX-users] Using CustomAction during the installUISequence

2007-09-18 Thread Wilson, Phil
ember 18, 2007 9:25 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Using CustomAction during the installUISequence Sorry, i m attaching the installation log: Hope that helps Rob Hamflett wrote: > > 'ends prematurely' isn't much to go on. Does it repor

Re: [WiX-users] Using CustomAction during the installUISequence

2007-09-18 Thread chandan Koushik
Sorry, i m attaching the installation log: Hope that helps Rob Hamflett wrote: > > 'ends prematurely' isn't much to go on. Does it report error numbers? > Does a logged installation > report anything useful? > > Rob > > chandan Koushik wrote: >> Hi All, >> I have a config.cpp file which co

Re: [WiX-users] Using CustomAction during the installUISequence

2007-09-18 Thread Rob Hamflett
'ends prematurely' isn't much to go on. Does it report error numbers? Does a logged installation report anything useful? Rob chandan Koushik wrote: > Hi All, > I have a config.cpp file which contains the function > > _declspec(dllexport) UINT CheckBluePrint (MSIHANDLE hInstall) > { >

[WiX-users] Using CustomAction during the installUISequence

2007-09-18 Thread chandan Koushik
Hi All, I have a config.cpp file which contains the function _declspec(dllexport) UINT CheckBluePrint (MSIHANDLE hInstall) { int dRet=0; logfile = fopen("c:\\mnsetup.log","a"); fprintf(logfile,"installer for Me\n"); CoInitialize(NUL