Missing Components...

  • Thread starter Thread starter John Mueske
  • Start date Start date
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
 
Perhaps someone could if someone told me what each component contained I
could reconstruct them. Even screenshots could be very helpful.

John
 
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>
 
Back
Top