Re: [WiX-users] Editing MSI properties in WiX 3.0.

2009-01-21 Thread Bob Arnson
Sachin Dubey (Tata Consultancy Services) wrote: > I am trying to update the listview table- > Can you please point me what's wrong with this: > > Microsoft.Deployment.WindowsInstaller.View view = null; > view = session.Database.OpenView("UPDATE `ListView` SET `Binary` = 'Success' > WHERE `Property

Re: [WiX-users] Editing MSI properties in WiX 3.0.

2009-01-21 Thread Sachin Dubey (Tata Consultancy Services)
_CHECK_STATUS' AND `Order` = 1"); view.Execute(); Thanks Sachin -Original Message- From: Bob Arnson [mailto:b...@joyofsetup.com] Sent: Wednesday, January 21, 2009 11:15 AM To: General discussion for Windows Installer XML toolset. Cc: Pete Maroun Subject: Re: [WiX-users] Editing

Re: [WiX-users] Editing MSI properties in WiX 3.0.

2009-01-21 Thread Bob Arnson
Sachin Dubey (Tata Consultancy Services) wrote: > Would be great if you can point me to any web reading on DTF, where I can > found the details of available APIs and there uses that can help be achieve > my gaols. > Every build of WiX includes DTF help file shortcuts on the Start menu. -- s

Re: [WiX-users] Editing MSI properties in WiX 3.0.

2009-01-21 Thread Sachin Dubey (Tata Consultancy Services)
: Wednesday, January 21, 2009 10:22 AM To: General discussion for Windows Installer XML toolset. Cc: Pete Maroun Subject: Re: [WiX-users] Editing MSI properties in WiX 3.0. 1. WiX provides no such dialog built in today. 2. DTF is a C# layer around the MSI APIs. -Original Message- From: Sachin

Re: [WiX-users] Editing MSI properties in WiX 3.0.

2009-01-21 Thread Rob Mensching
. Cc: Pete Maroun Subject: [WiX-users] Editing MSI properties in WiX 3.0. Hi, I am working on adding prerequisite check dialog to the MSI, I have a List View, where the List Items are all the software need to be checked. My questions is how to dynamically change add/remove or change the icon of

[WiX-users] Editing MSI properties in WiX 3.0.

2009-01-21 Thread Sachin Dubey (Tata Consultancy Services)
Hi, I am working on adding prerequisite check dialog to the MSI, I have a List View, where the List Items are all the software need to be checked. My questions is how to dynamically change add/remove or change the icon of, List Items on pass or failure of the prerequisite check. In more easy word