[WiX-users] Based on CheckBox value have to show the WIX Dialog.

2010-05-11 Thread Velu
I have to show the Dialog based on the checkbox value. I have set the checkbox property as true initially like below And now show the dialog based on the check box value selection at the time of installation. If it is true i have to show the "Newdoalog_1" if it is false i have to show the "Setu

Re: [WiX-users] Based on CheckBox value have to show the WIX Dialog.

2010-05-11 Thread Velu
Hi Chad, Please look into the codesnippet. By default i have set the property value as True. INSTALL INSTALL AND CHECKBOX_1_PROP INSTALL INSTALL -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.

Re: [WiX-users] Based on CheckBox value have to show the WIX Dialog.

2010-05-11 Thread Velu
Hi Chad, As per your suggestion i have changed the CheckBoxValue="TRUE" like below . Its still not working. Any other idea ? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Based-on-CheckBox-value-have-to-show-the-WIX-Dialog-tp5035041p5036

[WiX-users] Dialog Next Button Error in Custom Action

2010-05-13 Thread Velu
Hi Whille installing my setup When i click the Next button in the Dialog i got the following error "There is a problem with this Windows Installer package. A DLL required for this install to complete could not be run. Contact your support personnel or package vendor. " In Next Button i have the

Re: [WiX-users] Burn samples

2010-05-13 Thread Velu
Hi, Can you please send the link that contains the samples for Burn. Can we eliminate the Bootstrapped for installing the prerequisties like SQLCE after the product installtion by using Burn. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-sam

Re: [WiX-users] Dialog Next Button Error in Custom Action

2010-05-13 Thread Velu
1) I can't able to check the verbose log. Because we are generating the MSI and use some bootstrapper for prerequisites and then generated the exe. How we can generate the LOg for the exe ? 2) This is my custom action code. using System; using System.Collections.Generic; using System.Text; using

Re: [WiX-users] Dialog Next Button Error in Custom Action

2010-05-13 Thread Velu
I hope this is correct. 1) The Valid_Samples is my Custom action name in the wix code 2)I have set the Property for the Custom action and set some values for intially 3)I have called the Custom action in the Dialog next button. 1 Please let m

[WiX-users] Show the ProgressBar while Running the Custom Action

2010-05-19 Thread Velu
even no progress bar. http://taocoyote.wordpress.com/2009/05/19/adding-managed-custom-actions-to-the-progressbar/ Is any idea ? How to move the progress when custom action is running. Thanks Velu -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com

Re: [WiX-users] Show the ProgressBar while Running the Custom Action

2010-05-20 Thread Velu
Hi Willson, Thanks for your reply. Can you please explain a little bit more here ?. I need to have two custom action with Immediate and Deferred Whether that WordPress Managed Custom Action is correct to display the progress Bar ? Pls assits me on this Thanks, Velu -- View this message in

Re: [WiX-users] Show the ProgressBar while Running the Custom Action

2010-05-21 Thread Velu
progress bar during the custom action ? Thanks velu -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Show-the-ProgressBar-while-Running-the-Custom-Action-tp5078136p5083132.html Sent from the wix-users mailing list archive at Nabble.com

[WiX-users] Failed to open XM === applicationHost.config

2010-06-02 Thread Velu
I have created the MSI setuop and then while installing the MSI in Windows Server 2008 in Adminsitrator rights. I got the following error. Failed to open XML file c:\windows\system32\inetsrv\config\applicationHost.config, system error: -2147024786 Could please help on this ? Regards Velusamy --

Re: [WiX-users] Show the ProgressBar while Running the Custom Action

2010-06-03 Thread Velu
Hi Nick, It was working fine. Thanks for your code. My problem is i have several custom action. I have to show the progress while running that all custom action. You code work for only that particulat custom action. How can i achieve this for all custom actions ? Please help me on this ? Reg

Re: [WiX-users] Show the ProgressBar while Running the Custom Action

2010-06-03 Thread Velu
component vendor company the custom action time depends upon based on the feature selection or the unlock key. How can i set the Thread.Sleep(?) based on the feature selection or the installation time. Advance Thanks Velu -- View this message in context: http://windows-installer-xml-wix-toolset.687559

Re: [WiX-users] problem scheduling custom actions

2010-08-08 Thread Velu
Hi Joachim Back, I am trying to show the product images in the progress bar dialog while installing the setup. Could you provide the example if you have with you. Thanks, Velu -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Progress-pictures

[WiX-users] Custom Action and Billboard Action

2010-08-10 Thread Velu
Not working Code: Please let me know if you have any ideas. Thanks, Velu -- View this message in context: http://windows-insta

[WiX-users] Change the Foreground color of the label

2010-09-13 Thread Velu
Hi How to change the foreground color of the label box in the Wix. I have created the TextStyle like this and used in the Dialogs. But, still the forecolor is Black. Still color of the label text is Black. Is any workaround to achieve this ? Thanks, Velusamy -- View this message in co