If i want to use the Startup folder in Startmenu i need to enable the
$OEM$ option if i do this i will loss the ability to start the Recovery Console form the CD.
But i found a way to do this now that after Windows XP is completely started that means seeing the taskbar that a file will be then started.
Here is the addon that works with nLite and RVM Integrator that is what the addon dose:
Adding 3 file to the Windows XP installation recourse.
Adding a line to the TXTSETUP.SIF file that will start the file RUNONCE.INF on the first install process
The file RUNONCE.INF will then add this registry entry:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce]
"RUNONCE"="%SystemRoot%\Temp\RUNONCE.CMD"
Later the file RUNONCE.CMD will add this registry entry:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce]
"SASROAS"="%SystemRoot%\Temp\SASROAS.CMD"
The file SASROAS.CMD will start if Windows XP is completely startedstarted and it will srarch all drivers from A to Z for the file "Auto Setup.cmd
This is the best i could do complicated but it works.
[EDIT]
Removed the old Attachment Version v.0
[/EDIT]
This post has been edited by Outbreaker: 26 May 2010 - 07:12 PM