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://boB

[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:

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 vijaychander2...@gmail.comwrote: Hi All, I'm trying to attain unattended installation using WIX, where I need to read some parameters from .ini file and set the

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

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

2010-06-07 Thread vijay chander
control registration of Components from a COM DLL To: General discussion for Windows Installer XML toolset. wix-users@lists.sourceforge.net Message-ID: aanlktimn1ivovzt1bi2rkpvacy-qhkconwdxfycf2...@mail.gmail.com Content-Type: text/plain; charset=UTF-8 Follow the Property value