Re: [WiX-users] How to make a condition that works both for silent and interactive install

2014-06-17 Thread Dolevo Jay
To: wix-users@lists.sourceforge.net > Date: Tue, 17 Jun 2014 08:43:22 + > Subject: Re: [WiX-users] How to make a condition that works both for silent > and interactive install > > As far as I understood from the tutorial that you linked, I don't need > > so, I delete

Re: [WiX-users] How to make a condition that works both for silent and interactive install

2014-06-17 Thread Dolevo Jay
part: Thanks. > Date: Mon, 16 Jun 2014 14:13:38 -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 > > Simple WebAppGroup refer

Re: [WiX-users] How to make a condition that works both for silent and interactive install

2014-06-16 Thread Carter Young
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 Simp

Re: [WiX-users] How to make a condition that works both for silent and interactive install

2014-06-16 Thread Dolevo Jay
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-installe

Re: [WiX-users] How to make a condition that works both for silent and interactive install

2014-06-16 Thread Carter Young
> >> 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

Re: [WiX-users] How to make a condition that works both for silent and interactive install

2014-06-16 Thread Dolevo Jay
m > 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 > <ComponentGroupRef Id="Simp

Re: [WiX-users] How to make a condition that works both for silent and interactive install

2014-06-16 Thread Dolevo Jay
ed 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 insta

Re: [WiX-users] How to make a condition that works both for silent and interactive install

2014-06-16 Thread Phill Hogland
Where is the ComponentGroup Id="SimpleWebAppGroup" defined? To use a There also needs to be a: with one or more Component elements defined. -- View this message in context: http://windows-

Re: [WiX-users] How to make a condition that works both for silent and interactive install

2014-06-16 Thread Dolevo Jay
; Date: Mon, 16 Jun 2014 07:34:33 +0000 > Subject: [WiX-users] How to make a condition that works both for silent and > interactive install > > After my setup finishes, I launch the installed application automatically > without asking to the user in the interactive mode.Now I have the si

[WiX-users] How to make a condition that works both for silent and interactive install

2014-06-16 Thread Dolevo Jay
After my setup finishes, I launch the installed application automatically without asking to the user in the interactive mode.Now I have the silent installer and I want to launch the application only if user sets a specific parameter to YES. For example, msiexec.exe /i setup.msi LAUNCH_APP=YES /