Am trying to start an executable jar file on exit and not succeeding. Have tried the following but still no result...
-- These actions are performed when the Cancel button is clicked.
File.Open(SessionVar.Expand("%AppFolder%\\SecureIm agePro.jar"), "", SW_SHOWNORMAL);
-- These actions are performed when the Cancel button is clicked.
result = File.Run(SessionVar.Expand("%AppFolder%\\SecureIma gePro.jar"), "", "", SW_SHOWNORMAL, false);

