Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Check for installed applications during install


3 replies to this topic

KevSev

KevSev
  • Members
  • 10 posts

Posted 13 March 2002 - 22:37

Please Help!
New to InstallShield so bare with me.
basically i need to check if certain applications (Acrobat, Word, IE) are installed before the installation process begins.

i am new to the code, and am learning on the fly so some example code would really be appreciated.

i guess it would be some kind of loop using the verGetFileVersion functions???? in the onBegin() function??

please help
Thanks,
KevSev

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 14 March 2002 - 14:13

You can either look for files or for registry entries.
I believe there are samples for Acrobat and for IE here on InstallSite in the IS 5/6 samples section

KevSev

KevSev
  • Members
  • 10 posts

Posted 14 March 2002 - 15:30

Thanks, i have looked in the samples section and didnt come across anything. maybe i am looking in the wrong areas.

if anyone can possibly point me to the right samples that would be great.

thanks again for all your help

KevSev

KevSev

KevSev
  • Members
  • 10 posts

Posted 14 March 2002 - 19:38

found the example.
figured it out.

thanks.