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
- :
- I too facing the same problem
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
Dec 22, 2009
11:40 PM
LaunchAppandWait Problem
My project type is InstallscriptMSI project.. I face the problem in Windows7 machine for OCX file registration using LaunchAppAndWait function.
My Code:
LaunchAppAndWait(WINSYSDIR ^ "Regsvr32.exe",
INSTALLDIR ^ "Sample.ocx"
,LAAW_OPTION_NOWAIT|LAAW_OPTION_HIDDEN|LAAW_OPTION_SHOW_HOURGLASS);
Problem:
In Windows7 machine , I connect another Windows7 machine through Remote Desktop connection and try to install the application, regsvr32 hangs and installation in hang state.
My Code:
LaunchAppAndWait(WINSYSDIR ^ "Regsvr32.exe",
INSTALLDIR ^ "Sample.ocx"
,LAAW_OPTION_NOWAIT|LAAW_OPTION_HIDDEN|LAAW_OPTION_SHOW_HOURGLASS);
Problem:
In Windows7 machine , I connect another Windows7 machine through Remote Desktop connection and try to install the application, regsvr32 hangs and installation in hang state.
(4) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jun 13, 2011
02:35 AM
Hi palinsamy,
Did u get the solution for ur problem?? i too facing the same problem
Did u get the solution for ur problem?? i too facing the same problem
Not applicable
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jun 13, 2011
05:54 AM
Did you check “Required Execution Level”? Administrator is required for WIN7.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jun 15, 2011
12:55 AM
Hi lambertpandian,
Admin previledge required to install our applications, If there is any other workout ?...
Admin previledge required to install our applications, If there is any other workout ?...
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jun 15, 2011
01:47 AM
Cannot you just extract the COM data from the IDE rather than run regsvr32.exe?