Hi,

I have a features structure like

RootFeature
 --- ParentFeature1
        --- Feature11
        --- Feature12
 ---- ParentFeature2
        --- Feature21
        --- Feature22


And I installed the product using this command ( silent installation )
Msiexec /i  <product.msi> /qn ADDLOCAL=ParentFeature1

But it did not install anything ... :(

Same  case with
Msiexec /i  <product.msi> /qn ADDLOCAL=ParentFeature2
Msiexec /i  <product.msi> /qn ADDLOCAL=COMPLETE


All the rest silent custom installations are working fine.

So what might have gone wrong. Or is this by design ??

Thanks and Regards
Srinivas T.




From: Bob Arnson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 04, 2007 8:38 PM
To: Srinivas Tirupati
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Silent Custom Installation

Srinivas Tirupati wrote:
Is there any way to do custom installation in quiet mode.

Yes, by documenting your feature names so they can use standard MSI features 
like ADDLOCAL to specify a feature subset.


--

sig://boB

http://joyofsetup.com/
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to