Re: [WiX-users] Click next control event - Prematurely Stopped

2008-01-27 Thread Richard
In article <[EMAIL PROTECTED]>, SaiTeja <[EMAIL PROTECTED]> writes: > Any ideas??? Are you linking staticly to the C/C++ runtime? -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download Legali

Re: [WiX-users] Click next control event - Prematurely Stopped

2008-01-26 Thread SaiTeja
Hi, I tried, but still it is stopped. Project is Visual C++ -> Win32 -> Win32 project Please find attached code. It is working fine in Vista OS 32 bit, windows server 2003 both 32 and 64 bit Not working in xp 32 bit :( Any ideas??? Peter Jaworski wrote: > >> I created DLL in MicroSoft Vi

Re: [WiX-users] Click next control event - Prematurely Stopped

2008-01-25 Thread Peter Jaworski
> I created DLL in MicroSoft Visual Studio > and the type of file is "Application Extension" Could you give more detailed information. All DLLs are "Application Extension" please describe which project type you have chosen for creating DLL under VS (File>New>Project..>Other Languages>Visual C++; h

Re: [WiX-users] Click next control event - Prematurely Stopped

2008-01-24 Thread SaiTeja
Thanks for responses. I created DLL in MicroSoft Visual Studio and the type of file is "Application Extension" Please find uploadfile for the DLL. http://www.nabble.com/file/p15081184/invdll.txt invdll.txt and following is wix code In dialog - 1 SERVICE_

Re: [WiX-users] Click next control event - Prematurely Stopped

2008-01-24 Thread Peter Jaworski
> Am using one DLL custom action. > (..) > There is no wrong in dll. Because it is working fine in some OS's. Tell us something more about DLL, especially what kind of DLL is it (MFC, COM, .net...). How it is linked. It may need some runtimes that cause that on some installations it works (because

Re: [WiX-users] Click next control event - Prematurely Stopped

2008-01-24 Thread Schrieken, Rene
sourceforge.net Subject: [WiX-users] Click next control event - Prematurely Stopped Hi, Am using one DLL custom action. This custom action am calling when user clicks next button in xyz.dlg Some machines it is working fine(i.e. opened next dialog) and in some machines immediately it is display

[WiX-users] Click next control event - Prematurely Stopped

2008-01-24 Thread SaiTeja
Hi, Am using one DLL custom action. This custom action am calling when user clicks next button in xyz.dlg Some machines it is working fine(i.e. opened next dialog) and in some machines immediately it is displaying Prematurely Stopped dialog and installation fails. There is no wrong in dll. Bec