problem with package & deployment wizard

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

    #1

    problem with package & deployment wizard

    Hi,

    I've created a cab file using the PDW, but when i try to instal the program
    on a client computer. The folowing error occurs : The File
    "C:\WINDOWS\TEM P\msftqws.pdw\$ (DLLSelfRegiste rEx)'could not be registered
    because it was not found

    I looked in windows\temp and ther is a directory msftqws !!!

    What is wrong here, pleas help.

    salomons30@plan et.nl


  • lurban@nowhere.zz

    #2
    Re: problem with package & deployment wizard

    On Thu, 29 Jan 2004 21:19:55 +0100, "H.Salomons " <salomons37@het net.nl> wrote:
    [color=blue]
    > Hi,
    >
    >I've created a cab file using the PDW, but when i try to instal the program
    >on a client computer. The folowing error occurs : The File
    >"C:\WINDOWS\TE MP\msftqws.pdw\ $(DLLSelfRegist erEx)'could not be registered
    >because it was not found
    >
    >I looked in windows\temp and ther is a directory msftqws !!!
    >
    >What is wrong here, pleas help.
    >
    > salomons30@plan et.nl
    >
    >[/color]
    Wouldn't c:\...msftqws.p dw be considered by the OS as a file name not a
    directory. If there is a directory called msftqws, it is not in the path that
    you supplied!

    Lyle

    Comment

    • mayayana

      #3
      Re: problem with package &amp; deployment wizard

      C:\WINDOWS\TEMP \msftqws.pdw\ is the folder that setup
      creates during installation. It then unloads the Cab files
      into that folder. It looks like you have an error in the Setup.LST
      file. If you look near the bottom, in the [Setup1 Files] section,
      you may have a blank file listed. It would typically read something
      like:
      File 5=@SOMEFILE.DLL ,$(WinSysPath), $(DLLSelfRegist er).....

      You might have a line missing the part after @, or some
      similar error.

      --
      --
      H.Salomons <salomons37@het net.nl> wrote in message
      news:bvbr1p$dcs $1@reader11.wxs .nl...[color=blue]
      > Hi,
      >
      > I've created a cab file using the PDW, but when i try to instal the[/color]
      program[color=blue]
      > on a client computer. The folowing error occurs : The File
      > "C:\WINDOWS\TEM P\msftqws.pdw\$ (DLLSelfRegiste rEx)'could not be registered
      > because it was not found
      >
      > I looked in windows\temp and ther is a directory msftqws !!!
      >
      > What is wrong here, pleas help.
      >
      > salomons30@plan et.nl
      >
      >[/color]


      Comment

      Working...