hi all
      The problem is that value which the user has selected using radio 
button(compiler) in a dialog box .I want to send this value to my dll. 


<Publish Property="CA_PATH" Value="[PATH]"/> 
this is what i used to pass the path  selected by user to my dll ,it works and 
calling PATH in custom action

Now MY architecture has x86 x64 

but u see i have  1 for X86 
                  2 for x64 
  inside my radio button


when i do the above publish with value ARCHITECTURE 
 it perfectly gives me 1 or 2 depending on the selected architecture. 
            But i dont need 1 or 2. I need x86 or x64 

One fellow suggested me to publish one more property saying 
if its 1 then x86 
       else  x64. 

But here the problem is that in my custom action from where i am passing this 
value i will show u the code: 

 <Publish Property="CA_PATH" Value="[PATH]"/>             
             
   <CustomAction Id="MyAction.SetProperty" Return="check" Property="MyAction" 
             Value="[PATH]" /> 

in this Value i have to mention x86 or x64 
 <Publish Property="86" Value="x86"/> 

and now how do i know user has selected which option ,,,u see here i am 
hardcoding.... 

i need a variable whom i reassign values
help

DISCLAIMER
==========
This e-mail may contain privileged and confidential information which is the 
property of Persistent Systems Pvt. Ltd. It is intended only for the use of the 
individual or entity to which it is addressed. If you are not the intended 
recipient, you are not authorized to read, retain, copy, print, distribute or 
use this message. If you have received this communication in error, please 
notify the sender and delete all copies of this message. Persistent Systems 
Pvt. Ltd. does not accept any liability for virus infected mails.

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