Hello All,
         
Could any one help me in specifying the conditions for showing dialogs ?
I have 2 dialogs, 1 for Installation dialog -> this dialog should show up if
there is no previous installation found.
2nd dialog for Upgrade dialog -> this dialog should show up if previous
installation found.


This is the upgrade table i am using for finding the the previous
installation.
<UpgradeVersion Property="OLDAPPFOUND" IncludeMinimum="yes"
                                        Minimum="0.0.0.0" Maximum="1.1.1.0"
                                        IncludeMaximum="no" />
<UpgradeVersion Property="NEWAPPFOUND" IncludeMinimum="no"
                                        Minimum="1.1.1"
                                        OnlyDetect="yes" />
</Upgrade>

This is the show dialog i am using.

and in UI
<Show Dialog="UpgradeWelcomeDialog"
After="FindRelatedProducts">NEWAPPFOUND</Show>

and for Installation dialog
<Show Dialog="InstallWelcomeDialog" After="FindRelatedProducts">NOT
INSTALLED</Show>

But this does not work.

Can any one tell me how NEWAPPFOUND is to be used or what property chould i
use there ?

Wat is the procedure to show the dialogs(Upgradedialog and InstallDialog)
accordingly ?



Regards,
Alok
-- 
View this message in context: 
http://www.nabble.com/Property-for-Major-Upgrade.-tp14918684p14918684.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