|
|
#1 (permalink) |
|
Guest
Posts: n/a
|
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? |
|
|
|
#2 (permalink) |
|
Guest
Posts: n/a
|
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 |
|
|
|
#3 (permalink) |
|
Guest
Posts: n/a
|
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 |
|