Missing Components...

J

John Mueske

I accidentally deleted the following 2 components from my database. How can
I get them back?

Intel(R) 82801 PCI Bridge - 2448
Intel(R) 82802 Firmware Hub Device

Thanks,
John
 
J

John Mueske

Perhaps someone could if someone told me what each component contained I
could reconstruct them. Even screenshots could be very helpful.

John
 
J

John Mueske

Someone exported 2 components for me using the command line tool
"xpecmd.wsf". It created an SLD for each component, which imported into my
database very nicely (after changing the repository path of course).

I've included the command line log below.

Regards,
John Mueske


C:\Program Files\Windows Embedded\bin>xpecmd.wsf
Microsoft (R) Windows Script Host Version 5.7
Copyright (C) Microsoft Corporation. All rights reserved.

Windows XP Embedded Command-Line Tool version 3.15.674 (CMI revision 578)
Copyright (C) 1999-2006 Microsoft Corp. All Rights Reserved.

Platform GUID : {B784E719-C196-4DDB-B358-D9254426C38D}
Platform : (not in database)
xpecmd>dbopen %COMPUTERNAME%
Server : MyServer
Database : MantisSQLDB
Generation : {B75C6A98-ED74-4A68-90B9-2D576F1E9C97}
Open mode : ReadImport (1)
xpecmd>minvis 100
Visibility : 100
xpecmd>new ins Instance
xpecmd>ins = 'inst:^Intel(R) 82801 PCI Bridge - 2448'
xpecmd>new mySLD SLD
xpecmd>new myComp = 'comp:Intel(R) 82801 PCI Bridge - 2448'
xpecmd>add mySLD myComp
xpecmd>new myRep = 'rep:Windows XP Embedded Client Main'
xpecmd>add mySLD myRep
xpecmd>save mySLD "C:\Intel82801PCIBridge.sld"
xpecmd>exit

C:\Program Files\Windows Embedded\bin>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top