Go Back   PackageDeploy Application Packaging Forums > Package Development > Application Packaging > Windows MSI

Reply
 
LinkBack Thread Tools Display Modes
Old 12-19-2008, 03:12 AM   #1 (permalink)
edin_pae
Guest
 
Posts: n/a
Default Installation always hangs at the end of the process

I'm using Advanced Installer. The installation is via a single EXE file. If I
run this, the installation hangs right at the end of the process. This has
been seen mostly when the EXE is run from a network drive but also when it is
run locally The screen saying Publishing Product Information is seen for
hours, the final installation screen never appears.

We have three chained packages. If I kill the installer process, the main
package and all three chained packages appear to have been installed
correctly.

I turned on full installer logging in the registry, so that a log file is
ceated in %Temp% for every .msi package installed.

There was a log file for the main package and each of the chained package.
When the installation succeeded (it didn't hang) there was also a log file
which had the following content:

=== Verbose logging started: 11/11/2008 13:32:03 Build type: SHIP UNICODE
4.05.6001.00 Calling process: C:\WINDOWS\Installer\MSIE.tmp ===
MSI (c) (C4:80) [13:32:26:109]: Cloaking enabled.
MSI (c) (C4:80) [13:32:26:109]: Attempting to enable all disabled privileges
before calling Install on Server
=== Verbose logging stopped: 11/11/2008 13:32:26 ===

The last entry in the log file for the last chained package has a time of
13:32:26:093

In the log file for the main package there are the following two lines:

MSI (s) (B0:E0) [13:30:00:078]: MainEngineThread is returning 0
MSI (c) (B0:B8) [13:32:26:125]: Back from server. Return value: 0

So it seems obvious looking at the times that after the last chained package
is installed, something happens which creates the first log file (the one
with Cloaking Enabled as the first line). After this process is complete, the
log file for the main package reports "Back from server" and everything
proceeds as normal.

Now here is the interesting bit. When the installation hangs, there appears
a log file which is completely empty (the equivalent of the "Cloaking Enabled
log file). The last line in the log file for the main package is:

MSI (s) (5C:F0) [08:28:15:078]: MainEngineThread is returning 0

So, for some reason, the process which creates the "Cloaking Enabled" log
file hangs, and this means that the "Back from server" line never appears in
the log file for the main package.

Also, when the installation process hangs up, there is a process MSIE.tmp in
the task manager. If this process is killed the installation completes (the
window with Finish on appears) so I assume that this is the process which is
hung.

Does anyone have any idea what is going on here? What is the process which
creates the "Cloaking Enabled" log file and what do the two lines in this
file mean?


  Reply With Quote
Old 03-16-2010, 02:01 PM   #2 (permalink)
aveen muhee
Guest
 
Posts: n/a
Default Re:Installation always hangs at the end of the process


Hi

I am using Advanced Installer to repack msi package and had problem similar to yours, the installation hangs at the ends. If you found out a soluation for this problem could you please help me.

Thanks




edinpa wrote:

Installation always hangs at the end of the process
12-Nov-08

I'm using Advanced Installer. The installation is via a single EXE file. If I
run this, the installation hangs right at the end of the process. This has
been seen mostly when the EXE is run from a network drive but also when it is
run locally The screen saying Publishing Product Information is seen for
hours, the final installation screen never appears.

We have three chained packages. If I kill the installer process, the main
package and all three chained packages appear to have been installed
correctly.

I turned on full installer logging in the registry, so that a log file is
ceated in %Temp% for every .msi package installed.

There was a log file for the main package and each of the chained package.
When the installation succeeded (it didn't hang) there was also a log file
which had the following content:

=== Verbose logging started: 11/11/2008 13:32:03 Build type: SHIP UNICODE
4.05.6001.00 Calling process: C:\WINDOWS\Installer\MSIE.tmp ===
MSI (c) (C4:80) [13:32:26:109]: Cloaking enabled.
MSI (c) (C4:80) [13:32:26:109]: Attempting to enable all disabled privileges
before calling Install on Server
=== Verbose logging stopped: 11/11/2008 13:32:26 ===

The last entry in the log file for the last chained package has a time of
13:32:26:093

In the log file for the main package there are the following two lines:

MSI (s) (B0:E0) [13:30:00:078]: MainEngineThread is returning 0
MSI (c) (B0:B8) [13:32:26:125]: Back from server. Return value: 0

So it seems obvious looking at the times that after the last chained package
is installed, something happens which creates the first log file (the one
with Cloaking Enabled as the first line). After this process is complete, the
log file for the main package reports "Back from server" and everything
proceeds as normal.

Now here is the interesting bit. When the installation hangs, there appears
a log file which is completely empty (the equivalent of the "Cloaking Enabled
log file). The last line in the log file for the main package is:

MSI (s) (5C:F0) [08:28:15:078]: MainEngineThread is returning 0

So, for some reason, the process which creates the "Cloaking Enabled" log
file hangs, and this means that the "Back from server" line never appears in
the log file for the main package.

Also, when the installation process hangs up, there is a process MSIE.tmp in
the task manager. If this process is killed the installation completes (the
window with Finish on appears) so I assume that this is the process which is
hung.

Does anyone have any idea what is going on here? What is the process which
creates the "Cloaking Enabled" log file and what do the two lines in this
file mean?

Previous Posts In This Thread:

On Wednesday, November 12, 2008 9:53 AM
edinpa wrote:

Installation always hangs at the end of the process
I'm using Advanced Installer. The installation is via a single EXE file. If I
run this, the installation hangs right at the end of the process. This has
been seen mostly when the EXE is run from a network drive but also when it is
run locally The screen saying Publishing Product Information is seen for
hours, the final installation screen never appears.

We have three chained packages. If I kill the installer process, the main
package and all three chained packages appear to have been installed
correctly.

I turned on full installer logging in the registry, so that a log file is
ceated in %Temp% for every .msi package installed.

There was a log file for the main package and each of the chained package.
When the installation succeeded (it didn't hang) there was also a log file
which had the following content:

=== Verbose logging started: 11/11/2008 13:32:03 Build type: SHIP UNICODE
4.05.6001.00 Calling process: C:\WINDOWS\Installer\MSIE.tmp ===
MSI (c) (C4:80) [13:32:26:109]: Cloaking enabled.
MSI (c) (C4:80) [13:32:26:109]: Attempting to enable all disabled privileges
before calling Install on Server
=== Verbose logging stopped: 11/11/2008 13:32:26 ===

The last entry in the log file for the last chained package has a time of
13:32:26:093

In the log file for the main package there are the following two lines:

MSI (s) (B0:E0) [13:30:00:078]: MainEngineThread is returning 0
MSI (c) (B0:B8) [13:32:26:125]: Back from server. Return value: 0

So it seems obvious looking at the times that after the last chained package
is installed, something happens which creates the first log file (the one
with Cloaking Enabled as the first line). After this process is complete, the
log file for the main package reports "Back from server" and everything
proceeds as normal.

Now here is the interesting bit. When the installation hangs, there appears
a log file which is completely empty (the equivalent of the "Cloaking Enabled
log file). The last line in the log file for the main package is:

MSI (s) (5C:F0) [08:28:15:078]: MainEngineThread is returning 0

So, for some reason, the process which creates the "Cloaking Enabled" log
file hangs, and this means that the "Back from server" line never appears in
the log file for the main package.

Also, when the installation process hangs up, there is a process MSIE.tmp in
the task manager. If this process is killed the installation completes (the
window with Finish on appears) so I assume that this is the process which is
hung.

Does anyone have any idea what is going on here? What is the process which
creates the "Cloaking Enabled" log file and what do the two lines in this
file mean?


Submitted via EggHeadCafe - Software Developer Portal of Choice
SharePoint Video Library Template Available For Download
http://www.eggheadcafe.com/tutorials...o-library.aspx
  Reply With Quote
Old 04-04-2010, 03:01 AM   #3 (permalink)
hixxxej
Guest
 
Posts: n/a
Default Re: Re:Installation always hangs at the end of the process

same response

"aveen muhee" wrote in message news:20103169548aveen.muhee@gmail.com...
> Hi
>
> I am using Advanced Installer to repack msi package and had problem
> similar to yours, the installation hangs at the ends. If you found out a
> soluation for this problem could you please help me.
>
> Thanks
>
>
>
>
> edinpa wrote:
>
> Installation always hangs at the end of the process
> 12-Nov-08
>
> I'm using Advanced Installer. The installation is via a single EXE file.
> If I
> run this, the installation hangs right at the end of the process. This has
> been seen mostly when the EXE is run from a network drive but also when it
> is
> run locally The screen saying Publishing Product Information is seen for
> hours, the final installation screen never appears.
>
> We have three chained packages. If I kill the installer process, the main
> package and all three chained packages appear to have been installed
> correctly.
>
> I turned on full installer logging in the registry, so that a log file is
> ceated in %Temp% for every .msi package installed.
>
> There was a log file for the main package and each of the chained package.
> When the installation succeeded (it didn't hang) there was also a log file
> which had the following content:
>
> === Verbose logging started: 11/11/2008 13:32:03 Build type: SHIP
> UNICODE
> 4.05.6001.00 Calling process: C:\WINDOWS\Installer\MSIE.tmp ===
> MSI (c) (C4:80) [13:32:26:109]: Cloaking enabled.
> MSI (c) (C4:80) [13:32:26:109]: Attempting to enable all disabled
> privileges
> before calling Install on Server
> === Verbose logging stopped: 11/11/2008 13:32:26 ===
>
> The last entry in the log file for the last chained package has a time of
> 13:32:26:093
>
> In the log file for the main package there are the following two lines:
>
> MSI (s) (B0:E0) [13:30:00:078]: MainEngineThread is returning 0
> MSI (c) (B0:B8) [13:32:26:125]: Back from server. Return value: 0
>
> So it seems obvious looking at the times that after the last chained
> package
> is installed, something happens which creates the first log file (the one
> with Cloaking Enabled as the first line). After this process is complete,
> the
> log file for the main package reports "Back from server" and everything
> proceeds as normal.
>
> Now here is the interesting bit. When the installation hangs, there
> appears
> a log file which is completely empty (the equivalent of the "Cloaking
> Enabled
> log file). The last line in the log file for the main package is:
>
> MSI (s) (5C:F0) [08:28:15:078]: MainEngineThread is returning 0
>
> So, for some reason, the process which creates the "Cloaking Enabled" log
> file hangs, and this means that the "Back from server" line never appears
> in
> the log file for the main package.
>
> Also, when the installation process hangs up, there is a process MSIE.tmp
> in
> the task manager. If this process is killed the installation completes
> (the
> window with Finish on appears) so I assume that this is the process which
> is
> hung.
>
> Does anyone have any idea what is going on here? What is the process which
> creates the "Cloaking Enabled" log file and what do the two lines in this
> file mean?
>
> Previous Posts In This Thread:
>
> On Wednesday, November 12, 2008 9:53 AM
> edinpa wrote:
>
> Installation always hangs at the end of the process
> I'm using Advanced Installer. The installation is via a single EXE file.
> If I
> run this, the installation hangs right at the end of the process. This has
> been seen mostly when the EXE is run from a network drive but also when it
> is
> run locally The screen saying Publishing Product Information is seen for
> hours, the final installation screen never appears.
>
> We have three chained packages. If I kill the installer process, the main
> package and all three chained packages appear to have been installed
> correctly.
>
> I turned on full installer logging in the registry, so that a log file is
> ceated in %Temp% for every .msi package installed.
>
> There was a log file for the main package and each of the chained package.
> When the installation succeeded (it didn't hang) there was also a log file
> which had the following content:
>
> === Verbose logging started: 11/11/2008 13:32:03 Build type: SHIP
> UNICODE
> 4.05.6001.00 Calling process: C:\WINDOWS\Installer\MSIE.tmp ===
> MSI (c) (C4:80) [13:32:26:109]: Cloaking enabled.
> MSI (c) (C4:80) [13:32:26:109]: Attempting to enable all disabled
> privileges
> before calling Install on Server
> === Verbose logging stopped: 11/11/2008 13:32:26 ===
>
> The last entry in the log file for the last chained package has a time of
> 13:32:26:093
>
> In the log file for the main package there are the following two lines:
>
> MSI (s) (B0:E0) [13:30:00:078]: MainEngineThread is returning 0
> MSI (c) (B0:B8) [13:32:26:125]: Back from server. Return value: 0
>
> So it seems obvious looking at the times that after the last chained
> package
> is installed, something happens which creates the first log file (the one
> with Cloaking Enabled as the first line). After this process is complete,
> the
> log file for the main package reports "Back from server" and everything
> proceeds as normal.
>
> Now here is the interesting bit. When the installation hangs, there
> appears
> a log file which is completely empty (the equivalent of the "Cloaking
> Enabled
> log file). The last line in the log file for the main package is:
>
> MSI (s) (5C:F0) [08:28:15:078]: MainEngineThread is returning 0
>
> So, for some reason, the process which creates the "Cloaking Enabled" log
> file hangs, and this means that the "Back from server" line never appears
> in
> the log file for the main package.
>
> Also, when the installation process hangs up, there is a process MSIE.tmp
> in
> the task manager. If this process is killed the installation completes
> (the
> window with Finish on appears) so I assume that this is the process which
> is
> hung.
>
> Does anyone have any idea what is going on here? What is the process which
> creates the "Cloaking Enabled" log file and what do the two lines in this
> file mean?
>
>
> Submitted via EggHeadCafe - Software Developer Portal of Choice
> SharePoint Video Library Template Available For Download
> http://www.eggheadcafe.com/tutorials...o-library.aspx


  Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 12:11 PM.


vBulletin, Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
2007 - 2012 PackageDeploy.com