Help - Search - Members - Calendar
Full Version: Not All Aplications is installed ..
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
Svend Rugaard
Hello!

I would like some help here after last night i would redo my Unattended version of my DVD with Windows, and use probaly 3-4 hours to download updated versions of files, spywareblaster, msn and etc.

And i added also Nforce Chipset drivers and ATI newest Update for my Radeon card.

The following programs Doesnt install or does not do it correct, so i would like som help with commands to get this to work.

- Spywareblaster 3.34 (Says it cant be installed silence)

- MS Antispyware (The Command for Taskkill is Wrong but it is installed so i probaly guess the command for Taskkill is not doing any affect)

- **** NFO Reader (Doesnt install silence , i must press next and so like i normal would install it)

- Nforce Chipset (a** i can se in System Properties no IDE/SATA/SM BusControl and etc isnt install, that make me think it isnt installed)

- Radeon ATI Driver (Isnt installed, not ATI control Panel in System Tray and no ATI Controller Advance Properties in Display Properties)

- NetFramework (Dont install, i have even make a NET Framework with SP 1 Slipsstreamed)

- GMail Notifier (Dont get installed at all, no message what so ever)

- GMail Toolbar (Dont get installed at all, no message what so ever)

Here is my my RunOnceEx.cmd

Look at entry 007, 008, 010, 011, 012 ,014, 050

CODE
cmdow @ /HID
@Echo Off

rem PP=%SystemDrive%\install\programmer\

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

REG ADD %KEY% /V TITLE /D "Installere Programmer - Svends Unanttended XP 1.2" /f

REG ADD %KEY%\001 /VE /D "MSN Messenger 7.0 + MsgPlus + Tools til fjernelse af ragelse"
REG ADD %KEY%\001 /V 1 /D "%SystemDrive%\Install\Programmer\MSN_7.0_beta\MsnMsgs.msi /QB

REG ADD %KEY%\002 /VE /D "Windows Media Player 10" /f
REG ADD %KEY%\002 /V 1 /D "%systemDrive%\install\programmer\WMP10\MP10Setup.exe /q:A /c:\"setup_wm.exe /Q /R:N /DisallowSystemRestore\"" /f

REG ADD %KEY%\003 /VE /D "Flash FXP 3.02"
REG ADD %KEY%\003 /V 1 /D "%systemDrive%\install\programmer\Flash_fxp\FlashFXP_30_Setup.exe /VERYSILENT /SP- /NORESTART" /f"

REG ADD %KEY%\004 /VE /D "Soulseek 1.55"
REG ADD %KEY%\004 /V 1 /D "%systemdrive%\install\programmer\SoulSeek\slsk155.exe /S

REG ADD %KEY%\005 /VE /D "Skype 1.0 - DK"
REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\programmer\Skype\SkypeSetup.exe" /SILENT /SP-

REG ADD %KEY%\006 /VE /D "DU Meter 3.05"
REG ADD %KEY%\006 /V 1 /D "%systemdrive%\install\programmer\DU_Meter\DUMeter-Install.exe /VERYSILENT /SP-
REG ADD %KEY%\006 /V 2 /D "REGEDIT /S %systemdrive%\install\Reg_Programmer\dumeter.reg" /f

REG ADD %KEY%\007 /VE /D "Spywareblaster 3.4"
REG ADD %KEY%\007 /V 1 /D "%systemdrive%\install\programmer\Anti_Spyware\spywareblastersetup34.exe /SILENT /NOCANCEL /SP- /NORESTART

REG ADD %KEY%\008 /VE /D "Microsoft AntiSpyware" /f
REG ADD %KEY%\008 /V 1 /D "%systemdrive%\install\programmer\Anti_Spyware\msantispyware.exe /S /v/qn" /f
REG ADD %KEY%\008 /V 2 /D "%systemdrive%\Progra~1\Micros~1\gcasDtServ.exe /regserver" /f

REG ADD %KEY%\009 /VE /D "Adobe Acrobat 7.01"
REG ADD %KEY%\009 /V 1 /D "%systemdrive%\Install\programmer\Acrobat\acroread701.exe"

REG ADD %KEY%\010 /VE /D "**** Nfo Viewer 2.10"
REG ADD %KEY%\010 /V 1 /D "%systemdrive%\Install\programmer\NfoReader\DAMNNFO.exe /s

REG ADD %KEY%\011 /VE /D "Google Toolbar"
REG ADD %KEY%\011 /V 1/D "%systemdrive%\Install\programmer\google\GoogleToolbarInstaller.exe /s /qn

REG ADD %KEY%\012 /VE /D "Google Gmail Notifier"
REG ADD %KEY%\012 /V 1/D "%systemdrive%\install\gmailnotifier\GmailInstaller.exe /S
REG ADD %KEY%\012 /V 2/DTASKKILL /F /IM gnotify.exe

rem PP=%SystemDrive%\install\drivers\

REG ADD %KEY%\013 /VE /D "Radeon Driver 5.9"
REG ADD %KEY%\013 /V 1/D "%systemdrive%\Install\programmer\drivers\ati\setup.exe /K

REG ADD %KEY%\014 /VE /D "NForce 5.10"
REG ADD %KEY%\014 /V 1/D "%systemdrive%\Install\programmer\drivers\nforce\setup.iss

rem PP=%SystemDrive%\install\software\

