Jump to content

Error...help


mr4

Recommended Posts

I have a problem: when i'm installing the OS an error has occured: cannot find C:\Install\ to install the application. Why? When i install the Unattended XP CD, at the logon part i receive this kind of error. What is the problem? My batch files, i think, are ok. Please help me. :(

Link to comment
Share on other sites


Here is the batch file:

@ECHO off
title Installing applications...

ECHO.
ECHO Installing Adobe Reader 6
ECHO Please wait...
start /wait %systemdrive%\install\Applications\AdobeReader6\AdbeRdr60_enu_full.exe -p"-s /v\"/qn\""

ECHO.
ECHO Installing Flashget 1.6
ECHO Please wait...
start /wait %systemdrive%\install\Applications\flashget\fgf160.exe /S

ECHO.
ECHO Registering Flashget 1.6...
REGEDIT /S %systemdrive%\install\Applications\flashget\register.reg

ECHO.
ECHO Installing WinRAR 3.30
ECHO Please wait...
start /wait %systemdrive%\install\Applications\WinRAR\wrar330.exe /s

ECHO.
ECHO Installing Diskeeper 8.0
ECHO Please wait...
start /wait %systemdrive%\install\Applications\diskeeper8\Setup.exe /s /v/qn

ECHO.
ECHO Updating Diskeeper 8.0
ECHO Please wait...
start /wait %systemdrive%\install\Applications\diskeeper8\DKProfessionalUpdate.exe /s /v/qn

Batch file is located in D:\XPCD\&OEM&\&1\Install on my hard drive. I have make an ISO and i ran it from VMware to test the OS.

My XPCD:

D:\XPCD\&OEM&

-cmpnents

-DOCS

-I386

-SUPPORT

-VALUEADD

-rest of OS file

I place the batch file in D:\XPCD\&OEM&\$1\Install\ and the cmdlines.txt in D:\XPCD\&OEM&\.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.


×
×
  • Create New...