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
_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
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
: 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
.
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
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
6 matches
Mail list logo