Jump to content

Darcwolf

Member
  • Posts

    6
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About Darcwolf

Darcwolf's Achievements

0

Reputation

  1. I tried that before and it didn't work, whenever I used that it kept telling me another instance of imgburn.exe was running So I went and renamed it and it worked fine. ooooooooooook, well at least it works. Any ideas for regcleaner and trixie?
  2. Im new to this and this was my first batch file I've made, I've managed to get nero. office and dvd shrink to work, imgburn, regcleaner and trixie I can't get to work, maybe I typed it in wrong, can anyone find anything wrong? ECHO. ECHO Installing Office 2003 ECHO Please wait... start /wait D:\setuppro.exe /QB ECHO. ECHO Installing Nero ECHO Please wait... start /wait c:\Nero6.exe /SILENT /NOREBOOT /SN=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /WRITE_SN ECHO. ECHO Insalling dvdshrink Echo Please wait... start /wait c:\dvdshrink.exe /SILENT ECHO. ECHO Installing ImgBurn ECHO Please wait... start /wait c:\imgburn.exe /silent ECHO. ECHO Installng regclnr ECHO Please wait... start /wait c:\regclnr.exe /SP- echo. ECHO. ECHO Installing Trixie ECHO Please wait... start /wait c:\trixie.exe /silent ECHO. ECHO Restarting the PC in 1 minute... shutdown.exe -r -f -t 60 -c "Windows XP will now restart in 1 minute, this will give enough time for the shortcuts to update and for the shell to fully load before its ready to restart!" ECHO. ECHO Deleting Temp Installation Files... RD /S /Q %systemdrive%\Drivers RD /S /Q %systemdrive%\install EXIT Doesn anyone know the correct switch for regcleaner and imgburn, trixie I actually get a error saying it can't find the file, I've double checked the location and it still doens't see it, could this be because trixie is a plugin?
  3. Thank you, I think I have actually figured it out now, I'm gonna give it a try and if it doesn't work, well I will be back here. Thanks again.
  4. Kind of, excuse me of my ignorance. So I have to have a batch file and a cmdlines.txt file? What exactly does the cmdlines file do, I thought the batch file pointed windows to all the programs to install. I wish there was a more clear cut explaination for programming idiots like me OK, learned more, so the cmdlines file goes in the $oem$ folder, which I create correct? I think I got the batch file handled for now. I just don't understand how to make the cmdlines.txt file [COMMANDS] -------------------------whats that?? "regedit /s blahblah.reg" -------------huh? "install\setup.bat"----------------------ok, I get that, thats my batch file right?
  5. ok, since no one is replying I have done some more searching, and I "think" my problem is I just don't know how to save the batch file properly, what should it be saved as(cmd,inf, etc) and were do I save it to?
  6. I just came across nLite yesterday and was able to integrate a few programs like ad aware, java, microsoft antispyware and a few other things into my windows installation. I've gotton to the point though were I would like to have nero, office and a few other programs installed with windows, and Im clueless on how to do it. I have followed the scetchy steps and just don't get it. I have used these 3 pages, the first is this one http://unattended.msfn.org/intermediate/me...ch_commands.htm first off this $oem$ folder does not exist, so I created it. Next I did this... For cmdlines.txt, it should be placed in the \$OEM$ folder, and does not need to be specified anywhere else to state its existence. Windows Setup automatically scans for a cmdlines.txt file. All batch files launched by cmdlines.txt should be put into the same folder. ok during setup windows did not recognize these things, it just put them in a folder after windows was installed. I even wrote this cmdline with a little help from the site ECHO. ECHO Installing Office 2003 ECHO Please wait... start /wait %systemdrive%\install\Applications\Office2003\setuppro.exe /QB ECHO. ECHO Installing Nero ECHO Please wait... start /wait %systemdrive%\install\Applications\Nero6.exe /SILENT /NOREBOOT /SN=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /WRITE_SN ECHO. ECHO Restarting the PC in 1 minute... shutdown.exe -r -f -t 60 -c "Windows XP will now restart in 1 minute, this will give enough time for the shortcuts to update and for the shell to fully load before its ready to restart!" ECHO. ECHO Deleting Temp Installation Files... RD /S /Q %systemdrive%\Drivers RD /S /Q %systemdrive%\install EXIT Of course there is a serial in place of the x's in the nero key, and the office version I have I don't have to enter in my cd key Of course there is more, but I will leave that for now, what am I doing wrong?
×
×
  • Create New...