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
---------
        <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"/> 

Thanks




Peter Jaworski wrote:
> 
>> 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 libraries or runtimes are present) and
> on other it does not....
> 
> Best regards,
> Piotr Jaworski
> 
> -------------------------------------------------------------------------
> 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
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Click-next-control-event---Prematurely-Stopped-tp15062166p15081184.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

Reply via email to