Jump to content

New to this, need some help...Thanks!


Recommended Posts

Hello everyone, I'm new to this website and I have went through the guide in the hope to make a DVD that includes win XP, Office, and some little app such as msn 7.5 and WMP 10. I have compiled my first attempt and installed it on virtual PC. However, all my application were not installed. All the installation files were copied to an "install" folder under my C drive without any actual software installed. Also, because my win xp is the TPC version, after the install it showed in properties that my windows is indeed TPC 2005 with SP2, but every single TPC functions were not there...does this have something to do with the fact that I used nlite to compile a "professional version" because of the lack of a TPC version? One more note, my XP is in Traditional Chinese. Here's the CMDlines I have:

[Commands]

"rundll32 advpack.dll,LaunchINFSection nLite.inf,nLiteReg"

ECHO.

ECHO Installing Office 2003

ECHO Please wait...

start /wait %systemdrive%\install\Applications\Office\setup.exe TRANSFORMS=Unattended.MST /qb-

ECHO.

ECHO Installing One Note 2003

ECHO Please wait...

start /wait %systemdrive%\install\Applications\Office\ONOTE11.MSI /qb-

ECHO.

ECHO Installing Windows Media Player 10

ECHO Please wait...

start /wait %systemdrive%\install\MP10Setup.exe /q:A /c:"setup_wm.exe /Q /R:N /DisallowSystemRestore"

ECHO.

ECHO Installing Windows Messenger 7.5

ECHO Please wait...

start /wait %systemdrive%\install\Install_MSN_Messenger.EXE /qb

ECHO.

ECHO Installing WinRAR 3.51

ECHO Please wait...

start /wait %systemdrive%\install\Applications\wrar351.exe /s

ECHO.

ECHO Registering Nero Burning ROM...

REGEDIT /S %systemdrive%\install\Applications\Nero\register.reg

ECHO.

ECHO Installing Nero Burning ROM v6.6.0.6

ECHO Please wait...

start /wait %systemdrive%\install\Applications\Nero\Nero6606.exe /silent /noreboot

ECHO.

ECHO Installing Fire Fox 1.5.0.1

ECHO Please wait...

start /wait %systemdrive%\install\Applications\firefox1501.exe

Thank you very much for your help.

Link to comment
Share on other sites


You can NOT have normal command line commands in the CMDLINES.TXT file.

If you followed the Unattended guide, it tells you to create a seperate CMD file and then to CALL the CMD file from CMDLINES.TXT or GUIRUNONCE

Link to comment
Share on other sites

You can NOT have normal command line commands in the CMDLINES.TXT file.

If you followed the Unattended guide, it tells you to create a seperate CMD file and then to CALL the CMD file from CMDLINES.TXT or GUIRUNONCE

Thank you so much. Do you know what is wrong with my TPC files then? Thanks again for answering my questions.

Sorry, how do I call the .cmd file from cmdline.txt? Thanks.

Edited by josephliyen
Link to comment
Share on other sites

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...