CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    Sep 2005
    Posts
    117

    Unhappy WCF-Service installation on XP

    Hi,

    I have a WCF service which will be hosted in Windows service. The installer works fine in Windows 2007 (when I run the file as "run as administrator").

    But I am not able to install the same on Wnidows XP (Though my used Id is having admin-previlege).

    For installation we are using WIX-installer.

    Any idea will be highly appreciated.


    These are information from the log-file ----------

    ...
    .....
    CAQuietExec: "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\installUtil.exe" /LogToConsole=false "C:\Program Files\abc.exe"
    MSI (s) (B0!50) [12:29:03:134]: Closing MSIHANDLE (99) of type 790531 for thread 3664
    MSI (s) (B0!50) [12:29:03:134]: Creating MSIHANDLE (100) of type 790531 for thread 3664
    CAQuietExec: Microsoft (R) .NET Framework Installation utility Version 2.0.50727.3053
    MSI (s) (B0!50) [12:29:03:134]: Closing MSIHANDLE (100) of type 790531 for thread 3664
    MSI (s) (B0!50) [12:29:03:134]: Creating MSIHANDLE (101) of type 790531 for thread 3664
    CAQuietExec: Copyright (c) Microsoft Corporation. All rights reserved.
    MSI (s) (B0!50) [12:29:03:134]: Closing MSIHANDLE (101) of type 790531 for thread 3664
    MSI (s) (B0!50) [12:29:04:040]: Creating MSIHANDLE (102) of type 790531 for thread 3664
    CAQuietExec:
    MSI (s) (B0!50) [12:29:04:040]: Closing MSIHANDLE (102) of type 790531 for thread 3664
    MSI (s) (B0!50) [12:29:04:150]: Creating MSIHANDLE (103) of type 790531 for thread 3664
    CAQuietExec: The installation failed, and the rollback has been performed.
    MSI (s) (B0!50) [12:29:04:150]: Closing MSIHANDLE (103) of type 790531 for thread 3664
    MSI (s) (B0!50) [12:29:04:150]: Creating MSIHANDLE (104) of type 790531 for thread 3664
    CAQuietExec: Error 0xffffffff: Command line returned an error.
    MSI (s) (B0!50) [12:29:04:150]: Closing MSIHANDLE (104) of type 790531 for thread 3664
    MSI (s) (B0:24) [12:29:04:150]: Closing MSIHANDLE (97) of type 790536 for thread 3392
    CAQuietExec: Error 0xffffffff: CAQuietExec Failed
    MSI (s) (B0:40) [12:29:04:150]: User policy value 'DisableRollback' is 0
    MSI (s) (B0:40) [12:29:04:150]: Machine policy value 'DisableRollback' is 0
    Action ended 12:29:04: InstallFinalize. Return value 3.
    ......
    .......
    ..........



    --Regards
    Last edited by callavin; March 31st, 2011 at 11:44 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured