Re: [WiX-users] CustomActions - ComboBox by name?

2013-12-27 Thread Sullivan, Mark V
Oh, and (from an example), when I say..

Record newListBoxRecord = new Record(4);
newListBoxRecord[1] = "WEBSITE";
newListBoxRecord[2] = order;
newListBoxRecord[3] = webSite.Name;
newListBoxRecord[4] = 
webSite.Properties["ServerComment"].Value;

listBoxView.Modify(ViewModifyMode.InsertTemporary, 
newListBoxRecord);

The first portion of that array (well, index 1) is the property of the listbox 
I wanted to affect.

Makes sense.. thanks for shining a little light my way.. ;)

Mark



-Original Message-
From: Christopher Painter [mailto:chr...@iswix.com] 
Sent: Friday, December 27, 2013 1:31 PM
To: General discussion about the WiX toolset.; wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] CustomActions - ComboBox by name?

You can use a WHERE clause on the Property column to get just the rows related 
to a particular ComboBox.


 From: "Sullivan, Mark V" 
Sent: Friday, December 27, 2013 10:08 AM
To: "wix-users@lists.sourceforge.net" 
Subject: [WiX-users] CustomActions - ComboBox by name?

All,

I have multiple combo boxes in the MSI UI, and I want to just affect ONE of 
them in my custom action.

Every example I see refers to "select * from ComboBox", etc..

Can you do this by name, so that not all ComboBoxes are affected?

Mark V Sullivan
Digital Development and Web Coordinator
Technology and Support Services
George A. Smathers Libraries
University of Florida
352-273-2907 (office)
352-682-9692 (mobile)
mars...@uflib.ufl.edu<mailto:mars...@uflib.ufl.edu>


--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance affects 
their revenue. With AppDynamics, you get 100% visibility into your 

Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk


___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] CustomActions - ComboBox by name?

2013-12-27 Thread Christopher Painter
You can use a WHERE clause on the Property column to get just the rows 
related to a particular ComboBox.


 From: "Sullivan, Mark V" 
Sent: Friday, December 27, 2013 10:08 AM
To: "wix-users@lists.sourceforge.net" 
Subject: [WiX-users] CustomActions - ComboBox by name?

All,

I have multiple combo boxes in the MSI UI, and I want to just affect ONE of 
them in my custom action.

Every example I see refers to "select * from ComboBox", etc..

Can you do this by name, so that not all ComboBoxes are affected?

Mark V Sullivan
Digital Development and Web Coordinator
Technology and Support Services
George A. Smathers Libraries
University of Florida
352-273-2907 (office)
352-682-9692 (mobile)
mars...@uflib.ufl.edu<mailto:mars...@uflib.ufl.edu>


--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 

Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics 
Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk


___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] CustomActions - ComboBox by name?

2013-12-27 Thread Sullivan, Mark V
All,

I have multiple combo boxes in the MSI UI, and I want to just affect ONE of 
them in my custom action.

Every example I see refers to "select * from ComboBox", etc..

Can you do this by name, so that not all ComboBoxes are affected?

Mark V Sullivan
Digital Development and Web Coordinator
Technology and Support Services
George A. Smathers Libraries
University of Florida
352-273-2907 (office)
352-682-9692 (mobile)
mars...@uflib.ufl.edu

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users