I am invoking the installshield setup program from a jsp file. After
the application is installed once and when the users try to install an
update, if they press cancel during the update process, I'd like to
put up a dialog with the question "Application update has been
cancelled. Would you like to run the existing version anyway?". In
order to do this, I need a way to query the ether object and figure
out if the update was cancelled. There is a function called
"isInstalled" on the ether object, but the function returns true even
if cancel was pressed, because a previous version of the app is found.
Anybody know how to find out if cancel was pressed?
Thanks in advance
Sasi