Re: [GD-Windows] detecting installed application
Brought to you by:
vexxed72
From: Research <res...@ga...> - 2006-07-25 08:54:03
|
Okay, it looks like it returns SE_ERR_NOASSOC which looks like it can wor= k.=20 Thanks for the help! ----- Original Message -----=20 From: "Jurjen Katsman" <jka...@ni...> To: "'Game Development for MS Windows'"=20 <gam...@li...> Sent: Tuesday, July 25, 2006 4:40 PM Subject: Re: [GD-Windows] detecting installed application > I'm pretty sure it does. There is a specific return code to indicate th= at > there is no known binding for a specific type of file. (E_NOASSOC or > something?) > > -----Oorspronkelijk bericht----- > Van: gam...@li... > [mailto:gam...@li...] Namens=20 > Research > Verzonden: dinsdag 25 juli 2006 10:36 > Aan: Game Development for MS Windows > Onderwerp: Re: [GD-Windows] detecting installed application > > I thought it would pop up that dialog that asks how to choose which > application to open the file. I didn't think it would fail and return > control to me. I'll check on this though... > > ----- Original Message -----=20 > From: "Dirk Ringe" <ri...@ph...> > To: "Game Development for MS Windows" > <gam...@li...> > Sent: Tuesday, July 25, 2006 4:32 PM > Subject: Re: [GD-Windows] detecting installed application > > >> What happens if you run the PDF document via the ShellExecute command=20 >> when > >> no PDF reader is installed? Does the command fail or is the user annoy= ed >> with the choose your application dialog? If you can make the command f= ail >> then that would be the most secure check whether acrobat is installed.= .. >> >> Dirk >> >> -----Urspr=FCngliche Nachricht----- >> Von: gam...@li... >> [mailto:gam...@li...] Im Auftrag= =20 >> von > >> Research >> Gesendet: Dienstag, 25. Juli 2006 10:13 >> An: Gam...@li... >> Betreff: [GD-Windows] detecting installed application >> >> Hi, >> Is there an easy way to detect whether a specific application is=20 >> installed >> in Windows? >> >> Our game runs from the CD tray (no install) and I want to provide a li= nk >> to >> our PDF manual. If the player has Acrobat installed, I want to open th= e >> file, it they don't have acrobat installed, I want to ask the player i= f >> they >> want it installed or not. So I need some way to detect whether Acrobat= is >> already installed. >> >> Cheers, >> Brett >> >> >> ----------------------------------------------------------------------= --- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to shar= e >> your >> opinions on IT & business topics through brief surveys -- and earn cas= h >> http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID= =3DDEVDEV >> _______________________________________________ >> Gamedevlists-windows mailing list >> Gam...@li... >> https://lists.sourceforge.net/lists/listinfo/gamedevlists-windows >> Archives: >> http://sourceforge.net/mailarchive/forum.php?forum_id=3D555 >> >> >> >> ----------------------------------------------------------------------= --- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to shar= e >> your >> opinions on IT & business topics through brief surveys -- and earn cas= h >> http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID= =3DDEVDEV >> _______________________________________________ >> Gamedevlists-windows mailing list >> Gam...@li... >> https://lists.sourceforge.net/lists/listinfo/gamedevlists-windows >> Archives: >> http://sourceforge.net/mailarchive/forum.php?forum_id=3D555 >> >> > > > -----------------------------------------------------------------------= -- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share= =20 > your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV > _______________________________________________ > Gamedevlists-windows mailing list > Gam...@li... > https://lists.sourceforge.net/lists/listinfo/gamedevlists-windows > Archives: > http://sourceforge.net/mailarchive/forum.php?forum_id=3D555 > > > -----------------------------------------------------------------------= -- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share= =20 > your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV > _______________________________________________ > Gamedevlists-windows mailing list > Gam...@li... > https://lists.sourceforge.net/lists/listinfo/gamedevlists-windows > Archives: > http://sourceforge.net/mailarchive/forum.php?forum_id=3D555 >=20 |