PC Review
Forums
Newsgroups
Windows XP
Windows XP Embedded
SDI loader
Forums
Newsgroups
Windows XP
Windows XP Embedded
SDI loader
![]() |
SDI loader |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
Hi,
Is there another option to add or mount a disk other then using sdiloader GUI. I would like automate all os generation. thanks. |
|
|
|
#2 |
|
Guest
Posts: n/a
|
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. > > |
|
|
|
#3 |
|
Guest
Posts: n/a
|
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 |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