REG ADD %KEY%\020 /VE /D "Office 2003 DK - SP 1 integreret"
REG ADD %KEY%\020 /V 1 /D "%systemDrive%\install\software\Office2003\PRO11.msi /QB"

REG ADD %KEY%\030 /VE /D "Symantec Antivirus 9.0"
REG ADD %KEY%\030 /V 1 /D "%systemDrive%\install\software\SAV\Symantec_AntiVirus.msi /qn"

REG ADD %KEY%\050 /VE /D ".NET Framework 1.1 + SP 1- DK"
REG ADD %KEY%\050 /V 1 /D "%systemDrive%\install\software\net_framework\netfx.exe /qb

REG ADD %KEY%\102 /VE /D "Alcohol 120 % - Version 1.9.2"
REG ADD %KEY%\102 /V 1 /D "%systemdrive%\install\programmer\Alcohol_Soft_120\setup.exe /qb /norestart

rem PP=%SystemDrive%\install\Reg_Programmer\

REG ADD %KEY%\120 /VE /D "Registrer mIRC" /f
REG ADD %KEY%\120 /V 1 /D "REGEDIT /S %systemdrive%\install\Reg_Programmer\mirc.reg" /f

REG ADD %KEY%\121 /VE /D "Registrere Alcohol 120 %"
REG ADD %KEY%\121 /V 1 /D "REGEDIT /S %systemdrive%\install\Reg_Programmer\alcohol.reg" /f

REG ADD %KEY%\150 /VE /D "Fjerner Midlertidige Filer og Genstarter" /f
REG ADD %KEY%\150 /V 1 /D "%SYSTEMDRIVE%\Install\oprydning.cmd" /f
EXIT
r0sWell
for Framework :

i use .NET Framework 1.1 SP1 at the beginning (1st place) of my RunOnceEx.cmd :
CODE
REG ADD %KEY%\002 /VE /D "Microsoft .Net Framework 1.1 SP1" /f
REG ADD %KEY%\002 /V 1 /D "%systemdrive%\Softwares\dotnetfx\netfx.msi /qn" /f
REG ADD %KEY%\002 /V 2 /D "%systemdrive%\Softwares\dotnetfx_sp1\netfx_sp1.exe /Q" /f



PS: i removed Framework from my WinXP source CD using nLite.

works perfectly well smile.gif






for chipset :

i can recommand you the BTS Driverpack
excellent smile.gif






good luck
Svend Rugaard
QUOTE (r0sWell @ Jun 11 2005, 05:24 AM)
for Framework :

i use .NET Framework 1.1 SP1 at the beginning (1st place) of my RunOnceEx.cmd :
CODE
REG ADD %KEY%\002 /VE /D "Microsoft .Net Framework 1.1 SP1" /f
REG ADD %KEY%\002 /V 1 /D "%systemdrive%\Softwares\dotnetfx\netfx.msi /qn" /f
REG ADD %KEY%\002 /V 2 /D "%systemdrive%\Softwares\dotnetfx_sp1\netfx_sp1.exe /Q" /f



PS: i removed Framework from my WinXP source CD using nLite.

works perfectly well smile.gif



for chipset :

i can recommand you the BTS Driverpack
excellent smile.gif



good luck
*



I have tried BTS Driverpack , but it doenst install the ATI control Panel with advance features - About the Framework, i need it for some programs i use, but your Framework is the one with 1.1 and SP 1 mine is slipstreamed , i tried the slipstreams option becaues the 1.1 + SP 1 installation didnt work.

But i will try that .. is the Commands right thought ?
DLF
Download RyanVM's switchless installer for .NET Framework - no switches required - SP1 and latest Hotfix 886903 already integrated.
RyanVM Download page

Also your code is incomplete for many apps - you have missed off
CODE
" /f
on the end of many items e.g. 004.005.007.009.010.011.012.013.014.020.030.050.102. etc

Standardize all the entries so they take the same format as your 002 and 008.

REG ADD %KEY%\004 /VE /D "Soulseek 1.55" /f
REG ADD %KEY%\004 /V 1 /D "%systemdrive%\install\programmer\SoulSeek\slsk155.exe /S" /f
Marthax
About your installation problems of some programs. It's hard to help if you don't know what installing package the programs is using, meaning that it would be a lot more easier if you posted the name of the installation package of each program that you have problem installing. That way I'm pretty sure someone we'll be able to help you with the rest of your progs. smile.gif
Dumpy Dooby
For **** NFO Viewer, you got it all wrong...

Extract exe (or maybe you go to install and then check your temp dir - don't remember).

Anyway, get the MSI file and it's..

CODE
****.msi /passive /norestart



edit: Here's the MSI. I'm going to take this down in a day or so.
http://www.gooffense.com/****.msi
DLF
1]Best to see what switches other folk use for same app's as you first.
2]Then double check all your syntax for silly mistakes. " /f etc
3]Burn to a RW
4]Do a test install
5]Post any failures back here along with your new RunOnceEx.cmd for investigation.
svortevik
QUOTE (DLF @ Jun 13 2005, 09:07 AM)
2]Then double check all your syntax for silly mistakes. " /f etc


What does the "/f do?
Dumpy Dooby
Force overwrite.

If the string already exists, it'll be replaced. newwink.gif

And yeah, as he said, " /f is missing in a lot of places there.
svortevik
Do I have to use the /f? Even if I Install from cdrom and not from systemdrive?
Yzöwl
It doesn't matter where you install it from, the /f switch basically allows you to overwrite an existing registry entry without prompting you for confirmation.




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.