Re: [WiX-users] RadioButton Condition

2007-07-09 Thread aashish_raina
hi why do we use Registry tag in our wxs file. 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 in

Re: [WiX-users] RadioButton Condition

2007-07-09 Thread aashish_raina
hi Why do we use Registry tag in our wxs file.. 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 i

[WiX-users] VARIABLES ASSIGNMENT

2007-07-04 Thread aashish_raina
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. 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

Re: [WiX-users] Error using WixVariable

2007-07-03 Thread aashish_raina
plz tell me how to assign values to variables this is initialization now i want a=22; how should we do it. 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 i

Re: [WiX-users] Fw: deffered custom actions

2007-07-03 Thread aashish_raina
actually i am selection a value from radio button (Architecture ) which is (x86)(x64). Now i want to send this selected value through my Property to my Dll. I tried that publish ,,It helped partially.. what happened is that i have in my radio button 1 for x86 2 for x64 I

[WiX-users] deffered custom actions

2007-07-03 Thread aashish_raina
i know how to send a property to my dll and print it from message box. But now i want to pass the path which user has selected to my property and so that i get it in my dll. plz help. If any one knows ,in that case i can share the code. DISCLAIMER == This e-mail may contain p

Re: [WiX-users] Managed Code Custom Actions

2007-07-02 Thread aashish_raina
Thanks. I have a problem. In my i have printed a path which user enters and it gets printed on the Dialog Box.But now i want this path to pass to my (dll).But whenever i pass PATH it just passes the string "PATH" to dll not the actual PATh. code is:

[WiX-users] PROPERTY

2007-07-02 Thread aashish_raina
hi I have a In this i have printed the path which user entered earlier.Now i want to send this path to my which is under this control because i want to print this path through my DLL.(deferred custom action). Problem is that I am not able to capture the path. Plz

[WiX-users] WIX

2007-06-29 Thread aashish_raina
Hi I have problems with custom action and dll. My .wxs file has 2 custom actions which are calling a dll and its function and passing a PROPERTY's value as a parameter to the dll. Vc++ dll(win 32) .The dll is calling a function msigetproperty(,,Buffer,). This buf

[WiX-users] (no subject)

2007-06-15 Thread aashish_raina
Hi Sir I am currentlt using wix tool.Please tell me how to store value of radio buttons in variables and use them in oyher dialog box. my file extension is .wxs DISCLAIMER == This e-mail may contain privileged and confidential information which is the property of Persistent Sys