dkreifus Posted June 30, 2004 Posted June 30, 2004 I have my 3 CD installation, but I have encountered a few problems. Any solutions would be great. Thanks in advance1.ECHO.ECHO Installing AIM 5.2ECHO Please wait...start /wait %systemdrive%\install\Applications\AIM\Install_AIM.exe /sREGEDIT /S aim.regThe aim registry didn't load.2.ECHO.ECHO Configuring Office 2003 SettingsECHO Please wait...start /wait %systemdrive%\install2\Applications\OfficeSettings\proflwiz.exe /r "%systemdrive%\install2\Applications\OfficeSettings\Settings.OPS" [/d]It creates a list of switches to pop up..3.ECHO.ECHO Installing Norton System Works 2003ECHO Please wait...start /wait %systemdrive%\install3\Applications\NSW2K3\setup.exe /qn /norestartNorton doesn't start. it did with one installation, but never again.4.ECHO.ECHO Installing LeechFTP and shortcutECHO Please wait...md "%systemdrive%\Program Files\Leechftp"Copy /y "%systemdrive%\install3\Applications\Leechftp\*.*" "%systemdrive%\Program Files\Leechftp\" Shortcut.exe /f:"%ALLUSERSPROFILE%\Start Menu\Programs\Leechftp.lnk" /A:C /T:"%systemdrive%\Program Files\Leechftp\Leechftp.exe"REGEDIT /S leechftp.regShortcut.exe didn't work. It is located in the install folder with applications.cmd file5.ECHO.ECHO Installing iTunes 4.6ECHO Please wait...start /wait %systemdrive%\install3\Applications\itunes\iTunesSetup.exe /S /v /qnError code =-3
GreenMachine Posted June 30, 2004 Posted June 30, 2004 Hmmm ... You've been here long enough to know some debugging ...1) The .REG file was not found. Provide the full / correct path.2) That would be the first program I've ever seen with [/d]. I suspect it should be /d, or you will get a list of CORRECT switches...3) Beats me: I am not familar with the program.4) SHORTCUT.EXE was not found. Again, full / correct path.5) Beats me: I am not familar with the program.Put a PAUSE command at the end of the file, and LOOK AT THE ERRORS!
dkreifus Posted June 30, 2004 Author Posted June 30, 2004 how would you put a correct path entry for a reg file in a cmd file?
GreenMachine Posted June 30, 2004 Posted June 30, 2004 By knowing where you are, and where the file is located.Put a PAUSE command at the end of the file, and LOOK AT THE ERRORS!
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