Jump to content

Last few integration issues


cmmcnamara

Recommended Posts


This is my cmdlines.txt

[Commands]

"rundll32 advpack.dll,LaunchINFSection nLite.inf,U"

"./RunOnceEx.cmd"

and this is my RunOnceEx.cmd

SetLocal enableextensions

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:\CD.TXT SET CDROM=%%i:

SET REGKEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %REGKEY% /V TITLE /D "Windows Setup" /f

REG ADD %REGKEY%\001 /VE /D "Updating" /f

REG ADD %REGKEY%\001 /V 1 /D "%CDROM%\UPDATES\kb892130wgav.exe /Q" /f

REG ADD %REGKEY%\001 /V 2 /D "%CDROM%\UPDATES\kb905474wgan.exe /passive /norestart" /f

REG ADD %REGKEY%\001 /V 3 /D "%CDROM%\UPDATES\kb940157search.exe /passive /norestart" /f

REG ADD %REGKEY%\001 /V 4 /D "%CDROM%\UPDATES\KB957938silverlight.exe /passive /norestart" /f

REG ADD %REGKEY%\001 /V 5 /D "%CDROM%\UPDATES\kb890830maltool.exe /passive /norestart" /f

REG ADD %REGKEY%\001 /V 6 /D "%CDROM%\UPDATES\kb956391killbitsactivex.exe /passive /norestart" /f

EndLocal

EXIT

I am beginning to wonder if it is my directory structure as well... is this the proper layout?

CD Root---->$OEM$---->$$, cmdlines.txt, RunOnceEx.cmd

Also one quick question from reading, what is the difference between GUIRunOnce and RunOnceEx?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...