1st of all thanks for all the hard work that has been put into building the guide and all the help that everyone seems to be on the boards
now to my problem...
i have been following the guide for building an unattended disk, and on the most part its going ok.. then i got to the runonceex.cmd and things started to go wrong
my script installs avg and firefox with no problem but doesnt manage to do thunderbird or adobe
heres my script anyone got any ideas?
thanks
Quote
cmdow @ /HID
@Echo Off
SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
REG ADD %KEY% /V TITLE /D "Im working on it...sorry" /f
REG ADD %KEY%\005 /VE /D "adobe reader" /f
REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\adobe\Adobe Reader 7.0.5.msi -ms" /f
REG ADD %KEY%\015 /VE /D "AVG" /f
REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\avg71free_371a669.exe /HIDE /DONT_START_APPS /NO_WELCOME /NO_AVGW_STARTUP /QUIT_IF_INSTALLED" /f
REG ADD %KEY%\025 /VE /D "Firefox" /f
REG ADD %KEY%\025 /V 1 /D "%systemdrive%\install\firefox.exe -ms" /f
REG ADD %KEY%\035 /VE /D "Thunderbird" /f
REG ADD %KEY%\035 /V 1 /D "%systemdrive%\install\Thunderbird.exe -ms" /f
EXIT
@Echo Off
SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
REG ADD %KEY% /V TITLE /D "Im working on it...sorry" /f
REG ADD %KEY%\005 /VE /D "adobe reader" /f
REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\adobe\Adobe Reader 7.0.5.msi -ms" /f
REG ADD %KEY%\015 /VE /D "AVG" /f
REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\avg71free_371a669.exe /HIDE /DONT_START_APPS /NO_WELCOME /NO_AVGW_STARTUP /QUIT_IF_INSTALLED" /f
REG ADD %KEY%\025 /VE /D "Firefox" /f
REG ADD %KEY%\025 /V 1 /D "%systemdrive%\install\firefox.exe -ms" /f
REG ADD %KEY%\035 /VE /D "Thunderbird" /f
REG ADD %KEY%\035 /V 1 /D "%systemdrive%\install\Thunderbird.exe -ms" /f
EXIT



Help
Back to top









