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
- :
- InstallShield
- :
- InstallShield Forum
- :
- About LaunchAppandWait
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
‎Apr 28, 2009
11:06 PM
About LaunchAppandWait
I am using LaunchAppandWait to lanch a jar on a virtual machine , but with a fresh install environment it faild to display the App UI and java is running background. It is odd that I can launch the jar normally from the cmd line manually, and if the VM is not fresh enough(such as my software is installed and uninstalled) the jar UI will be displayed successfully too.
If someone can help me?
Thanks in advance!
If someone can help me?
Thanks in advance!
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 29, 2009
05:41 PM
Maybe you should check the option about hidding and minimize.
nOptions This parameter also supports the following options, but they are no longer recommended:
LAAW_OPTION_HIDDEN—Specifies that the launched application's main window is initially hidden.
LAAW_OPTION_MINIMIZED—Specifies that the launched application's main window is initially minimized.
LAAW_OPTION_MAXIMIZED—Specifies that the launched application's main window is initially maximized.
Paul
nOptions This parameter also supports the following options, but they are no longer recommended:
LAAW_OPTION_HIDDEN—Specifies that the launched application's main window is initially hidden.
LAAW_OPTION_MINIMIZED—Specifies that the launched application's main window is initially minimized.
LAAW_OPTION_MAXIMIZED—Specifies that the launched application's main window is initially maximized.
Paul
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 29, 2009
10:07 PM
Thanks your reply.
I have found that my installation changed the path variable in system environment and the new launched application did not get the change. So it can not show the window. How can I get the whole Environment and modify the Path variable? I want to set LAAW_PARAMETERS.lpEnvironment to pass the change to the new App to be launching.
Thanks!
I have found that my installation changed the path variable in system environment and the new launched application did not get the change. So it can not show the window. How can I get the whole Environment and modify the Path variable? I want to set LAAW_PARAMETERS.lpEnvironment to pass the change to the new App to be launching.
Thanks!