PC Review Forums Newsgroups Windows XP Windows XP Embedded SDI loader

Reply

SDI loader

 
Thread Tools Rate Thread
Old 08-09-2006, 04:14 PM   #1
jrec
Guest
 
Posts: n/a
Default SDI loader


Hi,

Is there another option to add or mount a disk other then using sdiloader
GUI.
I would like automate all os generation.
thanks.


  Reply With Quote
Old 11-09-2006, 10:05 AM   #2
Gert Leunen
Guest
 
Posts: n/a
Default Re: SDI loader

Sure, there's an automation interface (requires sdiaut.dll to be
registered):

sdi = new ActiveXObject("SDIAUT.SDIMountedDisks");
sdi.Add("<SDI-file path>");
....
sdi.Remove(<index>);

From what I can see, these operations appear to be asynchronous, so don't
expect the volume to be available/unmounted immediately upon return.

P.S.: this does not appear to be a documented interface...

Best regards,

Gert Leunen
Software Engineer
R&D International NV


"jrec" <jrecord@free.fr> wrote in message
news:3fac1d3913de8c8a17901ab966c@news.free.fr...
> Hi,
>
> Is there another option to add or mount a disk other then using sdiloader
> GUI.
> I would like automate all os generation.
> thanks.
>
>



  Reply With Quote
Old 11-09-2006, 10:20 PM   #3
Arthmuch
Guest
 
Posts: n/a
Default Re: SDI loader


Hi,
Thanks a lot.
My problem is solved now.


> Sure, there's an automation interface (requires sdiaut.dll to be
> registered):
>
> sdi = new ActiveXObject("SDIAUT.SDIMountedDisks");
> sdi.Add("<SDI-file path>");
> ...
> sdi.Remove(<index>);
> From what I can see, these operations appear to be asynchronous, so
> don't expect the volume to be available/unmounted immediately upon
> return.
>
> P.S.: this does not appear to be a documented interface...
>
> Best regards,
>
> Gert Leunen
> Software Engineer
> R&D International NV
> "jrec" <jrecord@free.fr> wrote in message
> news:3fac1d3913de8c8a17901ab966c@news.free.fr...
>
>> Hi,
>>
>> Is there another option to add or mount a disk other then using
>> sdiloader
>> GUI.
>> I would like automate all os generation.
>> thanks



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off