Re: Order of Launch Conditions

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



No you can't - they're not sequenced in any forced order in the MSI file,
it's just a list. When you installed IIS first, the .NET framework install
integrated with it, that's why it worked. But you could have fixed that by
(probably) running aspnet_regiis if you'd installed .NET then IIS.
--
Phil Wilson
[Microsoft MVP-Windows Installer]
Definitive Guide to Windows Installer
http://apress.com/book/bookDisplay.html?bID=280

"Brian Cryer" <brianc@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:1119524770.10427.0@xxxxxxxxxxxxxxxxxxxxx
>I have a relatively simply (demonstration) vb.net program which runs in a
>browser. Because of factors outside of my control, I will need to install
>and run this locally on pcs rather than from a single webserver. Having put
>together a deployment package for this (which works fine on my pc) I have a
>problem when installing on a fresh windows 2000 workstation. The problem
>appears to be related to the order in which the deployment project
>considers the launch conditions:
>
> .NET Framework
> IIS Condition - i.e. is IIS installed
>
> I think this order is wrong. I think it should check that IIS is installed
> and then .NET - or at least the prompt saying you need IIS should come
> first. This is because my installation worked if I (manually) installed
> IIS and then .NET but not when I did it the other way round.
>
> So my question is, how can I change the order in which the installer
> considers the launch conditions?
>
> Thanks,
>
> Brian.
>
>
>


.



Relevant Pages

  • RE: Remove WSUS 3.0
    ... C:\Program Files\Update Services folder should not be compressed, ... Also confirm that the source (where the installer is kept) is ... Gather IIS log and metabase ... Gather IIS Metabase: ...
    (microsoft.public.windows.server.sbs)
  • Re: 1.1 SP1 doesnt install
    ... There are posts elsewhere from MS that say perhaps the W3SVC and SMPTP ... They depend on IIS, so I plan to shut down IIS ... Definitive Guide to Windows Installer ... > To get it installed properly, I had to uninstall 1.1, which then lead me ...
    (microsoft.public.dotnet.framework)
  • Re: Detect in C# the name of the ASP.NET user.
    ... And under Windows 2003 and up, ... Depending on the settings of your IIS you can have multiple aspnet_wp or w3wp's running under different credentials. ... In my installer process I need to get ... Asking IIS somehow? ...
    (microsoft.public.dotnet.framework.aspnet)
  • I need a way to uninstall IIS 7 (and ASP) under WOW64
    ... more luck under this forum, since ASP is involved, somewhat, in my problem. ... In a Web server installer that I'm maintaining, we keep track of whether or ... value is there and no other Web sites are using IIS on that machine, ... The following is the command that we launch in order to remove IIS 7 and ASP ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: How to get the installed WebSite in VS2005 WebSetup installer customAction?
    ... my understanding is that you want to get the web info via using ASDI for IIS. ... My question is I need to make the WebSetup installer which can set the web application to suitable dotnet version in case of the machine has multiple framweork installed. ...
    (microsoft.public.dotnet.framework.aspnet)