Azgard Posted June 17, 2005 Posted June 17, 2005 (edited) Hi everyone,I've been working all day on my unattended XP install, this is my first try. And I think I've got most of the stuff working fine just have a few problems with applications that won't install from my RunOnceEx.cmd file.Here is the application entries for the programs that won't install in RunOnce.REG ADD %KEY%\001 /VE /D "Adobe Reader 7.02" /fREG ADD %KEY%\001 /V 1 /D "%systemdrive%\Install\acroread702.exe /fREG ADD %KEY%\002 /VE /D "Adobe Photoshop 7" /fREG ADD %KEY%\002 /V 1 /D "%systemdrive%\Install\Photoshop7\Setup.exe /fREG ADD %KEY%\008 /VE /D "Java Runtime Environment 5.03" /fREG ADD %KEY%\008 /V 1 /D "%systemdrive%\Install\jre503.exe /fREG ADD %KEY%\012 /VE /D ".NET Framework 1.1 + SP" /fREG ADD %KEY%\012 /V 1 /D "%systemdrive%\Install\netfxsp1.exe /fFor Photoshop my Abcpy.ini file is as follows:;***************************************************************;OEM Installation Options;***************************************************************[OEM Install]DisplayWelcomeDlg=NODisplayEULA=NODisplayXPDialog=NODisplayTypeOfInstallDlg=NODisplaySelectDestDirDlg=NODisplayCustomDlg=NODisplayUserInfoDlg=NODisplayConfirmRegDlg=NODisplayStartCopyDlg=NODisplayFinishDlg=NODisplayFinalMessage=NODisplayRebootDlg=NOProgGroupName=DefaultDestDir=C:\Program Files\Adobe\PhotoshopUserName=AzgardUserCompanyName=HomeUserSerialNumber=xxxxxxxxxDisplayBackGround=NODisplayProgressBar=NOProgressBarStart=NOProgressBarEnd=NOAny ideas here guys? I've been battling with this fixing problems the whole and wanna get it finished for today.Thanks Edited June 17, 2005 by Azgard
timos5555 Posted June 17, 2005 Posted June 17, 2005 Place quotation marks after the .exe part of each line. That might help ya.
DLF Posted June 17, 2005 Posted June 17, 2005 REG ADD %KEY%\008 /V 1 /D "%systemdrive%\Install\jre503.exe /fLook at the end of your syntanx. Where's the quotation mark?
Azgard Posted June 17, 2005 Author Posted June 17, 2005 Thanks I'll fix that and then see if it works. All my other entries are the same though and had no problems.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now