October 7, 200520 yr Hi.I'm quite new to this unattended stuff. I'm trying to get SO8 to install silently together with Windows using RunOnceEx. I've got the following file:cmdow @ /HID@echo offSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Installerar Applikationer" /fREG ADD %KEY%\005 /VE /D "Acrobat Reader 7" /fREG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\AdbeRdr70_sve_full.exe /S /v/qn" /fREG ADD %KEY%\015 /VE /D "Borttagning av skadlig programvara" /fREG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\Windows-KB890830-V1.8-SVE.exe /Q" /fREG ADD %KEY%\025 /VE /D "Ad-Aware personal" /fREG ADD %KEY%\025 /V 1 /D "%systemdrive%\install\aawsepersonal /S" /fREG ADD %KEY%\035 /VE /D "StarOffice 8" /fREG ADD %KEY%\035 /V 1 /D "%systemdrive%\install\StarOffice8\setup.exe /qn" /fREG ADD %KEY%\055 /VE /D "Rensar upp och startar om" /fREG ADD %KEY%\055 /V 1 /D "%systemdrive%\install\cleanup.cmd" /fEXITThis works nice for the other programs on the list, but SO installation seems to do nothing at all. I've tried installing it manually using the same parameters from the shell and it works without a problem. Anyone can see what I'm doing wrong here?/Daniel
Create an account or sign in to comment