Real Geek Forums  

Go Back   Real Geek Forums > Archives > Operating Systems > Windows XP > Windows XP Embedded

Notices

Reply

Deployment winembedded

 

LinkBack Thread Tools Display Modes
Old 12-21-2006, 07:06 PM   #1 (permalink)
Default Re: Deployment winembedded

If you want the computer name to randomly change, then you should use the
keepall switch.

The System Cloning Component supports calls to a custom DLL. You can develop
a custom DLL that performs a EWF commit during FBreseal. I wrote about the
solutiopn in XPe Supplemental Toolkit book.

Regards,

Sean Liming
www.sjjmicro.com / www.seanliming.com
XP Embedded Book Author - XP Embedded Advanced, XP Embedded
SupplementalToolkit


"R.Demandt" <RDemandt@discussions.microsoft.com> wrote in message
news:424CDCF2-9084-4BEB-852B-F1A7C7585F98@microsoft.com...
Quote:
>I have developed a windows embedded machine (with ewf ram - reg) and I have
> run fbreseal (-keepall). But when I deploy this system to a target
> machine,
> the computername is the same a the one of my development machine. Should I
> maybe not use keepall? And before running fbreaseal I have to disable EWF,
> is
> there a way to auto-enable EWF on my target machines afther the first
> boot?
>
> Thanks for any response,
> R.Demandt

Sean Liming \(eMVP\)
Guest
 
Posts: n/a
Reply With Quote  
Old 12-21-2006, 08:39 PM   #2 (permalink)
Default Re: Deployment winembedded


My mistake. You shouldn't use the keepall. My mind is already on
vacation....

Take a look at the CD contents for the book:
http://www.sjjmicro.com/XPES.html for the DLL.

Regards,

Sean


"R.Demandt" <RDemandt@discussions.microsoft.com> wrote in message
news:E727BC1B-DF8B-4C19-8A5B-1519B3B9BE5F@microsoft.com...
Quote:
> But when I use the "keepall" switch the name doesn't change, any idea what
> might cause that? And could you maybe also tell me how to make a custom
> dll
> that will enable EWF afther the fbreseal?
>
> Any help would be greatly appriciated,
> R.Demandt
>
> "Sean Liming (eMVP)" wrote:
>
Quote:
>> If you want the computer name to randomly change, then you should use the
>> keepall switch.
>>
>> The System Cloning Component supports calls to a custom DLL. You can
>> develop
>> a custom DLL that performs a EWF commit during FBreseal. I wrote about
>> the
>> solutiopn in XPe Supplemental Toolkit book.
>>
>> Regards,
>>
>> Sean Liming
>> www.sjjmicro.com / www.seanliming.com
>> XP Embedded Book Author - XP Embedded Advanced, XP Embedded
>> SupplementalToolkit
>>
>>
>> "R.Demandt" <RDemandt@discussions.microsoft.com> wrote in message
>> news:424CDCF2-9084-4BEB-852B-F1A7C7585F98@microsoft.com...
Quote:
>> >I have developed a windows embedded machine (with ewf ram - reg) and I
>> >have
>> > run fbreseal (-keepall). But when I deploy this system to a target
>> > machine,
>> > the computername is the same a the one of my development machine.
>> > Should I
>> > maybe not use keepall? And before running fbreaseal I have to disable
>> > EWF,
>> > is
>> > there a way to auto-enable EWF on my target machines afther the first
>> > boot?
>> >
>> > Thanks for any response,
>> > R.Demandt
>>
>>
>>

Sean Liming \(eMVP\)
Guest
 
Posts: n/a
Reply With Quote  
Old 12-21-2006, 09:00 PM   #3 (permalink)
Default Re: Deployment winembedded

thanks for your help. But I'm still wondering wouldn't it be possible to let
a CMD-script execute on first boot? (like: ewfmgr c: -enable). Do you no how
to run a script only on first boot?

Thanks for any response,
R.Demandt

"Sean Liming (eMVP)" wrote:
Quote:
>
> My mistake. You shouldn't use the keepall. My mind is already on
> vacation....
>
> Take a look at the CD contents for the book:
> http://www.sjjmicro.com/XPES.html for the DLL.
>
> Regards,
>
> Sean
>
>
> "R.Demandt" <RDemandt@discussions.microsoft.com> wrote in message
> news:E727BC1B-DF8B-4C19-8A5B-1519B3B9BE5F@microsoft.com...
Quote:
> > But when I use the "keepall" switch the name doesn't change, any idea what
> > might cause that? And could you maybe also tell me how to make a custom
> > dll
> > that will enable EWF afther the fbreseal?
> >
> > Any help would be greatly appriciated,
> > R.Demandt
> >
> > "Sean Liming (eMVP)" wrote:
> >
Quote:
> >> If you want the computer name to randomly change, then you should use the
> >> keepall switch.
> >>
> >> The System Cloning Component supports calls to a custom DLL. You can
> >> develop
> >> a custom DLL that performs a EWF commit during FBreseal. I wrote about
> >> the
> >> solutiopn in XPe Supplemental Toolkit book.
> >>
> >> Regards,
> >>
> >> Sean Liming
> >> www.sjjmicro.com / www.seanliming.com
> >> XP Embedded Book Author - XP Embedded Advanced, XP Embedded
> >> SupplementalToolkit
> >>
> >>
> >> "R.Demandt" <RDemandt@discussions.microsoft.com> wrote in message
> >> news:424CDCF2-9084-4BEB-852B-F1A7C7585F98@microsoft.com...
> >> >I have developed a windows embedded machine (with ewf ram - reg) and I
> >> >have
> >> > run fbreseal (-keepall). But when I deploy this system to a target
> >> > machine,
> >> > the computername is the same a the one of my development machine.
> >> > Should I
> >> > maybe not use keepall? And before running fbreaseal I have to disable
> >> > EWF,
> >> > is
> >> > there a way to auto-enable EWF on my target machines afther the first
> >> > boot?
> >> >
> >> > Thanks for any response,
> >> > R.Demandt
> >>
> >>
> >>
>
>
>
R.Demandt
Guest
 
