Re: [WiX-users] How can I display Maintenance Dialog of MSI using burn bootstrapper.

2014-09-05 Thread geshete
Thanks Rob. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-can-I-display-Maintenance-Dialog-of-MSI-using-burn-bootstrapper-tp7596679p7596683.html Sent from the wix-users mailing list archive at Nabble.com.

Re: [WiX-users] WIX ComboBox default value

2014-03-29 Thread geshete
Thank you all for your reply. This has fixed the issue. SetProperty Id=ITEMNAME Value=[DefaultValueID] After=AppSearch /SetProperty -- View this message in context:

[WiX-users] WIX ComboBox default value

2014-03-28 Thread geshete
I would like to disable and show default value for the ComboBox if it is MajorUpgrade. otherwise enable ComboBox and no item should be selected just show the list when dropdown is selected. Property Id=DefaultValueID Value=test/ Control Id=ComboBox1 Type=ComboBox X=130 Y=85 Width=130 Height=17

Re: [WiX-users] WIX ComboBox default value

2014-03-28 Thread geshete
I got this error message: The ListItem/@Text attribute's value cannot be an empty string. If a value is not required, simply remove the entire attribute -- View this message in context:

Re: [WiX-users] WIX ComboBox default value

2014-03-28 Thread geshete
Thank you for your replay. I used WIX_UPGRADE_DETECTED property to disable the combox for MajorUpgrade. That works fine. But how can I assign the Property of ComboBox to DefaultValueID instead of ITEMNAME for MajorUpgrade. it should be something like this. if (WIX_UPGRADE_DETECTED) Control

Re: [WiX-users] WIX ComboBox default value

2014-03-28 Thread geshete
Another dialog for user credentials. If the user credentials is validated, it opens the dialog that contains the comboBox. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/WIX-ComboBox-default-value-tp7593832p7593842.html Sent from the wix-users

Re: [WiX-users] bootstrapper project failing

2014-03-18 Thread geshete
Thank you. That saves me a lot of time. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/bootstrapper-project-failing-tp7593519p7593527.html Sent from the wix-users mailing list archive at Nabble.com.