What does the verbose log file say?

On Tue, Jun 22, 2010 at 3:14 AM, MYFLEX <shrinuen...@gmail.com> wrote:

>
> Hi ,
>
> I want to create a virtual directory from my installer in WIX 3.5 in IIS
> 7.0
> . following is the code.
>  <Component Win64="$(var.Win64)" Id="CreateServicesVirtualDirectory"
> Guid="D18EB79F-9DAA-492e-9294-6814F225AD7F">
>        <CreateFolder />
>        <iis:WebVirtualDir Id="ServicesVirtualDirectory"
> Directory="Services" Alias="Services" WebSite="DefaultWebSite"
> DirProperties="ServicesWebProperties">
>          <iis:WebApplication Id="ServicesWebApplication" Name="Services" />
>        </iis:WebVirtualDir>
>      </Component>
>    </DirectoryRef>
>    <iis:WebDirProperties Id="ServicesWebProperties" AnonymousAccess="yes"
> />
>    <iis:WebSite Id="DefaultWebSite" Description="Default Web Site">
>      <iis:WebAddress Id="DefaultAllUnassigned" Port="[SERVICESERVERPORT]"
> IP="*" />
>    </iis:WebSite>
>
>
> But my installer is failing immaturely. Please tell me what is wrong.
>
>
> --
> View this message in context:
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/virtual-directory-in-IIS-7-0-with-WIX-3-5-tp5208118p5208118.html
> Sent from the wix-users mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> ThinkGeek and WIRED's GeekDad team up for the Ultimate
> GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
> lucky parental unit.  See the prize list and enter to win:
> http://p.sf.net/sfu/thinkgeek-promo
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>


-- 
virtually, Rob Mensching - http://RobMensching.com LLC
------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to