Posts: n/a
Reply With Quote  
Old 12-22-2006, 06:01 PM   #4 (permalink)
Default Re: Deployment winembedded


Certainly, you could run a VBscript that executes ewfmgr.exe during FBA. I
would setup a component with either a FBA Generic command or RUN once
resource to execute the script.
Since you have the System Cloning Tool, the DLL route is easier, unless
there is something else in your application that you want to use the script
for.

Regards,

Sean Liming
www.sjjmicro.com / www.seanliming.com
XP Embedded Book Author - XP Embedded Advanced, XP Embedded
SupplementalToolkit


"R.Demandt" <RDemandt@discussions.microsoft.com> wrote in message
news:1CE274BF-9249-4646-991C-E4FF2D81584E@microsoft.com...
Quote:
> thanks for your help. But I'm still wondering wouldn't it be possible to
> let
> a CMD-script execute on first boot? (like: ewfmgr c: -enable). Do you no
> how
> to run a script only on first boot?
>
> Thanks for any response,
> R.Demandt
>
> "Sean Liming (eMVP)" wrote:
>
Quote:
>>
>> My mistake. You shouldn't use the keepall. My mind is already on
>> vacation....
>>
>> Take a look at the CD contents for the book:
>> http://www.sjjmicro.com/XPES.html for the DLL.
>>
>> Regards,
>>
>> Sean
>>
>>
>> "R.Demandt" <RDemandt@discussions.microsoft.com> wrote in message
>> news:E727BC1B-DF8B-4C19-8A5B-1519B3B9BE5F@microsoft.com...
Quote:
>> > But when I use the "keepall" switch the name doesn't change, any idea
>> > what
>> > might cause that? And could you maybe also tell me how to make a custom
>> > dll
>> > that will enable EWF afther the fbreseal?
>> >
>> > Any help would be greatly appriciated,
>> > R.Demandt
>> >
>> > "Sean Liming (eMVP)" wrote:
>> >
>> >> If you want the computer name to randomly change, then you should use
>> >> the
>> >> keepall switch.
>> >>
>> >> The System Cloning Component supports calls to a custom DLL. You can
>> >> develop
>> >> a custom DLL that performs a EWF commit during FBreseal. I wrote about
>> >> the
>> >> solutiopn in XPe Supplemental Toolkit book.
>> >>
>> >> Regards,
>> >>
>> >> Sean Liming
>> >> www.sjjmicro.com / www.seanliming.com
>> >> XP Embedded Book Author - XP Embedded Advanced, XP Embedded
>> >> SupplementalToolkit
>> >>
>> >>
>> >> "R.Demandt" <RDemandt@discussions.microsoft.com> wrote in message
>> >> news:424CDCF2-9084-4BEB-852B-F1A7C7585F98@microsoft.com...
>> >> >I have developed a windows embedded machine (with ewf ram - reg) and
>> >> >I
>> >> >have
>> >> > run fbreseal (-keepall). But when I deploy this system to a target
>> >> > machine,
>> >> > the computername is the same a the one of my development machine.
>> >> > Should I
>> >> > maybe not use keepall? And before running fbreaseal I have to
>> >> > disable
>> >> > EWF,
>> >> > is
>> >> > there a way to auto-enable EWF on my target machines afther the
>> >> > first
>> >> > boot?
>> >> >
>> >> > Thanks for any response,
>> >> > R.Demandt
>> >>
>> >>
>> >>
>>
>>
>>

Sean Liming \(eMVP\)
Guest
 
Posts: n/a
Reply With Quote  
Reply

Tags
None

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
USB CD-ROM DOS XPe Deployment PJC Windows XP Embedded 3 11-10-2005 02:18 AM
ris deployment Travis Bean Windows XP Setup 2 04-20-2004 05:14 PM
Deployment Jens Windows XP Embedded 6 02-11-2004 07:38 PM
Win XP deployment Graham Vanstan Windows XP Setup 2 11-09-2003 04:41 PM
XP deployment with RIS Jeremy Bezug Windows XP Setup 1 08-15-2003 08:40 PM


All times are GMT. The time now is 04:25 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright © 2005 - 2007 RealGeek.com. All rights reserved.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90