Jump to content

dansouza

Member
  • Posts

    54
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    country-ZZ

Posts posted by dansouza

  1. Same problem here. Drive works fine in XP, but in Vista it sees every cd as blank, and it's not a burning format issue, as it does it on all cd's and dvd's including purchased cd rom's. I have to go to Run and type the CD Drive letter and click Browse to get around it.

  2. Same problem, Pinnacle PCTV-80e mini stick. Installed it using the "Windows Media Center" option on the CD, and MCE did not detect the tuner at all, then tried installing the full suite, and now MCE detects it but when I try to set it up using United States as the region, it says invalid region. Tuner works just fine with the software that came with it.

  3. Could you shed some lights on what this code you specified means

    FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\win51ip.SP2 SET CDROM=%%i:

    That is to install your apps using RunOnceEx from CD, rather than having to have them copied to the hard drive. If you use this method, change %systemdrive% to %CDROM% and take your "Install" folder out of $OEM$ and place in the root of the CD. Also, keep in mind if any of your apps use Installshield, you will need to specify an alternate location for the log file. Installshield writes the log file to the same location as the setup source by default. Since it can't write to the CD, the installation will fail unless you specify a different location. Example:

    Setup.exe /s /f2"C:\Setup.log"

  4. Vista altered my drive somehow. I don't know how but I know it did. I installed Vista from the DVD on a blank HD. I played with it for a few days and decided I didn't like it and tried to put XP back on there. The computer won't boot from the CD with anything but a genuine Microsoft CD.

    I get the error:

    CDBOOT: Unable to boot from CD - Code 4

    I then went to my other machine and burned another CD this time using a CD-R instead of RW, figuring that might be the problem. Same thing. It only worked with the original Vista DVD or the original XP CD right out of the box. Microsoft is trying to pull a fast one.

    Well, I have egg on my face. My apologies to all of you Microsoft folks. I found the culprit and it wasn't Vista. It's Nero. I downloaded and installed the new Nero 7 Ultra version 7.5.8.0. I was making the CD's exactly the same as i always did, but for some reason they're not coming out bootable. I uninstalled it and reinstalled version 7.0.0.0 which is my original. Worked like a charm. The CD's / DVD's are coming out bootable.

  5. I think the issue you're having is due to the fact that SP2 has native bluetooth drivers which are digitally signed of course, and therefore installed by default. I had to do these steps for my bluetooth driver.

    Install your driver.

    Go into your device manager.

    Expand "Bluetooth Radios"

    Select your device and go through all the screens to update your driver but when you get to the search and installation options select

    "Don't Search. I will choose the driver to install" then click next.

    You should see your driver in the list. Highlight it and click next, dispense with the "Not Signed" window, and finish installing the driver. After that it should work.

  6. I sucessfully installed both IE7 and WMP11 via svcpack.inf (of course, no RunOnceEx)

    Just extract IE7 to a folder (doesn't matter which one, you're going to delete it after)

    Find ie7.cat in the folder you just extracted ie7 into, take it out and put it in the "svcpack" folder.

    Put the ie7 full package (not extracted) into "svcpack"

    Also, copy WMP11 into "svcpack"

    Add the following lines to svcpack.inf under

    [setupHotfixesToRun]

    wmp11.exe /Q:A /R:N

    ie7.exe /quiet /update-no /nobackup /norestart

    and add the following under

    [ProductCatalogsToInstall]

    ie7.cat

×
×
  • Create New...