1) I want to use the RunOnceEx window. So I understand a big part of the things but i'm not sure that i'm on the rght way
cmdow @ /HID @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%\001 /VE /D "Preparing Installation..." /f REG ADD %KEY%\001 /V 1 /D "%systemdrive%\Program Files\prepare.cmd" /f REG ADD %KEY%\005 /VE /D "WinRar 3.3" /f REG ADD %KEY%\005 /V 1 /D "%systemdrive%\Program Files\WinRar\wrar330.exe /s EXIT
I should put the installation exe in C:\XPCD\$OEM$\$1\Program Files\WinRar\ right?
2) How to add a key to registry. I know that with start.cmd should look like this one
REGEDIT /S %systemdrive%\install\Applications\flashget\register.reg
and in RunOnceEx.cmd should be like that one?
REG ADD %KEY%\015 /V 2 /D "REGEDIT /S %systemdrive%\install\Applications\flashget\register.reg" /f
3) So my computer is with xp Bulgarian edition with i386 directory on hard disk (no Xp bulgarian edition cd



Help
Back to top









