Yea I even tried this .... using same Dialog with control conditions to hide 
contols

But the same prob :(

I am not able to get the logic

I want a control1 to be hidden when its remove and to be shown in all other 
cases

I want a control2 to be shown when its remove and to be hidden in all other 
cases.

I tried this logic

<Control Id=contol1 Type="Text" .......>
<Condition Action = "Hide">
REMOVE
</Condition>

</Control>



<Control Id=contol2 Type="Text" .......>
<Condition Action = "Show">
REMOVE
</Condition>

</Control>



Biut this is not working
Can you tell whats goingwrong >> ?? how can i chieve what i want!!!!
________________________________________
From: Bob Arnson [EMAIL PROTECTED]
Sent: Monday, October 01, 2007 4:11 AM
To: Srinivas Tirupati
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Flag or Property for Remove

Srinivas Tirupati wrote:
I want to show my own dialog at the end of the installation instead of the 
default ExitDailog

I want to show only if the action is install and its successful

I want to show the default ExitDialog if the action is remove. How can I do 
this ?

MSI doesn't support multiple "success" ending dialogs. Use one dialog with 
control conditions to show and hide different controls.

--
sig://boB
http://joyofsetup.com/


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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