I use WPI v7.2.0
here is my cmdlines.txt
CODE
[Commands]
"rundll32 advpack.dll,LaunchINFSection nLite.inf,U"
"regedit /s reg_performance.reg"
"regedit /s keys.reg"
"cleanup.cmd"
"rundll32 advpack.dll,LaunchINFSection RunWPI.inf,,1,N"
"rundll32 advpack.dll,LaunchINFSection nLite.inf,U"
"regedit /s reg_performance.reg"
"regedit /s keys.reg"
"cleanup.cmd"
"rundll32 advpack.dll,LaunchINFSection RunWPI.inf,,1,N"
and I use the "RunWPI.inf"
here;
CODE
;###################################################################
;#### The post install starter for WPI designed by: ricktendo64 ####
;#### Used for Windows 2000, XP and 2003... ####
;###################################################################
[Version]
Signature="$CHICAGO$"
[DefaultInstall]
AddReg=Run.AddReg
[Run.AddReg]
HKLM,"%RUN%","%WPI%",,"RunDll32 advpack.dll,LaunchINFSection ""%01%\%INF%"",Execute"
[Execute]
AddReg = OfficeFix
RunPreSetupCommands = Launch.WPI:1
DelReg = Run.DelReg
[officefix]
HKCU,"Software\Microsoft\Internet Explorer\Main","Disable Script Debugger",0x0,"no"
HKCU,"Software\Microsoft\Internet Explorer\Main","DisableScriptDebuggerIE",0x0,"no"
[Launch.WPI]
CMD /Q /C CD /D """%01%\..\WPI""" & START /WAIT /B WPI.hta
[Run.DelReg]
HKLM,"%RUN%","%WPI%"
[Strings]
RUN="SOFTWARE\Microsoft\Windows\CurrentVersion\RUN"
WPI="Windows Post Install"
INF="RunWPI.inf"
;#### The post install starter for WPI designed by: ricktendo64 ####
;#### Used for Windows 2000, XP and 2003... ####
;###################################################################
[Version]
Signature="$CHICAGO$"
[DefaultInstall]
AddReg=Run.AddReg
[Run.AddReg]
HKLM,"%RUN%","%WPI%",,"RunDll32 advpack.dll,LaunchINFSection ""%01%\%INF%"",Execute"
[Execute]
AddReg = OfficeFix
RunPreSetupCommands = Launch.WPI:1
DelReg = Run.DelReg
[officefix]
HKCU,"Software\Microsoft\Internet Explorer\Main","Disable Script Debugger",0x0,"no"
HKCU,"Software\Microsoft\Internet Explorer\Main","DisableScriptDebuggerIE",0x0,"no"
[Launch.WPI]
CMD /Q /C CD /D """%01%\..\WPI""" & START /WAIT /B WPI.hta
[Run.DelReg]
HKLM,"%RUN%","%WPI%"
[Strings]
RUN="SOFTWARE\Microsoft\Windows\CurrentVersion\RUN"
WPI="Windows Post Install"
INF="RunWPI.inf"
after desktop loaded, before WPI loading there is a prompt window appear and say "Advanced .inf install is completed, would you like to restart to new setting etc.." how can I be-aware this?
and another issue;
my programs are not sort of number..cause I add some of them after.for example I add a program and I gave it number 15, it should be last install in normally but installing firstly :S
