VB Net Deployment Installation fails with Cryptic error message

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Michael

    VB Net Deployment Installation fails with Cryptic error message

    Program builds solution and setup projects with no reported errors.

    Building and deploying as loose uncompressed files works just fine.

    Debug Building and deploying as a setup file results in the following error
    message during installation

    Folder "FL_msvcp71_dll _2_____X86.3643 236F etc etc " cannot be installed
    because the file cannot be found in cabinet "_377163EC3 11 etc etc" This
    could be a network error, an error reading from the CD Rom or a problem with
    this package.

    Release Building and deploying as a setup file results in the following
    error message during installation

    Folder "_FE19EF9B etc etc " cannot be installed because the file cannot be
    found in cabinet "_A8B885AE etc etc" This could be a network error, an
    error reading from the CD Rom or a problem with this package.

    Does anyone have a clue as to what is going on.

    The installation is not on a network, the build works fine, no CD is
    involved, and installation as loose files works fine.

    Michael


  • Crouchie1998

    #2
    RE: VB Net Deployment Installation fails with Cryptic error message

    Sounds like a corrupt 'cab' file', but why are you deploying the 'debug'
    version anyway?

    Comment

    • Herfried K. Wagner [MVP]

      #3
      Re: VB Net Deployment Installation fails with Cryptic error message

      "Michael" <mconnolly4@hou ston.rr.com> schrieb:[color=blue]
      > Release Building and deploying as a setup file results in the following
      > error message during installation
      >
      > Folder "_FE19EF9B etc etc " cannot be installed because the file cannot be
      > found in cabinet "_A8B885AE etc etc" This could be a network error, an
      > error reading from the CD Rom or a problem with this package.
      >
      > Does anyone have a clue as to what is going on.
      >
      > The installation is not on a network, the build works fine, no CD is
      > involved, and installation as loose files works fine.[/color]

      Turn off virus scanners and try again.

      --
      M S Herfried K. Wagner
      M V P <URL:http://dotnet.mvps.org/>
      V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

      Comment

      • Michael

        #4
        Re: VB Net Deployment Installation fails with Cryptic error message

        Virus scanners are off and the problem exists for both a debug and a release
        deployment

        "Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message
        news:u4UwBuHDFH A.4004@tk2msftn gp13.phx.gbl...[color=blue]
        > "Michael" <mconnolly4@hou ston.rr.com> schrieb:[color=green]
        >> Release Building and deploying as a setup file results in the following
        >> error message during installation
        >>
        >> Folder "_FE19EF9B etc etc " cannot be installed because the file cannot
        >> be found in cabinet "_A8B885AE etc etc" This could be a network error,
        >> an error reading from the CD Rom or a problem with this package.
        >>
        >> Does anyone have a clue as to what is going on.
        >>
        >> The installation is not on a network, the build works fine, no CD is
        >> involved, and installation as loose files works fine.[/color]
        >
        > Turn off virus scanners and try again.
        >
        > --
        > M S Herfried K. Wagner
        > M V P <URL:http://dotnet.mvps.org/>
        > V B <URL:http://dotnet.mvps.org/dotnet/faqs/>[/color]


        Comment

        • Michael

          #5
          Re: VB Net Deployment Installation fails with Cryptic error message

          Same problem with debug or release versions.

          What cab file are you refering to ?

          Mike

          "Crouchie19 98" <Crouchie1998@d iscussions.micr osoft.com> wrote in message
          news:EB99BB2E-3CA8-4C2E-835E-F4B904E22D26@mi crosoft.com...[color=blue]
          > Sounds like a corrupt 'cab' file', but why are you deploying the 'debug'
          > version anyway?[/color]


          Comment

          • Herfried K. Wagner [MVP]

            #6
            Re: VB Net Deployment Installation fails with Cryptic error message

            "Michael" <mconnolly4@hou ston.rr.com> schrieb:[color=blue]
            > Same problem with debug or release versions.
            >
            > What cab file are you refering to ?[/color]

            Did you select "In the CAB file(s)" in the project properties ->
            "Configurat ion settings" -> "Build" -> "Package files:"?

            --
            M S Herfried K. Wagner
            M V P <URL:http://dotnet.mvps.org/>
            V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

            Comment

            • Michael

              #7
              Re: VB Net Deployment Installation fails with Cryptic error message

              The problem occurs if I select either the "Setup File" or the CAB file
              option. No problem exists if I select the loose files option for
              deployment.

              Mike

              "Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message
              news:%23xiz%23C IDFHA.3924@TK2M SFTNGP15.phx.gb l...[color=blue]
              > "Michael" <mconnolly4@hou ston.rr.com> schrieb:[color=green]
              >> Same problem with debug or release versions.
              >>
              >> What cab file are you refering to ?[/color]
              >
              > Did you select "In the CAB file(s)" in the project properties ->
              > "Configurat ion settings" -> "Build" -> "Package files:"?
              >
              > --
              > M S Herfried K. Wagner
              > M V P <URL:http://dotnet.mvps.org/>
              > V B <URL:http://dotnet.mvps.org/dotnet/faqs/>[/color]


              Comment

              Working...