|
|
#1 (permalink) |
|
Guest
Posts: n/a
|
Hi,
Recently I encountered a problem during installation when costing action never completes. This action runs in background and should set the property CostingComplete to 1 when the costing is finished. This is standard MSI action. In the case that the file brought by the installation package exists on the target system and has reduced permissions (only for user SYSTEM in may case) this action sometimes hangs. Log file shows right message that the installation has no permissions to modify the target file but the only way to stop installation is to kill the process. The question is if exists any way to re-catch this error and to show appropriate message to the user. Thank you. |
|
|
|
#2 (permalink) |
|
Guest
Posts: n/a
|
On 8/28/2010 4:31 PM, Fyodor Korzybski wrote:
> Hi, > Recently I encountered a problem during installation when costing > action never completes. This action runs in background and should set > the property CostingComplete to 1 when the costing is finished. This > is standard MSI action. In the case that the file brought by the > installation package exists on the target system and has reduced > permissions (only for user SYSTEM in may case) this action sometimes > hangs. > Log file shows right message that the installation has no permissions > to modify the target file but the only way to stop installation is to > kill the process. > The question is if exists any way to re-catch this error and to show > appropriate message to the user. > > Thank you. You're welcome! |
|
|
|
#3 (permalink) |
|
Guest
Posts: n/a
|
On 8/30/2010 4:19 PM, Kenneth A. Larsen wrote:
> On 8/28/2010 4:31 PM, Fyodor Korzybski wrote: >> Hi, >> Recently I encountered a problem during installation when costing >> action never completes. This action runs in background and should set >> the property CostingComplete to 1 when the costing is finished. This >> is standard MSI action. In the case that the file brought by the >> installation package exists on the target system and has reduced >> permissions (only for user SYSTEM in may case) this action sometimes >> hangs. >> Log file shows right message that the installation has no permissions >> to modify the target file but the only way to stop installation is to >> kill the process. >> The question is if exists any way to re-catch this error and to show >> appropriate message to the user. >> >> Thank you. > > You're welcome! > |
|
|
|
#4 (permalink) |
|
Guest
Posts: n/a
|
On 8/30/2010 4:24 PM, Kenneth A. Larsen wrote:
> On 8/30/2010 4:19 PM, Kenneth A. Larsen wrote: >> On 8/28/2010 4:31 PM, Fyodor Korzybski wrote: >>> Hi, >>> Recently I encountered a problem during installation when costing >>> action never completes. This action runs in background and should >>> set the property CostingComplete to 1 when the costing is finished. >>> This is standard MSI action. In the case that the file brought by >>> the installation package exists on the target system and has reduced >>> permissions (only for user SYSTEM in may case) this action sometimes >>> hangs. >>> Log file shows right message that the installation has no >>> permissions to modify the target file but the only way to stop >>> installation is to kill the process. >>> The question is if exists any way to re-catch this error and to show >>> appropriate message to the user. >>> >>> Thank you. >> >> You're welcome! >> > |
|