Jump to content

DanielM

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Sweden

About DanielM

DanielM's Achievements

0

Reputation

  1. 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 off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installerar Applikationer" /f REG ADD %KEY%\005 /VE /D "Acrobat Reader 7" /f REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\AdbeRdr70_sve_full.exe /S /v/qn" /f REG ADD %KEY%\015 /VE /D "Borttagning av skadlig programvara" /f REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\Windows-KB890830-V1.8-SVE.exe /Q" /f REG ADD %KEY%\025 /VE /D "Ad-Aware personal" /f REG ADD %KEY%\025 /V 1 /D "%systemdrive%\install\aawsepersonal /S" /f REG ADD %KEY%\035 /VE /D "StarOffice 8" /f REG ADD %KEY%\035 /V 1 /D "%systemdrive%\install\StarOffice8\setup.exe /qn" /f REG ADD %KEY%\055 /VE /D "Rensar upp och startar om" /f REG ADD %KEY%\055 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f EXIT This 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
  2. Don't know if you solved this problem by now, but I just noticed that you have a dot too much. It should be [DiskConfig], not [Disk.Config]. Could this be the reason why you're having trouble? /Daniel - new to this stuff
×
×
  • Create New...