This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- FlexNet Connect
- :
- FlexNet Connect Forum
- :
- Re: Restart application automatically
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Oct 30, 2002
08:23 AM
Restart application automatically
Hi,
I'm trying to apply a patch using the AutoUpdate method.
When the patch ran it detected that my application was still running and asked to close it and try again. Now I quit the program automatically after calling AutoUpdate but I would like to have it started again after applying the patch.
So it should behave like this:
- application starts
- call AutoUpdate
- quit
- patch runs
- application starts again automatically
Basically, I need this to prevent that users have to launch the program twice (once to update and once to start working with it).
Is this possible?
Thanks!
I'm trying to apply a patch using the AutoUpdate method.
When the patch ran it detected that my application was still running and asked to close it and try again. Now I quit the program automatically after calling AutoUpdate but I would like to have it started again after applying the patch.
So it should behave like this:
- application starts
- call AutoUpdate
- quit
- patch runs
- application starts again automatically
Basically, I need this to prevent that users have to launch the program twice (once to update and once to start working with it).
Is this possible?
Thanks!
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Oct 30, 2002
12:15 PM
Launch the application from within your patch, after the files have been transferred. (In InstallShield Professional, you can do this by calling the LaunchAppAndWait function.)