Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Platform SDK Help

Platform SDK Help

Scheduled Pinned Locked Moved The Lounge
helpcomsysadminwindows-admintutorial
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    Lost User
    wrote on last edited by
    #1

    Went to the Windows Server 2003 PSDK Full Download with Local Install[^] site and duely downloaded all the files. Then as explained on that site I put them all in a directory and then run the batch file pointing it at another directory (I use the same names as in the examples but I am using D:\). All runs fine until it reaches the 4th file, PSDK-FULL.4.cab (yes I have re-downloaded it and opened it in WinZip as a test) which causes the following error - ERROR: Could not find cabinet file D:\SDK\PSDK-FULL.4.cab\Disk 1 Extract needs cabinet file 'PSDK-FULL.4.cab' from 'Disk 1'. Please enter the path where this file may be found, and press ENTER: Anyone seen this error before? More importantly, anyone know how to fix it? Google is not my friend. Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So i had to leave the place as soon as possible." - Mr.Prakash 24/04/2004

    R J 2 Replies Last reply
    0
    • L Lost User

      Went to the Windows Server 2003 PSDK Full Download with Local Install[^] site and duely downloaded all the files. Then as explained on that site I put them all in a directory and then run the batch file pointing it at another directory (I use the same names as in the examples but I am using D:\). All runs fine until it reaches the 4th file, PSDK-FULL.4.cab (yes I have re-downloaded it and opened it in WinZip as a test) which causes the following error - ERROR: Could not find cabinet file D:\SDK\PSDK-FULL.4.cab\Disk 1 Extract needs cabinet file 'PSDK-FULL.4.cab' from 'Disk 1'. Please enter the path where this file may be found, and press ENTER: Anyone seen this error before? More importantly, anyone know how to fix it? Google is not my friend. Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So i had to leave the place as soon as possible." - Mr.Prakash 24/04/2004

      R Offline
      R Offline
      Roger Wright
      wrote on last edited by
      #2

      It looks like an installer error, Michael. The proper syntax for the extract command is extract /c <cabinetname> <destination>, I believe. The path D:\SDK\PSDK-FULL.4.cab\Disk 1 isn't correct; it probably should be D:\SDK\Disk 1\PSDK-FULL.4.cab, assuming that the .cab file is in the folder Disk 1. Refer to this article[^] to find the proper syntax for the command, then run it manually to extract the contents of this .cab file. "If it's Snowbird season, why can't we shoot them?" - Overheard in a bar in Bullhead City

      L 1 Reply Last reply
      0
      • L Lost User

        Went to the Windows Server 2003 PSDK Full Download with Local Install[^] site and duely downloaded all the files. Then as explained on that site I put them all in a directory and then run the batch file pointing it at another directory (I use the same names as in the examples but I am using D:\). All runs fine until it reaches the 4th file, PSDK-FULL.4.cab (yes I have re-downloaded it and opened it in WinZip as a test) which causes the following error - ERROR: Could not find cabinet file D:\SDK\PSDK-FULL.4.cab\Disk 1 Extract needs cabinet file 'PSDK-FULL.4.cab' from 'Disk 1'. Please enter the path where this file may be found, and press ENTER: Anyone seen this error before? More importantly, anyone know how to fix it? Google is not my friend. Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So i had to leave the place as soon as possible." - Mr.Prakash 24/04/2004

        J Offline
        J Offline
        jrem
        wrote on last edited by
        #3

        try to ensure the cabs are not corrupted. To verify this, right click each cab, go properties->digital signatures->details. If it says its ok then the cab is perfect, if not then you need to redownload it. I just did all this a few weeks ago and it worked good for me. As an aside, changing a bit in a cab with a hex editor does cause it to fail its digital signature check, putting the bit back makes it right again. John

        1 Reply Last reply
        0
        • R Roger Wright

          It looks like an installer error, Michael. The proper syntax for the extract command is extract /c <cabinetname> <destination>, I believe. The path D:\SDK\PSDK-FULL.4.cab\Disk 1 isn't correct; it probably should be D:\SDK\Disk 1\PSDK-FULL.4.cab, assuming that the .cab file is in the folder Disk 1. Refer to this article[^] to find the proper syntax for the command, then run it manually to extract the contents of this .cab file. "If it's Snowbird season, why can't we shoot them?" - Overheard in a bar in Bullhead City

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          Roger Wright wrote: The path D:\SDK\PSDK-FULL.4.cab\Disk 1 isn't correct; it probably should be D:\SDK\Disk 1\PSDK-FULL.4.cab, assuming that the .cab file is in the folder Disk 1. Close. All the .cab files were in D:\SDKtemp with D:\SDK being the target. The problem lay in the fact I downloaded the first 3 files one night and the rest the next. The fist 3 came from XPSP2 PSDK Full Download with Local Install[^] while the rest came from Windows Server 2003 PSDK Full Download with Local Install[^]. The PSDK-FULL.4.cab file I had was incompatible with the PSDK-FULL3.cab I had. Human error strikes again. Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So i had to leave the place as soon as possible." - Mr.Prakash 24/04/2004

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups