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. Because it is working fine in some OS's. Can any one tell what is the wrong here. Following is the wix code: In dialog --------- <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="$(loc.WixUINext)"> <Publish Event="DoAction" Value="InvChrs">1</Publish> <Publish Event="NewDialog" Value="[WixUI_lServicesDlg_Next]">SERVICE_INV="Service Name Correct"</Publish> </Control> Custom Action: -------------- <Binary Id="BinInv" SourceFile="CustomAction.dll"/> <CustomAction Id="InvChrs" BinaryKey="BinInv" DllEntry="Fn_toChkInvalidChars"/> -- View this message in context: http://www.nabble.com/Click-next-control-event---Prematurely-Stopped-tp15062166p15062166.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users