Results 1 to 2 of 2

Thread: Setup.exe crashes on running

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Dec 2001
    Posts
    1,331

    Setup.exe crashes on running

    Hello,

    VS 2005 SP3

    I have developed application and used the setup project to create the msi.

    When I go to install on the users computer it crashes when I double click the setup.exe. It displays a message box saying to you want to send this error message to microsoft.

    This happens on only 2 machines out of 6.

    The 2 machines that are having this problem are running windows XP Pro SP2, and the other one SP3.

    The information I get from the crash is below for both machines.

    Many thanks for any advice,


    Code:
    <?xml version="1.0" encoding="UTF-16"?>
    <DATABASE>
    <EXE NAME="CATSoftphone.exe" FILTER="GRABMI_FILTER_PRIVACY">
        <MATCHING_FILE NAME="CATSoftphone.msi" SIZE="1458688" CHECKSUM="0xA819F3CD" />
        <MATCHING_FILE NAME="CATSoftphone.exe" SIZE="329312" CHECKSUM="0xDB3CECF0" MODULE_TYPE="WIN32" PE_CHECKSUM="0x80164D54" LINKER_VERSION="0x80000" LINK_DATE="09/23/2005 10:45:29" UPTO_LINK_DATE="09/23/2005 10:45:29" />
    </EXE>
    <EXE NAME="kernel32.dll" FILTER="GRABMI_FILTER_THISFILEONLY">
        <MATCHING_FILE NAME="kernel32.dll" SIZE="989696" CHECKSUM="0x2D998938" BIN_FILE_VERSION="5.1.2600.5781" BIN_PRODUCT_VERSION="5.1.2600.5781" PRODUCT_VERSION="5.1.2600.5781" FILE_DESCRIPTION="Windows NT BASE API Client DLL" COMPANY_NAME="Microsoft Corporation" PRODUCT_NAME="Microsoft® Windows® Operating System" FILE_VERSION="5.1.2600.5781 (xpsp_sp3_gdr.090321-1317)" ORIGINAL_FILENAME="kernel32" INTERNAL_NAME="kernel32" LEGAL_COPYRIGHT="© Microsoft Corporation. All rights reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0xFE572" LINKER_VERSION="0x50001" UPTO_BIN_FILE_VERSION="5.1.2600.5781" UPTO_BIN_PRODUCT_VERSION="5.1.2600.5781" LINK_DATE="03/21/2009 14:06:58" UPTO_LINK_DATE="03/21/2009 14:06:58" VER_LANGUAGE="English (United States) [0x409]" />
    </EXE>
    </DATABASE>
    
    
    
    
    <?xml version="1.0" encoding="UTF-16"?>
    <DATABASE>
    <EXE NAME="CATSoftphone.exe" FILTER="GRABMI_FILTER_PRIVACY">
        <MATCHING_FILE NAME="CATSoftphone.msi" SIZE="1458688" CHECKSUM="0xA819F3CD" />
        <MATCHING_FILE NAME="CATSoftphone.exe" SIZE="329312" CHECKSUM="0xDB3CECF0" MODULE_TYPE="WIN32" PE_CHECKSUM="0x80164D54" LINKER_VERSION="0x80000" LINK_DATE="09/23/2005 10:45:29" UPTO_LINK_DATE="09/23/2005 10:45:29" />
    </EXE>
    <EXE NAME="kernel32.dll" FILTER="GRABMI_FILTER_THISFILEONLY">
        <MATCHING_FILE NAME="kernel32.dll" SIZE="986112" CHECKSUM="0xEBE25B3D" BIN_FILE_VERSION="5.1.2600.3119" BIN_PRODUCT_VERSION="5.1.2600.3119" PRODUCT_VERSION="5.1.2600.3119" FILE_DESCRIPTION="Windows NT BASE API Client DLL" COMPANY_NAME="Microsoft Corporation" PRODUCT_NAME="Microsoft® Windows® Operating System" FILE_VERSION="5.1.2600.3119 (xpsp_sp2_qfe.070416-1259)" ORIGINAL_FILENAME="kernel32" INTERNAL_NAME="kernel32" LEGAL_COPYRIGHT="© Microsoft Corporation. All rights reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0xF995F" LINKER_VERSION="0x50001" UPTO_BIN_FILE_VERSION="5.1.2600.3119" UPTO_BIN_PRODUCT_VERSION="5.1.2600.3119" LINK_DATE="04/16/2007 16:07:27" UPTO_LINK_DATE="04/16/2007 16:07:27" VER_LANGUAGE="English (United States) [0x409]" />
    </EXE>
    </DATABASE>
    steve

  2. #2
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Setup.exe crashes on running

    I think the best thing to do is tell the users of the software to upgrade to service pack 3 if they want to use the software. I doubt that you are able to include the sp3 components in the setup package of your application.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

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