Create a CA like this:
<CustomAction Id="setProp2" Property="Property2" Value="True" />

and schedule it like this:
<Custom Action="setProp2" After="AppSearch">Property1</Custom>

If you need these properties to make it over to the server side 
(InstallExecuteSequence) from the 
UI, then they need to be in capitals.

Rob


[EMAIL PROTECTED] wrote:
> Hello All:
> 
>  
> 
> This seems to be a simple thing, but I have not found an acceptable way 
> to do this. It is pretty much:
> 
>  
> 
> In a merge module <Module/>, do:
> 
>  
> 
> If Property1 Exists
> 
>    Set Property2 = True.
> 
>  
> 
>  
> 
> Property2 is NOT set from a DirectorySearch, RegistrySearch, etc. But is 
> only set if Property1 is set. Also, Property2  SHOULD NOT receive the 
> value of Property1, but should be set to “True”. Property1 will be some 
> value set from the registry (In this case, a server name).
> 
>  
> 
>  
> 
> How can I accomplish this?
> 
>  
> 
> I have vbscript that I could add to a custom action to do the same 
> thing, but I would rather not take that route.
> 
> 
> ------------------------------------------------------------------------
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to