Re: [WiX-users] Can we control registration of Components from a COM DLL

2010-06-12 Thread Bob Arnson
On 6/8/2010 1:47 AM, vijay chander wrote: > Here i'm trying to attain functionality through COM DLL which would be > similar to installation using the following command: > "msiexec /i sampleInstaller.msi PROPNAME=1 /qb" > http://www.joyofsetup.com/2007/05/30/feature-conditions-and-ui/ -- sig:

Re: [WiX-users] Can we control registration of Components from a COM DLL

2010-06-07 Thread vijay chander
07:50:05 -0700 From: Rob Mensching Subject: Re: [WiX-users] Can we control registration of Components from a COM DLL To: "General discussion for Windows Installer XML toolset." Message-ID: Content-Type: text/plain; charset=UTF-8 Follow the Property value in a ver

Re: [WiX-users] Can we control registration of Components from a COM DLL

2010-06-07 Thread Blair
When and in which table(s) is your DLL sequenced? What does the installation log say? -Original Message- From: vijay chander [mailto:vijaychander2...@gmail.com] Sent: Monday, June 07, 2010 5:20 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Can we control registration of

Re: [WiX-users] Can we control registration of Components from a COM DLL

2010-06-07 Thread Rob Mensching
Follow the Property value in a verbose log file. That'll tell you what is going on. On Mon, Jun 7, 2010 at 5:19 AM, vijay chander wrote: > Hi All, > > > I'm trying to attain unattended installation using WIX, where I need to > read > some parameters from .ini file and set the properties to select

[WiX-users] Can we control registration of Components from a COM DLL

2010-06-07 Thread vijay chander
Hi All, I'm trying to attain unattended installation using WIX, where I need to read some parameters from .ini file and set the properties to select only some features on installation. I have tried setting Properties using both MsiSetProperty and WcaSetProperty as mentioned below: MsiSetProperty