Page 3 of 13 FirstFirst 123456789101112 ... LastLast
Results 21 to 30 of 121

Thread: XP System Builder

  1. #21
    Newbie
    Join Date
    Apr 2005
    Posts
    10
    Ok I get the components listing now using mssql 2k, using NT authentication. Doesn't help you much I guess if you don't have mssql, but just to give some feedback. The db name is MantisSQLDBEval as knubile said btw. It's late here now so I'll have to wait till tomorrow to see if it will actually do something as well :P

  2. #22
    Maximum Bitrate LagunaICE's Avatar
    Join Date
    Mar 2005
    Location
    Czech republic
    Posts
    772
    Quote Originally Posted by SFiorito
    Hmmm... I'm guessing it's a security issue. Laguna, is your account part of the admin group?
    Yes it is In fact, I am loggin on using Administrator account.

  3. #23
    Variable Bitrate rickster's Avatar
    Join Date
    Feb 2005
    Location
    Essex, UK
    Posts
    298
    I finally got it working.

    I installed the database into sql server 2000 and made sure it was configured for windows authentication. Voila!!! It works. Now i just a list - if possible of the files that must not be deleted (like the logon one etc).

    I must say, this is going to be a long ride. Lets see how small we can get it.

  4. #24
    FLAC SFiorito's Avatar
    Join Date
    May 2004
    Posts
    1,363
    yeah, I just uninstalled SQL Server 2000 and reinstalled the DB using the included MSDE and it keeps giving me problems. I'll try to figure out what the deal is.

    BTW, it seems the file attachment was removed from my original post, but when I go to edit post it's still showing up???

  5. #25
    Newbie
    Join Date
    Apr 2005
    Posts
    8

    Where is a file?

    SFiorito:

    Could you, PLEASE, re-attach the "XP System Builder" file?

    Thanks, Pavel

  6. #26
    FLAC SFiorito's Avatar
    Join Date
    May 2004
    Posts
    1,363
    Okay, here's the deal: seems MSDE (MS Data Engine, basically a neutered MS SQL Server) doesn't come configured to use named pipes by default. Most likely for security/admin reasons since it's meant for single-user and local databases. So anyways, check C:\Program Files\Microsoft SQL Server\80\Tools\Binn for an app named SVRNETCN.exe. Use that to add Named Pipes to the list of protocols. Close that app then restart MSDE using the services control panel (MSSQLSERVER is the service name). Then restart XP System Builder.

    If, for some reason, you don't have that applet then you should be able to simply import these settings into your registry:

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\MSSQLServer\SuperSocketNetLib]
    "Encrypt"=dword:00000000
    "ProtocolList"=hex(7):6e,00,70,00,00,00,00,00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\MSSQLServer\SuperSocketNetLib\Np]
    "PipeName"="\\\\.\\pipe\\sql\\query"
    simply create a text file in notepad, copy & paste, save as whatever.reg, double-click. restart sql server.

  7. #27
    Variable Bitrate rickster's Avatar
    Join Date
    Feb 2005
    Location
    Essex, UK
    Posts
    298
    do you happen to know of some files which are not to be deleted. Obviously ACPI has to stay and certain other obvious ones but are there any ones that must not be deleted?

    cheers

  8. #28
    Variable Bitrate rickster's Avatar
    Join Date
    Feb 2005
    Location
    Essex, UK
    Posts
    298
    SFiorito

    This software works great, but I have a request/recomendation if possible!

    When removing components like graphic card drivers, it is very long winded to keep double clicking each item and then click remove component.

    Would it be possible to have a tick boxes next to each item in the tree and then click remove item once at the end. The process can then scroll through the list and find the ticks and then remove the component!

    Thanks

    Rickster

  9. #29
    FLAC SFiorito's Avatar
    Join Date
    May 2004
    Posts
    1,363
    yeah, that's one of the things I've been meaning to do. and a settings file so that you can automatically remove stuff you removed in a previous CD. but the best thing to do is use this after nLite. I use nLite to get rid of most of the stuff and then use this to get rid of all the left over items.

  10. #30
    Newbie
    Join Date
    Apr 2005
    Posts
    10
    I can confirm it works btw, and it works very well. However, mankind always wants more, so here is my feature request : some way to check dependencies file-by-file..ie a search box where I can check the various components that depend on "foo.dll" and "helloworld.exe"

Similar Threads

  1. New EWF + MinLogon and CF instructions
    By SFiorito in forum WinNT Based
    Replies: 319
    Last Post: 03-12-2010, 02:39 PM
  2. Finally got to test the uDOC on XP
    By SFiorito in forum General Hardware Discussion
    Replies: 2
    Last Post: 04-20-2005, 12:37 AM
  3. Can I upgrade XP home to prefoessional?
    By Skipjacks in forum Software & Software Development
    Replies: 8
    Last Post: 01-30-2005, 09:06 AM
  4. XP on CF II Drive
    By NOS TANG in forum Software & Software Development
    Replies: 13
    Last Post: 11-30-2004, 02:20 PM
  5. Replies: 9
    Last Post: 02-28-2004, 10:51 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •