Thanks, and you were quite right. aspnet_regiis -ir resolves the problem. :)
"Phil Wilson" <Phil.Wilson@unisys.spamcom> wrote in message
news:%23y%23uaACeFHA.3932@TK2MSFTNGP12.phx.gbl...
> 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]
> ----
> "Brian Cryer" <brianc@127.0.0.1.activesol.co.uk> wrote in message
> news:1119544442.13147.0@eunomia.uk.clara.net...
>> Thanks Phil. Knowing I can't is useful. I'll give aspnet_regiis a go in
>> the morning.
>>
>> Thanks again,
>>
>> Brian.
>>
>>
>> "Phil Wilson" <pdjwilson@nospam.cox.net> wrote in message
>> news:uSsdXPAeFHA.2076@TK2MSFTNGP15.phx.gbl...
>>> 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@127.0.0.1.activesol.co.uk> wrote in message
>>> news:1119524770.10427.0@doris.uk.clara.net...
>>>>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.
>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>