all groups > dotnet setup > june 2005 >
You're in the

dotnet setup

group:

Order of Launch Conditions


Re: Order of Launch Conditions Brian Cryer
6/23/2005 12:00:00 AM
dotnet setup:
Thanks Phil. Knowing I can't is useful. I'll give aspnet_regiis a go in the
morning.

Thanks again,

Brian.


[quoted text, click to view]

Re: Order of Launch Conditions Phil Wilson
6/23/2005 8:01:47 AM
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

[quoted text, click to view]

Re: Order of Launch Conditions Phil Wilson
6/23/2005 11:19:31 AM
See the thread "help: iis not running asp.net" starting 6/22/2005 in
microsoft.public.vsnet.setup - same general story.
--
Phil Wilson [MVP Windows Installer]
----
[quoted text, click to view]

Order of Launch Conditions Brian Cryer
6/23/2005 12:06:10 PM
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.


Re: Order of Launch Conditions Brian Cryer
6/24/2005 10:20:10 AM
Thanks, and you were quite right. aspnet_regiis -ir resolves the problem. :)

Brian.


[quoted text, click to view]

AddThis Social Bookmark Button