Do i need both WebVirtualDir Alias ​​and WebApplication name in wix?

I understand that if I want wix to install a web application, I need to specify the virtual directory and then either paste <iis:WebApplication>

(as shown below) or link to the link from the attribute WebApplication

.

<iis:WebVirtualDir Id="myVirtualDir" Alias="NameThatShowsUpInIIS" Directory="INSTALLFOLDER" WebSite="myWebSite">
  <iis:WebApplication Id="myWebApp" Name="WhatIsThisFor" WebAppPool="myAppPool"/>
</iis:WebVirtualDir>

      

In IIS this only shows up as a web app under the website and there is only one name (the name of the virtual directory as given in Wix). What is the point of required attribute Name

for WebApplication?

+3
wix


source to share


No one has answered this question yet

Check out similar questions:

6
In wix, is it possible to set up an application pool for a website?
4
WiX: Changing the directory path doesn't change the subdirectory path?
2
wix virtual directories are not deleted by default, conflict with other features?
1
WIX: create a virtual directory under a different site than the "Default Web Site"
1
How to Specify an Empty Alias ​​in Wix WebVirtualDir
0
How to create an IIS7 virtual directory on a different website (not the default site) Using WiX
0
WiX IIS Authentication Mode in Subdirectories
0
WIX Support for Multiple Instances of a Web Application in IIS
0
Wix + IIS: Create virtual directory on website with port 80 bindings disabled
0
The WIX Installer removes the Siteminder virtual directory from the root folder



All Articles
Loading...
X
Show
Funny
Dev
Pics