Hi SMR,

Try putting a Order attribute in you Publish like this:
<Publish Event="DoAction" Value="CheckUser.Property" Order="1">1</Publish>
<Publish Event="DoAction" Value="CheckUser" Order="2">1</Publish>
<Publish Event="SpawnWaitDialog" Value="InvalidUserDlg" Order="3"><![CDATA[
VALIDATEUSER <> "1"]]></Publish>
<Publish Event="NewDialog" Value="SetupDlg" Order="4"><![CDATA[ProductID AND
VALIDATEUSER = "1"]]></Publish> 

Hope this helps...

Regards,
Romeo


Michael-12 wrote:
> 
> Hi,
> 
> I found the how to run custom action within control. my code is below, 
> (Within "Next" Control)
>             <Publish Event="DoAction"
> Value="CheckUser.Property">1</Publish>
>           <Publish Event="DoAction" Value="CheckUser">1</Publish>
>           <Publish Event="SpawnWaitDialog" 
> Value="InvalidUserDlg"><![CDATA[ VALIDATEUSER <> "1"]]></Publish>
>           <Publish Event="NewDialog" Value="SetupDlg"><![CDATA[ProductID 
> AND VALIDATEUSER = "1"]]></Publish>
> 
> my custom action dll will set the property VALIDATEUSER = 1, if username 
> and password valid. But, When I click Next there is no action in
> Installer.
> 
> -SMR
> 
> Michael wrote:
>> Hi,
>>
>> How do I run custom action on clicking Next button? I have custom action 
>> to check username and password. I need to run that custom action on 
>> clicking Next button? If username and password is error, an error 
>> message must display that invalid username and password.
>>
>> Please help me out.
>>
>> Thanks,
>> -SMR
>>
>> ------------------------------------------------------------------------------
>> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
>> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
>> easily build your RIAs with Flex Builder, the Eclipse(TM)based
>> development
>> software that enables intelligent coding and step-through debugging.
>> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
>> _______________________________________________
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>>   
>> ------------------------------------------------------------------------
>>
>>
>> No virus found in this incoming message.
>> Checked by AVG - www.avg.com 
>> Version: 8.0.237 / Virus Database: 270.11.15/2003 - Release Date:
>> 03/15/09 14:07:00
>>
>>   
> 
> 
> ------------------------------------------------------------------------------
> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
> software that enables intelligent coding and step-through debugging.
> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/How-do-I-check-UserName-and-Password-tp2484302p2490052.html
Sent from the wix-users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to