Jump to content

Recommended Posts

Posted

I have my 3 CD installation, but I have encountered a few problems. Any solutions would be great.

Thanks in advance

1.

ECHO.
ECHO Installing AIM 5.2
ECHO Please wait...
start /wait %systemdrive%\install\Applications\AIM\Install_AIM.exe /s
REGEDIT /S aim.reg

The aim registry didn't load.

2.

ECHO.
ECHO Configuring Office 2003 Settings
ECHO 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 2003
ECHO Please wait...
start /wait %systemdrive%\install3\Applications\NSW2K3\setup.exe /qn /norestart

Norton doesn't start. it did with one installation, but never again.

4.

ECHO.
ECHO Installing LeechFTP and shortcut
ECHO 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.reg

Shortcut.exe didn't work. It is located in the install folder with applications.cmd file

5.

ECHO.
ECHO Installing iTunes 4.6
ECHO Please wait...
start /wait %systemdrive%\install3\Applications\itunes\iTunesSetup.exe /S /v /qn

Error code =-3


Posted

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!

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...