That is a property whose value i fetch from another include file
On 14-02-2014 19:19, Steven Ogilvie wrote:
> Hi Suvrajyoti,
>
> Curious, I don't use a <iis.WebVirtualDir element but I do have 
> <iis:WebDirProperties and <iis:WebApplication
>
> What is "VIRTUAL_DIR_VAL" ?
>
> Thanks,
>
> Steve
>
> -----Original Message-----
> From: Suvrajyoti Panda [mailto:suvrajyo...@contata.co.in]
> Sent: February-14-14 6:50 AM
> To: General discussion about the WiX toolset.
> Subject: Re: [WiX-users] How to select ASP.NET version
>
> Hi Kiran,
>
> I have used as below. Please see the app pool creation here.
>
> <DirectoryRef Id="MYWEBWEBSITE">
>               <!-- Configuring app pool -->
>               <Component Id="MyWebAppPoolCmp" Guid="" KeyPath="yes">
>                   <iis:WebAppPool Id="MyWebAppPool" Name="[WEB_APP_NAME]"
> ManagedRuntimeVersion="v4.0" ManagedPipelineMode="Integrated" />
>               </Component>
>
>               <!-- Configure virtual dir -->
>               <Component Id="MyWebVirtualDirCmp"
> Guid="{751DEB01-ECC1-48ff-869A-65BCEE9E0528}" KeyPath="yes" >
>                   <iis:WebVirtualDir Id="MyWebVirtualDir"
> Alias="[VIRTUAL_DIR_VAL]" Directory="MYWEBWEBSITE" WebSite="DefaultWebSite">
>                       <iis:WebDirProperties Id="MyWebVirtDirProperties"
> AnonymousAccess="yes" BasicAuthentication="yes"
> WindowsAuthentication="yes" />
>                       <iis:WebApplication Id="MyWebWebApplication"
> Name="[VIRTUAL_DIR_VAL]" WebAppPool="MyWebAppPool" />
>                   </iis:WebVirtualDir>
>               </Component>
>           </DirectoryRef>
>
> Regards,
> Suvra Jyoti
> On 14-02-2014 16:17, Kiran Somisetty wrote:
>> Is there a way to provide the ASP.NET version while creating Web
>> virtual directory in wix installer. I have created a installer that
>> creates a web virtual directory, but I see the ASP.NET version is
>> pointed to 2.0. I want to set it to 4.0, rather than manually changing it.
>> ----------------------------------------------------------------------
>> --------
>> 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