Yes all features have Level="1"

But i found some information from msdn which explains why it didn't install 
anything :)

(Source :- http://msdn2.microsoft.com/en-us/library/ms144259.aspx)
ADDLOCAL Rules:
*         Feature names are case sensitive.
*         To use ADDLOCAL, provide a comma-delimited list with no spaces 
between the features to install. For example, to install everything except 
Analysis Services and Reporting Services components, the list would be as 
follows:
o    
ADDLOCAL=SQL_Engine,SQL_Data_Files,SQL_FullText,Notification_Services,NS_Engine,NS_Client,SQL_DTS,Client_Components,Connectivity,SQL_Tools90,SDK,SQL_Documentation,SQL_BooksOnline,SQL_Samples,SQL_AdventureWorksSamples,SQL_AdventureWorksDWSamples,SQL_AnalysisServiceSamples,SQL_Samples
*         Selecting a parent feature only installs the parent feature, not the 
parent and the child. Installing the child feature automatically installs the 
parent and the child features. Removing the parent feature removes both the 
parent and the child feature.

So do u have any other idea of how to install the all the child features by 
just specifying the parent feature name ??


Thanks and Regards,
Srinivas T.

From: Albert Tuulas [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 10, 2007 3:58 PM
To: Srinivas Tirupati; wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] Silent Custom Installation

A verbose log file may give more information why your feature was not 
installed. Did your features have Level="1"? Or any conditions?


________________________________
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Srinivas Tirupati
Sent: Tuesday, July 10, 2007 9:36 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Silent Custom Installation

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