Export Components?

  • Thread starter Thread starter John Mueske
  • Start date Start date
J

John Mueske

Is there a way to export a component from my XPe database using CD or TD,
then import to somone elses XPe database?

John
 
Hi Sean,

Thanks for the confirmation. I accidentally deleted 2 components, any ideas
how I can get them back?

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

Thanks,
John
 
Hi Sean,

Actually 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).
However I do agree it would be nice to have a tool from the GUI in future
releases.

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