August 24, 200917 yr hello all!Please help me because I revised all of the forum already but I was not able to solve it.$oem$ \$$\setup\scripts\SetupComplet.cmdhis content:echo off /HIDcd /d %~dp0regedit /s %systemroot%\setup\scripts\ati.regregedit /s %systemroot%\setup\scripts\tweak.regregedit /s %systemroot%\setup\scripts\oembg.regcopy "%cdrom%\$oem$\$$\firmconv.dll" "%WINDIR%\system32\shellext\firmconv.dll"copy "%cdrom%\$oem$\$$\shellext.dll" "%WINDIR%\system32\shellext\shellext.dll"FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\sources\install.wim SET CDROM=%%i:Start/wait %CDROM%\Software\7z.exe /S /v /q /VerySilentStart/wait %CDROM%\Software\cc222.exe /SStart/wait %CDROM%\Software\imgburn.exe /S /v /q /VerySilentStart/wait %CDROM%\Software\klite.exe /S /v /q /VerySilentStart/wait %CDROM%\Software\Notepad.exe /S /v /q /VerySilentStart/wait %CDROM%\Software\unlocker.exe /SStart/wait %CDROM%\Software\winrar.exe /sEXITBut if in this these vanna what starts it then the wpi.hta file?Ahead thanks betax(sorry translator)
August 25, 200916 yr AFAIK setupcomplete.cmd works only on Vista and the file is called after the first logon.To collect some informations you can add the following lines to you script:ECHO %DATE%, %TIME% >"%SystemDrive%\test.log"SET >>"%SystemDrive%\test.log"Al Edited August 25, 200916 yr by AlBundy33
August 25, 200916 yr On my unattended-XP-CD I'm using the attached structure to start my scripts and WPI.--> With this there is no need to copy files on hdd - you can run your scripts directly from CD - don't know if it also works on Vista.Al_OEM_.zip Edited August 25, 200916 yr by AlBundy33
Create an account or sign in to comment