Re: [WiX-users] Silent Installation of a single feature

2009-02-18 Thread Wilson, Phil
u, Surekha (SBT US EXT) [mailto:surekha.vuchuru@siemens.com] Sent: Wednesday, February 18, 2009 12:10 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Silent Installation of a single feature Hi Phil, I generated a log file and it gives the following erro

Re: [WiX-users] Silent Installation of a single feature

2009-02-18 Thread Vuchuru, Surekha (SBT US EXT)
essage- From: Wilson, Phil [mailto:phil.wil...@wonderware.com] Sent: Wednesday, February 18, 2009 1:21 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Silent Installation of a single feature Using ADDLOCAL=Feature1 on a silent command line is the documented way to do th

Re: [WiX-users] Silent Installation of a single feature

2009-02-18 Thread Wilson, Phil
, February 18, 2009 8:13 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Silent Installation of a single feature Hello Everyone, Please let me know how I can install a single feature silently...I have tried using msiexec /i abc.msi /passive ADDLOCAL=Feature1

[WiX-users] Silent Installation of a single feature

2009-02-18 Thread Vuchuru, Surekha (SBT US EXT)
Hello Everyone, Please let me know how I can install a single feature silently...I have tried using msiexec /i abc.msi /passive ADDLOCAL=Feature1. This does not work... If I use msiexec /i abc.msi /passive ADDLOCAL=ALL, then it installs all the features...But, that is not what I want. Please