Using Visual Studio for putting together my MSI package, I'm having a hard
time setting up a so called "Launch Condition" to check if Web Services
Enhancements 2.0 SP1 is installed. It wants a Component Id which the
documentation says you should find using something like MSI Spy Tool to
locate.
That sounds vague enough as it is, but the Platform SDK doesn't seem to
include such a tool. My best shot is Orca, but where is the ID I'm looking
for?
Any ideas, or is this simply one of those things that I must program my way
out of with a custom installer in .NET?
Thanks,
Niels
Phil Wilson - 19 Nov 2004 20:04 GMT
Duplicate from platformsdk.msi - see comments there.

Signature
Phil Wilson [MVP Windows Installer]
----
> Using Visual Studio for putting together my MSI package, I'm having a hard
> time setting up a so called "Launch Condition" to check if Web Services
[quoted text clipped - 12 lines]
>
> Niels
Julie Lerman - 22 Nov 2004 18:05 GMT
I used the launch condition also and told it to look for FileName:
Microsoft.Web.Services2.dll and the folder was [ProgramFilesFolder]
julie lerman
> Using Visual Studio for putting together my MSI package, I'm having a hard
> time setting up a so called "Launch Condition" to check if Web Services
[quoted text clipped - 12 lines]
>
> Niels