Seem to be is it the best suggestion what I have from this thread :)
 - In this case please give me some idea, why we need to give a so ugly
   argument list for cmd.exe to simopky start the drivers.exe?
 - Why we need to chunk file names to 8.3, I think winnt.exe and setup.exe
   can handle long file names, is not it? (I'm using nt5x-install to avoid
   these problems)
About the Drivers.cmd :
 - Why we need "Set Current Drive as CD"?

tovis

> Hi,
> sometimes it is better to dont ask why it is not working... Try this:
create a script which does the work you want to do and call this
script....
>
> You can place it in $OEM$ so it will be on the hard disk after the first
step of installation.
>
> (my 2 cents)
>
> Greetings mario
>
> tovis schrieb:
>> I have decided to "debug" the situation.
>> 1. Step
>>   [GuiUnattended]
>>      DetachedProgram=cmd.exe
>>      Arguments="/K echo %SYSTEMROOT% > C:\NETINST\bubu.txt"
>>   It's working, after installation process c:\netinst\bubu.txt is
>> created,
>> and
>>   contain "C:\WINDOWS". That means (for me) that cmd.exe was called and
executed with given arguments.
>> 2. Step
>>   [GuiUnattended]
>>      DetachedProgram=cmd.exe
>>      Arguments="/Q /C FOR /F %? IN ('FINDSTR/B
>>        dospath=%SYSTEMROOT%\SYSTEM32\$WINNT$.INF') DO
>>        (echo %? >> C:\NETINST\bubu.txt)"
>>   I's does not work :( It seem to be FINDSTR /B does not find any
>> appropriate
>> for ... ? What for? FINDSTR search for somesing in the $WINNT$.INF ?
Could some one figure out what expression this exprettion do?
>>    'FINDSTR/B dospath=%SYSTEMROOT%\SYSTEM\$WINNT$.INF'
>> tovis
>> ------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with
>> Adobe(R)AIR(TM)
>> software. With Adobe AIR, Ajax developers can use existing skills and
code to
>> build responsive, highly engaging applications that combine the power
of
>> local
>> resources and data with the reach of the web. Download the Adobe AIR
SDK
>> and
>> Ajax docs to start building applications
>> today-http://p.sf.net/sfu/adobe-com
>> _______________________________________________
>> unattended-info mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/unattended-info
>
>
>






------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
unattended-info mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to