But I am not using MVC4 project. Is there any tutorial for only wxs file? 
Otherwise could you please be more specific on what I should do for 
SimpleWebAppGroup in wxs file?

> Date: Mon, 16 Jun 2014 13:45:32 -0500
> From: ecyo...@grandecom.net
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] How to make a condition that works both for silent 
> and interactive install
> 
> To find out where Simple WebAppGroup comes from, you must Follow the  
> entire tutorial you found, starting here:
> 
> http://damienbod.wordpress.com/2013/09/02/wix-installer-for-mvc-project/
> 
> Carter
> 
> Quoting Dolevo Jay <c...@live.com>:
> 
> > Hi,
> > I followed the instructions in:  
> > http://damienbod.wordpress.com/2013/09/09/wix-installer-with-parameter-configurations/
> > There, they didn't mention about defining SimpleWebAppGroup.
> > I have put my Component inside of ComponentGroup as follows:
> > <ComponentGroup Id="SimpleWebAppGroup"><Component  
> > Id='WebAppSettings' Guid='0a87956e-13e3-41f2-8e52-8b6ebc3c48a2'  
> > Feature='ProductFeature' Directory='SUBDIR' >   <util:XmlFile  
> > Id='LaunchAppAfterInstall' Action='setValue'  
> > ElementPath='/configuration/system.web/launchApp/@mode'  
> > File='[SUBDIR]web.config' Value='[LAUNCH_APP]' /><CreateFolder  
> > /></Component></ComponentGroup>
> > Now I have another error like:
> > light.exe : error LGHT0204 : ICE03: Not a valid foreign key; Table:  
> > FeatureComponents, Column: Feature_, Key(s):  
> > ProductFeature.WebAppSettings
> > It should be related to the component that I have added.What could  
> > be wrong now?
> > Thanks.
> >
> >> Date: Mon, 16 Jun 2014 04:58:18 -0700
> >> From: phogl...@rimage.com
> >> To: wix-users@lists.sourceforge.net
> >> Subject: Re: [WiX-users] How to make a condition that works both  
> >> for silent and interactive install
> >>
> >> Where is the ComponentGroup Id="SimpleWebAppGroup" defined?  To use a
> >> &lt;ComponentGroupRef Id="SimpleWebAppGroup" /&gt;
> >>
> >> There also needs to be a:
> >>
> >> &lt;ComponentGroup Id="SimpleWebAppGroup"&gt;
> >>   with one or more Component elements defined.
> >> &lt;ComponentGroup&gt;
> >>
> >>
> >>
> >> --
> >> View this message in context:  
> >> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-make-a-condition-that-works-both-for-silent-and-interactive-install-tp7595290p7595298.html
> >> Sent from the wix-users mailing list archive at Nabble.com.
> >>
> >> ------------------------------------------------------------------------------
> >> HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
> >> Find What Matters Most in Your Big Data with HPCC Systems
> >> Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
> >> Leverages Graph Analysis for Fast Processing & Easy Data Exploration
> >> http://p.sf.net/sfu/hpccsystems
> >> _______________________________________________
> >> WiX-users mailing list
> >> WiX-users@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> >
> > ------------------------------------------------------------------------------
> > HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
> > Find What Matters Most in Your Big Data with HPCC Systems
> > Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
> > Leverages Graph Analysis for Fast Processing & Easy Data Exploration
> > http://p.sf.net/sfu/hpccsystems
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> >
> 
> 
> 
> 
> ------------------------------------------------------------------------------
> HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
> Find What Matters Most in Your Big Data with HPCC Systems
> Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
> Leverages Graph Analysis for Fast Processing & Easy Data Exploration
> http://p.sf.net/sfu/hpccsystems
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
                                          
------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to