Tagged Questions
0
votes
0answers
12 views
wix - virtual directory definition
In order to define virtual directory in the IIS
you should define physical path and can define specific user.
I try to understand what in the wix elements used for each one.
I can see that there is ...
1
vote
0answers
20 views
WIX Web Project installer removes manually added virtual directory
We have a project web installer that installs, upgrades etc. properly. The only issue is that on upgrade we have a problem with a virtual directory created inside the application manually via the IIS ...
0
votes
0answers
30 views
WIX : Create virtual directory under other website than 'Default Web Site'
I have created an installer where user has option to select a website from dropdown (dropdown will list all available websites) and provide name for virtual directory.
Code:
<iis:WebVirtualDir ...
0
votes
0answers
32 views
IIS configuration in WiX
Is it possible to configure IIS using WiX?
If it is then how do I find out which ASP.NET and IIS features (for example, add MIME types, add application string, add connection string, etc.) can be ...
1
vote
2answers
54 views
Edit a file on IIS Manager by wix installer
My requirement is to edit a .xap file which is already in the IIS Manager.. when install another web application on IIS manager. (I want to add the end points of a web application in the previous web ...
1
vote
1answer
36 views
Wix web application repair
For a windows application installer..i can do repair(rather than uninstall and then install) My question is.. after install a web application by wix installer, it can be on IIS manager.
Can i repair ...
0
votes
2answers
53 views
Path unavailable error during setup
I have a WiX project in Visual Studio 2012 that gives the user a choice to install the application, the server, or both. My problem is when the user selects both.
I have a directory tree similar to ...
2
votes
1answer
107 views
Create a Virtual Directory under a Web Application using WIX
I would like to add a Virtual directory to my Web Application that points to a certain folder outside the TARGETDIR,
any idea or example of how could I achieve this with WIX?
Thanks in advance.
0
votes
2answers
166 views
WiX 3.7 IIS Setup
When running our installer, we have it configured to setup 3 websites in IIS, before the upgrade this worked as expected, even if the default website (or any site listening on the same port) was still ...
3
votes
3answers
103 views
Adding script maps during installation of web application IIS
has anyone successfully added IIS script maps to their Wix installation. I have been using this:
<CustomAction Id="AddHandlers_Cmd" Property="AddHandlers" ...
2
votes
1answer
340 views
How to add an Application to an existing IIS Site using WiX
I am wanting to add an Application to an existing IIS Site which is not the default IIS Site. This is not a usual request, but is required when deploying to a Win 2008 SBS, MVC Web API applications ...
0
votes
1answer
180 views
wix virtual directories under default web site not uninstalled, conflict with other features?
I am building an installer using wix for several .net web applications. I have two features, one of which installs several virtual directories / applications under default web site in IIS. The second ...
1
vote
2answers
326 views
Creating Application pool in WIX Installer
I'm creating website with custom application pool settings using WIX. After installation my new website is using Default Application Pool instead of using the one that I'm creating during ...
0
votes
0answers
27 views
WiX ordering components definitions changes the installer behaviour
I am using WiX 3.5 to author a MSI package. It installs two WebApplications in IIS. WebApp1 and WebApp2. The thing is that depending on the order in which i declare the components for the WebApps, the ...
0
votes
0answers
81 views
WiX Strange WebApplication issue
I am having an strange issue using WiX 3.5 with IIS Extension.
My product installs a WebApplication in IIS. As simple as that. But it does not remove it during uninstall. Turns out that when i remove ...
0
votes
0answers
45 views
How can I remove the configuration mapping added by msi installer file created using WiX?
I have created a MSI file to install (create) a web site and a virtual directory on an IIS 6 server. After installation I was not able to access the web, the error was
HTTP 403.1 Frobidden ...
1
vote
0answers
79 views
How to fail installation if WebAppPool doesn't exist?
I use the following Wix code to create a WebApplication in IIS and assign it to a specific Application Pool.
<iis:WebAppPool Id="AppPool_Wcf" Name="$(var.WCF_APP_POOL)" />
<iis:WebSite ...
3
votes
1answer
764 views
Wix does not uninstall IIS Web Application
I am using Wix 3.5 to build a MSI installer that installs two Web Applications in IIS 7. The user can choose for each application whether to install it under "Default Web Site" or any other existing ...
0
votes
1answer
680 views
WiX: Installer always changes AppPool to enable 32bit app
WiX installer installs silverlight web application. It can work under 32 or 64 bit app pool. But when installation completed I see that selected app pool always set to Enable 32-bit applications.It ...
0
votes
1answer
729 views
How to enable/Disable Forms Authentication in IIS
I am building a setup package using the WIX tool. I have a requirement for enabling/disabling Forms Authentication for a particular virtual directory in IIS based on the user requirement. I have tried ...
0
votes
1answer
124 views
Suppress Popup command window during WIX created installer
I have command which sets the application pool in IIS, during installation this pops up the command window for few seconds which i don't want to be shown. Need to execute it quietly.
Following is the ...
0
votes
0answers
111 views
How to add condition in component?
My requirement is to add below mentioned scenarios in same installer.
Create a virtual directory under default web site if IIS version is 5.1
Create a new web site if IIS version is equal to or ...
2
votes
1answer
282 views
Recycle Application Pool via WiX
I'm using WiX 3 to setup my Web Application and most of the cases I'm just installing new versions of the project on the top of the current version, like upgrading the web app every week or so.
I ...
0
votes
0answers
110 views
Enable IIS from installer [closed]
I am creating an IIS hosted ASP.NET MVC application that will run locally on the user's computer (Windows 7 only). I would like to create an installer that will enable the built-in version of IIS on ...
1
vote
1answer
292 views
How to remove WebApplication on uninstall?
I install WCF service to IIS.
Installer creates Virtual dir and convert it to web application. Unintallation removes all but Web application name remains under IIS site. How to remove it? There is ...
0
votes
3answers
256 views
How to remove log folder when uninstalling?
I have WCF in IIS. WCF uses log4net logs. How I can remove log folder on uninstall?
The log folder is in target folder.
I use this piece of code:
<Directory Id='Logs' Name='Logs'>
...
4
votes
4answers
1k views
Convert folder under virtual directory to Application, using WIX
How can I convert a directory under a virtual directory to an application, using WIX?
WIX installs the following Virtual Directory to IIS, and I wish it to also convert the webservice folder to an ...
1
vote
2answers
218 views
How do I set a custom error URL in IIS7.5 using WiX
My first question so please be kind. I am having problems with my installer here is the error from the installer log.
MSI (s) (4C:64) [14:56:14:086]: Invoking remote custom action. DLL: ...
0
votes
2answers
471 views
wix custom action Configuring Application Pools
I'm trying change application pool for my web application with help custom action
<InstallExecuteSequence>
<Custom Action="ConfigureAppPools" Before="InstallFinalize">Application ...
3
votes
1answer
256 views
Change web.config belonging to Mandatory WiX feature based on another optional feature
In our WiX installer we've had a mandatory feature which installs all our websites. Up till now this was enough, but now we have an optional feature that not only contains a single file, but will ...
1
vote
1answer
119 views
Disable StartIIS7Configuration transaciton on Uninstallation of Wix installer
I am having a problem with a Wix installer, that covers three different feature sets (Client / Developer and Server).
When Client is selected the installer does not need to perform any of the actions ...
0
votes
1answer
180 views
wix IIS version in uninstall condition fails
I have a custom control as shown below.
During uninstall the condition that checks for IIS_MAJOR_VERSION="#7" AND IIS_MINOR_VERSION="#5" seems to fail although during install this condition is true. ...
1
vote
1answer
355 views
Why in Wix is iis:WebAddress Port needed?
Why in Wix is iis:WebAddress Port needed if you can and do set the port for the 'website' in IIS?
I have tried and making them different. The install does not fail, but uses the port for the website. ...
1
vote
1answer
858 views
How to specify the AppPool Identity in a WiX Permission Element?
I'm updating one of our installers for .NET 4.0 and IIS 7.5, and one of the tasks is to switch the AppPool over to use its own identity. I have found this fairly trivial in WiX using the IIS ...
0
votes
2answers
487 views
Installing WCF service on IIS using WIX
I have designed a WCF service, how do I install it to IIS on a server using WIX? Any clues where I can find step by step procedure?
1
vote
1answer
154 views
Is it possible to bind two ports to a website using Wix and IIS7?
The Wix code is as follows:
<iis:WebSite Id="TheWebSite" Description="My web Site" Directory="IISWEBROOT">
<iis:WebAddress Id="MyWebSiteAllUnassigned" Port="80" />
...
2
votes
1answer
955 views
Add/Enable handler mapping in IIS 7/7.5 using WIX 3.5
WIX 3.5 works using IIS6 for adding wildcard but for IIS7/7.5 there are 2 problems.
Handler Mappings is disabled by default
Have to navigate to "Edit Feature Permissions" and check "Scripts" to ...
0
votes
1answer
144 views
Check IIS6 Meta data in windows server 2008 x64
when I check if IIS6 metabase has been installed , in Window server 2008 x64 enterprise Edition.
use those code :
<Property Id="IIS_METABASE_COMPAT">
<RegistrySearch Id="CheckIISMetabase" ...
0
votes
1answer
193 views
Order of registry read/remove during uninstall from a wix installer
I have an installer (made using wix). During installation it takes input from user to be used in setting up an IIS website. Now the problem was that during uninstall it was corrupting the IIS default ...
0
votes
2answers
2k views
Setting the AppPool of a WebSite element in WiX 3.6
I have a WiX installer which sets up a couple of root IIS websites each of which has a number of WebApplications. We have a separate AppPool for each root and put each of the WebApplications into ...
0
votes
1answer
510 views
Custom Actions for IIS installation - ComboxBox Empty Issue
I'm following a number of different tutorials in an attempt to make a generic IIS WIX installer which I can then split up as appropriate into different libraries.
Tutorials
creating a web ...
5
votes
2answers
2k views
WIX MSI that has a Launch Condition to pre-req IIS, fails on WS2008
Hey I have an MSI, built with WiX, that attempts to specify a launch condition that is satisfied only when IIS is installed. This condition is not working as desired on WS2008 x64. It works on my ...
2
votes
2answers
1k views
WIX and IIS7: Cannot connect to Internet Information Server. (-2147221164)
I have seen
WiX and iis (cannot connect to internet information server)
This question is different.
I have Windows7, IIS is installed. I'm trying to run an MSI installer built with WIX v3.0 to ...
5
votes
2answers
616 views
Adding SQL permissions for just created application pool identity in WiX
I have a WiX package that has one component creating an IIS 7 application pool which has the ApplicationPoolIdentity identity (IIS AppPool\AppPoolName). I then have another component to add ...
1
vote
1answer
676 views
WiX and iis (cannot connect to internet information server)
I try to create installer, where web site is creates too.
I use the following code
....
<DirectoryRef Id="WEBFOLDER">
<Component Id="WebLibraries" ...
6
votes
1answer
1k views
IIS website physical path becomes blank on wix uninstall
Background: I have a Wix installer where a virtual directory gets created in an existing IIS website. The virtual directory is created (it doesn't exist before the install) but the IIS website should ...
0
votes
2answers
276 views
When installing an add-on to IIS, how can I verify the IIS WMI Provider is available?
Apparently the management piece of IIS - the IIS WMI provider - is installable separately from the IIS runtime.
I'd like to produce an installer for an add-on to IIS, and I know how to check for the ...
0
votes
2answers
51 views
MapPath or equivalent to use in an installation application
I need to check a .config file in an installation application (iis custom action in a WIX project). The user picks a website and enters a virtual directory name. I can't do a http read to retrieve the ...
0
votes
1answer
345 views
Setting the iis:WebDirProperties of a single file in WiX
I am using WiX to deploy a web application under IIS.
I have no problems setting the different properties of my Web Application using the iis:WebDirProperties element.
However, I need to set all ...
1
vote
3answers
648 views
When you set a web directory property “AuthNTLM” using the DirectoryEntry object, what IIS setting are you actually changing?
I'm in task of migrating our product's installer from InstallShield to WiX.
To deploy web applications, the previous developers used Custom Actions (written in C#) in InstallShield. In Wix, this is ...