Jump to content

Recommended Posts

Posted

this is my RunOnceEx.cmd content:-

mdow @ /HID

@echo off

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Applications" /f

REG ADD %KEY%\005 /VE /D "WinRar" /f

REG ADD %KEY%\005 /V 1 /D "%systemdrive%\apps\winrar\winrar.exe /s" /f

REG ADD %KEY%\015 /VE /D "Daemon Tools" /f

REG ADD %KEY%\015 /V 1 /D "%systemdrive%\apps\DaemonTools\daemon.exe" /f

REG ADD %KEY%\015 /V 2 /D "%systemdrive%\apps\DaemonTools\sptd.exe add /q" /f

REG ADD %KEY%\020 /VE /D "Msn Live Messenger 8" /f

REG ADD %KEY%\020 /V 1 /D "%systemdrive%\apps\msn\msn.exe" /f

REG ADD %KEY%\025 /VE /D "DotNet Framework 2" /f

REG ADD %KEY%\025 /V 1 /D "%systemdrive%\apps\dotnet\dotnetfx.exe /q:a /c:\"install /l /q\"" /f

REG ADD %KEY%\030 /VE /D "yahoo messenger" /f

REG ADD %KEY%\030 /V 1 /D "%systemdrive%\apps\yahoo\ayahoo.exe" /f

REG ADD %KEY%\035 /VE /D "Winamp" /f

REG ADD %KEY%\035 /V 1 /D "%systemdrive%\apps\winamp\awinamp.exe" /f

REG ADD %KEY%\040 /VE /D "Adobe Flash 9" /f

REG ADD %KEY%\040 /V 1 /D "%systemdrive%\apps\flash\flash.exe /s" /f

REG ADD %kEY%\045 /VE /D "directx March2008" /f

REG ADD %KEY%\045 /V 1 /D "%systemdrive%\apps\dx\dx_r_march2008.exe" /f

REG ADD %KEY%\050 /VE /D "Java Virtual Machine" /f

REG ADD %KEY%\050 /V 1 /D "%systemdrive%\apps\java\javatrig.exe /q" /f

REG ADD %KEY%\055 /VE /D "K-lite Codec " /f

REG ADD %KEY%\055 /V 1 /D "%systemdrive%\apps\codec\klmcp.cmd" /f

REG ADD %KEY%\060 /VE /D "Real player 11"

REG ADD %KEY%\060 /V 1 /D "%systemdrive%\apps\real\real.exe -s" /f

REG ADD %KEY%\065 /VE /D "Symantec AV Corp 10.1.5" /f

REG ADD %KEY%\065 /V 1 /D "%systemdrive%\apps\sav\sa.msi /quiet /passive /qn /norestart REBOOT=ReallySuppress" /f

REG ADD %KEY%\070 /VE /D "Cleaning Up and Rebooting" /f

REG ADD %KEY%\070 /V 1 /D "%systemdrive%\apps\cleanup.cmd" /f

EXIT

=====

everything is installed but windows live messenger and k-lite codecs , can u help me?


Posted

i make folder on c:\apps\codec and c:\apps\msn andi copy files to it , i execute the command and everything works fine, when i make unattended installation there is hard disk activity but i find nothing when windows starts.

Posted

What happens when you type this in the command prompt?

C:\apps\yahoo\ayahoo.exe /f

If nothing happens type C:\apps\yahoo\ayahoo.exe /? and see what switches are given.

Also, there is an "a" infront of yahoo.exe is that correct? I have never installed yahoo so dont know what the exact name is for the exe.

Posted

ayahoo.exe is a file i have made with a tool which would install yahoo silently and it works great when i call it from the command line

Posted

i don't have a problem with yahoo

my problem with " msn and k-lite codecs"

i execute the commands at t-12 , msn was used to be installed at that time.. anyway do you think they need they system to make the first logon?

Posted (edited)

You can try putting them in a bat file. Without using the tool or having the exe to play with I guess I can’t help much. But if you say it installs from the command line then this is the same thing. This is how I would do it with a bat files.

Start.bat

@echo off

SET KEY1="HKLM\SOFTWARE\Microsoft\Windows\Currentversion\RunOnce"

REG ADD %KEY1% /f /v "INSTALL" /d "C:\apps\msn\Install.bat"

Shutdown –r –t 3

Install.bat

@echo off

C:\apps\msn\msn.exe

I know this is off topic but have you ever used Trillian?

Edited by Smiley357
Posted

i removed msn silent switches and installed windows on virtual machine, i got a msg " virtual memory minimum too low" then i get " can't write in registry key " wd0200" can't remember the exact name, i searched the form , that error related to dotnet unattended installation.. i think i have to shift the dotnet installation down.

====

no i haven't heard of that.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...