InstallShield 2016 » InstallScript Language Reference
Project • This information applies to the following project types:
• | InstallScript |
• | InstallScript MSI |
The OnHelp event handler responds to the Help event generated when the end user presses the F1 key.
function OnHelp( )
begin
/* Assumes that MySetupHelp.chm is located
in the Support Files/Billboards view. */
LaunchAppAndWait( WINDIR ^ "Hh.exe",
SUPPORTDIR ^ "MySetupHelp.chm",
NOWAIT );
end;
InstallShield 2016 Help LibraryMay 2017 |
Copyright Information | Flexera Software |