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
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to