Re: how to add launch condition for IE6.0,wmp9.0 or later,flash pl
From: haiwen (haiwen_at_discussions.microsoft.com)
Date: 11/18/04
- Previous message: haiwen: "Re: how to add launch condition for IE6.0,wmp9.0 or later,flash pl"
- In reply to: Phil Wilson: "Re: how to add launch condition for IE6.0,wmp9.0 or later,flash pl"
- Next in thread: Phil Wilson: "Re: how to add launch condition for IE6.0,wmp9.0 or later,flash pl"
- Reply: Phil Wilson: "Re: how to add launch condition for IE6.0,wmp9.0 or later,flash pl"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 18 Nov 2004 11:21:05 -0800
Hello, wilson:
thanks for your help.
The example has some limitation when the data type of registry entry is
REG_RZ just as I mention in the last post.
My further qestion is if the data type of registry entry is REG_BINARY, how
can I compare it in the launch condition expression, I know the "#" works
well for REG_DWORD, such as IISVersion>="#4".
sincerely,
haiwen
"Phil Wilson" wrote:
> Example here:
>
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsintro7/html/vxtskaddingregistrylaunchcondition.asp
> --
> Phil Wilson
> [Microsoft MVP-Windows Installer]
> Definitive Guide to Windows Installer
> http://apress.com/book/bookDisplay.html?bID=280
>
> "haiwen" <haiwen@discussions.microsoft.com> wrote in message
> news:864F949F-3131-4895-97F7-881B2B4FA7BC@microsoft.com...
> > Hello, wilson:
> >
> > Thanks so much for your help.
> >
> > Because I could not find the IEVER entry in regedit, my operating system
> > is
> > windows 2003, I wonder is it a embeded function for all operating system's
> > IE
> > version checking?
> >
> > and I could not find the vsdrrHKLM root in regedit too.
> >
> > so, how can I decide the properties and root in the search registry
> > condition and if it fit for other operating systems even I can find the
> > entries for windows media player and flash player in the regedit?
> >
> >
> >
> > thanks again.
> >
> > haiwen
> >
> > "Phil Wilson" wrote:
> >
> >> The kind of thing you need is Search Target Machine for registry entry.
> >> For
> >> IE, a property IEVER, the RegKey is SOFTWARE\Microsoft\Internet Explorer,
> >> Root is vsdrrHKLM, Value Version. Then you can have a launch condition
> >> IEVER>="6.0.0.0" with an appropriate error message. That's the general
> >> idea,
> >> but I don't know the registry keys or something that would tell you flash
> >> or
> >> media player versions.
> >> --
> >> Phil Wilson
> >> [Microsoft MVP-Windows Installer]
> >> Definitive Guide to Windows Installer
> >> http://apress.com/book/bookDisplay.html?bID=280
> >>
> >> "haiwen" <haiwen@discussions.microsoft.com> wrote in message
> >> news:CA5F1967-A7FC-45D4-9CF5-A3E0A5587422@microsoft.com...
> >> > Hello, everyone:
> >> >
> >> > I have an windows application that requires IE6.0, windows player 9.0
> >> > or
> >> > later and flash player7.0 or later.
> >> >
> >> > I want to add launch conditions for them.
> >> >
> >> > I guess I need to add registry launch condition, but I can not find the
> >> > vertion values of them.
> >> >
> >> > Could anyone help?
> >> >
> >> > Thanks a lot,
> >> >
> >> > haiwen
> >>
> >>
> >>
>
>
>
- Previous message: haiwen: "Re: how to add launch condition for IE6.0,wmp9.0 or later,flash pl"
- In reply to: Phil Wilson: "Re: how to add launch condition for IE6.0,wmp9.0 or later,flash pl"
- Next in thread: Phil Wilson: "Re: how to add launch condition for IE6.0,wmp9.0 or later,flash pl"
- Reply: Phil Wilson: "Re: how to add launch condition for IE6.0,wmp9.0 or later,flash pl"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|