No worries,

The next time you're near Toronto you can buy me a beer ;)

-----Original Message-----
From: Kiran Somisetty [mailto:mr.svski...@gmail.com] 
Sent: February-13-14 6:29 AM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] how to pass values from command line to wix installer

Thank you Tunney....it worked :)


On Tue, Feb 11, 2014 at 8:27 PM, Tunney, Stephen
<stephen.tun...@nuance.com>wrote:

> And please excuse the poor formatting of my message :)
>
>
> -----Original Message-----
> From: Tunney, Stephen [mailto:stephen.tun...@nuance.com]
> Sent: February-11-14 9:56 AM
> To: General discussion about the WiX toolset.
> Subject: Re: [WiX-users] how to pass values from command line to wix 
> installer
>
> This looks like an issue (perhaps not a bug) with WIX schema 
> validation during compliation of the wxs file.  It is checking your 
> .wxs file against an xsd schema that limits the possible attribute 
> values for @AnonymousAccess to the literals "yes" and "no".
>
> I've hit this before with other items and what I've done is had
>
> <Component ....>
>         <Condition>MYPROPERTY="HELLO"</Condition>
>         <iis:WebDirProperties ... AnonymousAccess="yes" /> 
> </Component> <Component ...>
>         <Condition>NOT MYPROPERTY="HELLO"</Condition>
>         <iis:WebDirProperties ... AnonymousAccess="no" /> </Component>
>
> The conditions are MUTUALLY EXCLUSIVE in this case and should fit your 
> criteria
>
>
> -----Original Message-----
> From: Kiran Somisetty [mailto:mr.svski...@gmail.com]
> Sent: February-11-14 9:42 AM
> To: General discussion about the WiX toolset.
> Subject: Re: [WiX-users] how to pass values from command line to wix 
> installer
>
> I have declared the property like below
>
> <Property Id="VALUEPASSED">yes</Property>
>
> using it like below
>
> <iis:WebDirProperties Id="webdir" AnonymousAccess='[VALUEPASSED]'/>
>
> but when I compile the project I am getting below error
>
> Error 3 The iis:WebDirProperties/@AnonymousAccess attribute's value, 
> '[VALUEPASSED]', is not a legal yes/no value.  The only legal values 
> are 'no' and 'yes'. C:\Infodev\TRFAudit\WixInstaller\trfaudit.wxs 26 1 
> Installer
>
> Pls correct me.
>
>
> On Tue, Feb 11, 2014 at 7:56 PM, Ilir Bekteshi <ilir...@gmail.com> wrote:
>
> > You should use Property for example:
> > <iis:WebDirProperties Id="webdir" AnonymousAccess='[VALUEPASSED]'/>
> >
> > Then run msiexec /i abc.msi VALUEPASSED=yourvalue
> >
> > On 2/11/14, Walter Dexter <wfdex...@gmail.com> wrote:
> > > If you mean when you install the resulting MSI, that would be in 
> > > the Windows installer documentation. Or you can do msiexec /? and 
> > > I think that's in there.
> > > On Feb 11, 2014 7:42 AM, "Kiran Somisetty" <mr.svski...@gmail.com>
> > wrote:
> > >
> > >>   I have a requirement to pass values from the command line while 
> > >> installing the wix.
> > >>
> > >>   I want to assign this to AnynymousAccess attribute.
> > >>
> > >>
> > >>
> > >> <iis:WebDirProperties Id="webdir" AnonymousAccess='value 
> > >> passed'/>
> > >>
> > >>
> > >>
> > >> Can you pls help me on this, I searched the documentation, but 
> > >> haven't got any clues.
> > >>
> > >>
> > >>
> > >> Kiran
> > >>
> > >>
> > --------------------------------------------------------------------
> > --
> > --------
> > >> Android apps run on BlackBerry 10 Introducing the new BlackBerry 
> > >> 10.2.1 Runtime for Android apps.
> > >> Now with support for Jelly Bean, Bluetooth, Mapview and more.
> > >> Get your Android app in front of a whole new audience.  Start now.
> > >>
> > >>
> > http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.
> > clktrk
> > >> _______________________________________________
> > >> WiX-users mailing list
> > >> WiX-users@lists.sourceforge.net
> > >> https://lists.sourceforge.net/lists/listinfo/wix-users
> > >>
> > >
> > --------------------------------------------------------------------
> > --
> > --------
> > > Android apps run on BlackBerry 10
> > > Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
> > > Now with support for Jelly Bean, Bluetooth, Mapview and more.
> > > Get your Android app in front of a whole new audience.  Start now.
> > >
> > http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.
> > clktrk
> > > _______________________________________________
> > > WiX-users mailing list
> > > WiX-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/wix-users
> > >
> >
> >
> > --------------------------------------------------------------------
> > --
> > --------
> > Android apps run on BlackBerry 10
> > Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
> > Now with support for Jelly Bean, Bluetooth, Mapview and more.
> > Get your Android app in front of a whole new audience.  Start now.
> >
> > http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.
> > clktrk _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
>
> ----------------------------------------------------------------------
> --------
> Android apps run on BlackBerry 10
> Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
> Now with support for Jelly Bean, Bluetooth, Mapview and more.
> Get your Android app in front of a whole new audience.  Start now.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.
> clktrk _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> ----------------------------------------------------------------------
> --------
> Android apps run on BlackBerry 10
> Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
> Now with support for Jelly Bean, Bluetooth, Mapview and more.
> Get your Android app in front of a whole new audience.  Start now.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.
> clktrk _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> ----------------------------------------------------------------------
> --------
> Android apps run on BlackBerry 10
> Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
> Now with support for Jelly Bean, Bluetooth, Mapview and more.
> Get your Android app in front of a whole new audience.  Start now.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.
> clktrk _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
------------------------------------------------------------------------------
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to