Unattended install for many apps
August 22nd, 2013
i’ trying to make a unattended install for about 20 apps that i want to install them on as many as it get on different PCs i try “almeza multiset” to record the installation process and the configuration during the install and it works but it has a lot of bugs
i was wondering if there is another software can do it as easy as “almeza” no long script writing
thanks in advance
What OS?
7 or xp but usually 7 64x
Sorry..No idea about Windows 7..
Create a folder called: $OEM$
Then create a cmd file called RUNONCEEX.cmd and place it in the $OEM$ folder..
Here is a copy of 1 of my old cmd file:
cmdow @ /HID
@echo off
SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
REG ADD %KEY% /V TITLE /D "Installing Custom lio Applications" /f
REG ADD %KEY% /V FLAGS /D "dword:00000018" /f
REG ADD %KEY%\001 /VE /D "Registering ZoneAlarm Pro v5.5.094.000" /f
REG ADD %KEY%\001 /V 1 /D "%systemdrive%\Install\ZoneAlarm\zllictbl.exe" /f
REG ADD %KEY%\002 /VE /D "UltraISO.PE.v9.3.6.2750.Retail" /f
REG ADD %KEY%\002 /V 1 /D "%Systemdrive%\install\Ultraiso\UltraISO.exe /VERYSILENT /SP- /NORESTART" /f
REG ADD %KEY%\003 /VE /D "wrar390_Corp" /f
REG ADD %KEY%\003 /V 1 /D "%systemdrive%\Install\WinRAR\wrar390.exe /s /W" /f
REG ADD %KEY%\004 /VE /D "Notpad" /f
REG ADD %KEY%\004 /V 1 /D "REGEDIT /S %systemdrive%\Install\Notpad\Notpad.reg" /f
REG ADD %KEY%\004 /V 2 /D "%systemdrive%\Install\Notpad\Notpad.exe" /f
REG ADD %KEY%\005 /VE /D "ZoneAlarm Pro v5.5.094.000" /f
REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\ZoneAlarm\zapSetup.exe /s /noreboot" /f
REG ADD %KEY%\006 /VE /D "NET Framework 2.0" /f
REG ADD %KEY%\006 /V 1 /D "%systemdrive%\Install\NetFramework\dotnetfx.exe /q:a /c:"install.exe /qb!"
REG ADD %KEY%\007 /VE /D "Firefox 3.0.13" /f
REG ADD %KEY%\007 /V 1 /D "%systemdrive%\Install\Firefox\Firefox.exe -ms" /f
REG ADD %KEY%\008 /VE /D "Photoshop 8 CS" /f
REG ADD %KEY%\008 /V 1 /D "%systemdrive%\Install\Photoshop\setup.exe /s /sms" /f
REG ADD %KEY%\008 /V 2 /D "%systemdrive%\Install\Photoshop\crack.exe" /f
REG ADD %KEY%\009 /VE /D "PowerDesk.Pro.v6.0.3.4" /f
REG ADD %KEY%\009 /V 1 /D "%systemdrive%\Install\PowerDesk6\PowerDesk6.msi /QB PIDKEY=PDP6-ENE-1017077-RMCM" /f
REG ADD %KEY%\010 /VE /D "Cleaning Up and Rebooting" /f
REG ADD %KEY%\010 /V 1 /D "%systemdrive%\Install\cleanup.cmd" /f
EXIT
You can place the install files in: \$OEM$\$1\Install
oh and a cmdlines.txt:
[COMMANDS]
"RunOnceEx.cmd"
thanx i will try it on 7
and what you think about autoit v3 and is it the same app that hp ,Sony and Toshiba use in there laptops that comes with windows and pre-configure apps
No idea mate..I haven’t done this unattended stuff for years..I’m a bit rusty..
no problem , i will post any thing i found useful thanks