Jump to content

OGreenOLeaf

Member
  • Posts

    19
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by OGreenOLeaf

  1. thanks everyone, now i understand
  2. My question is why why an ISP says its dload is 3mb/512kb... i still only upload at 30kb, just doest make since to me
  3. If you use Nvidia drivers. if you create it into a sfx file... i got it compressed down to 16 megs, if you all need more space
  4. I thought he showed them on there in his orignal post.. guess ill take them off
  5. i just logged off my user name and logged onto administraor and it s tarted to install all the programs. but it now wont le tme access them from "william"
  6. Just tested it out and after install of XP, it asks me to logon to either admin or william. i click on william and it goes in and asks for a password for administrator rights. which i never set one so nothen happened, so i manually went to C:install, and it wouldnt install anything because it said i didnt have proper p rivilages, heres my files i added [COMMANDS] ".\INSTALLS.CMD" @ECHO OFF net user "William" /add>nul net localgroup administrators "William" /add>nul what did I do wrong?
  7. Ive been reading through this topic, and i have cmdlines.txt file and the INSTALLS.cmd file in my $OEM$ dir...... but what do i have to put in the winnt.sif file to get it to run the user name thing?
  8. make sure oempreinstall = yes... in the winnt.sif
  9. http://www.oooforum.org/forum/viewtopic.php?t=606 this may be useful
  10. ive been researchen OpenOffice and ive foudn that it uses a response file. which i think i have set up properally [Environment] INSTALLATIONMODE=INSTALL_NORMAL INSTALLATIONTYPE=STANDARD DESTINATIONPATH=%systemroot%\Program Files\OpenOffice LANGUAGELIST=46 EndProcedure=PostSetup [JAVA] JavaSupport=preinstalled_or_none [Windows_Desktop_Integration] Register4MsWord=Yes Register4MsExcel=Yes Register4MsPowerPoint=Yes RegisterAsDefaultHtmlEditor=No [Procedures] Sub PostSetup SetReboot( False ) End Sub but i dont know how to link it setup from a batch, im still new at those, can ya help?
  11. I dont know if you want this in the switches thread or what. but Mozilla 1.5 isntalls silnetly with the -ma -ira switches ive tested so it works properally
  12. you could make alittle VB program that lists all the programs, and if checked calls a certain batch file for each one
  13. I have a few questions i need answer before i can finalize my cd 1. i used the /s switch on winrar and im still getting the shortcut box to pop up, is this fixable? 2. Divx does the same thing as above. 3. Windows installs properally except it asks me if you would like for windows to set the best visual appearence, or something like that... (so its not fully unnattended like id like. 4. When i get to the point to enter my user name, It says it has already been created, so can i just skip it all together in the winnt.sif, or will it still log me in as administrator... Sry for all the questions.
  14. alright thanks AaronXP, you got me answered, i appreciate it
  15. thanks. but my main questioning is how does <code> ECHO. ECHO Installing Windows Media Player 9 ECHO Please wait... start /wait %systemdrive%\install\WMP9\MPSetupXP.exe /Q:A /R:N </code> link to $oem$/$1?? in other words how does the winnt file know where the batch files are. and how does the batch files find the exe files. because it doesnt seem to be showing the entire file maybe im just a nut
  16. Im trying to get an understanding of how code like this... ECHO. ECHO Installing Windows Media Player 9 ECHO Please wait... start /wait %systemdrive%\install\WMP9\MPSetupXP.exe /Q:A /R:N can find the $OEM$/$1$/install directory, since its not pointing to it? thanks
×
×
  • Create New...