You can use something like this: <iis:WebDirProperties Id="webdir" AnonymousAccess='[PASSED_IN_VALUE]'/>
And then when you run your installer: msiexec /i YourMsi.msi /l*vx output.log PASSED_IN_VALUE='value passed' the /l*vx will log the install to a file. From there you can see what value PASSED_IN_VALUE gets. I didn't run this, but it should be pretty close to what you need. Levi On Tue, Feb 11, 2014 at 8:30 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