 |
 |
Screenshots |
|
|
 |
Téléchargers |
|
|
 |
Resources |
|
|
 |
|
|
 |
|
|
|
 |
|
|
With IntraLaunch 4.1 and higher is the ability to determine if an application is installed on the
workstation.
Most major applications add an entry to "HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \
CurrentVersion \ App Paths" in the system registry which holds the full path to where it was installed. IntraLaunch
can query this information and obtain the full path then execute the application.
All you need is the executable's file name. For example, Microsoft Word's is winword.exe, Adobe Acrobat's
is AcroRd32.exe, these are case sensitive file names. Not all applications add an entry to App Paths, please check your
registry first for your specific application.
FindApp is great if the application is not in the system path, and you don't know where its installed. See
some examples on its usage below. Also see the source code for the sample site included with the trial archive for complete
code details.
A basic example that runs MS Word no matter where its installed. Great if several workstations have different versions
of Word installed in different places - this same link runs them all.
A function is included with IntraLaunch called CheckInstalledApp() to see if the application is
installed from Javascript. You could dynamically populate a drop down box with installed applications
automatically when the web page is viewed. A full example of this is included in the sample site of the trial
archive.
Dynamically through DHTML you could also use these features to display
graphics for applications only if they are installed on the web page.
|