Help - Search - Members - Calendar
Full Version: Have problems with two programs
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
svortevik
Form my runoneex file I try to install winamp and msn messenger, but none of them is in place when my windows instalation is in place.

Can anyone take a look at my file and tell me whats wrong?

CODE
REG ADD %KEY%\024 /VE /D "MSN Messenger 7" /f
REG ADD %KEY%\024 /V 1 /D "%PP%MsnMsgs.msi IAGREE="Yes" ADDEXPLORERTOOLBAR="" SETSEARCHENGINE="" SETHOMEPAGE="" /QB" /f

REG ADD %KEY%\048 /VE /D "WinAmp 5.092" /f
REG ADD %KEY%\048 /V 1 /D "%PP%Winamp5092.msi XUser="Eirik Svortevik" XKey="US427-xxxxx-1E07C-xxxxx" /qn/qn" /f
REG ADD %KEY%\048 /V 2 /D "REGEDIT /S %PP%winamp.reg" /f

rundll32.exe iernonce.dll,RunOnceExProcess
Lost Soul
are you running this from a cdrom or from harddrive..

if so what is this %PP%

im not sure i know this one

i know
%CDROM% for cds
%systemdrive% for hard drive
svortevik
CODE
FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\win51ip.SP2 SET CDROM=%%i:

SET PP=%cdrom%\Install\


So I think the path is ok, it works with every other program.
Lost Soul
ok thats kool, that just through me off on the pp no worries

now for the winamp,, you have /qn twice it should just be once,

im not really sure about your messenger prob,,

but you should just use
http://www.msfn.org/board/index.php?showto...l=msn+messenger

its messenger 7 and plus in a silent rebuild

it may be better for you but i dunno
svortevik
QUOTE (Lost Soul @ Jun 20 2005, 01:22 PM)
but you should just use
http://www.msfn.org/board/index.php?showto...l=msn+messenger

its messenger 7 and plus  in a silent rebuild

it may be better for you but i dunno
*


Its wrong language, but thx anyway.
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.