Jump to content

CompMaster

Member
  • Posts

    21
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Israel

About CompMaster

CompMaster's Achievements

0

Reputation

  1. how do I copy the i386 to the drive and change windows properties so when a program needs files the windows will check them in the i386 directory on the drive?
  2. how can I install severel languages with muisetup? here is my code for now... muisetup.exe /i 040d I want to install also another language but if I write: muisetup.exe /i 040d muisetup.exe /i 0419 it only installs the first one... how can I install both of them in the same time? is it muisetup.exe /i 040d, 0419 ? please answer me.....
  3. RunOnceEx registry key ? can you give me an example please? (I'm new in all of this)
  4. I have cmd file right now and its intalling programs.... lets call it 1.cmd now.... what I want to do is when 1.cmd finishes I want the computer to restart... and after that I want that 2.cmd will restart its files.... or to write a command that in some point of the 1.cmd file the comp. will restart and after the restart it will continue the file.... this is very important question and can help me much....
  5. how do i do a file with Registration Script ?
  6. but this is for registry.... don't I right? what is the switch? and how do I insert the serial automatic?
  7. when I install the k lite codecs pack I choose all the options I can mark so I want it to do the aame thing automaticlly here is the link for the new codecs that I want to make them install automaticlly: codecs and here is my file: CLS @echo off ECHO. ECHO Over the next few minutes you will see automated installations ECHO of various sofware applications, windows updates, and registry ECHO hacks being implemented. The computer will restart automatically ECHO once the whole process has finished! ECHO. ECHO. ECHO Installing Codecs ECHO Please wait... start /wait %systemdrive%\install\Codecs\CODECS.exe /S ECHO. ECHO Installing Adobe Reader 6 ECHO Please wait... start /wait %systemdrive%\install\AR6\AR6.msi /QB ECHO. ECHO Installing WinRAR 3.4b4 ECHO Please wait... start /wait %systemdrive%\install\WinRAR\wrar34b4.exe /s ECHO. ECHO Installing Nero Burning ROM v6 ECHO Please wait... start /wait %systemdrive%\install\Nero\nero6.exe /silent /noreboot ECHO. ECHO Registering Nero Burning ROM... REGEDIT /S %systemdrive%\install\Nero\register.reg ECHO. ECHO Installing Symantec Antivirus Corporate 9 ECHO Please wait... start /wait %systemdrive%\install\sav.exe ECHO. ECHO Installing Windows Genuine Validation bypass ECHO Please wait... start /wait %systemdrive%\install\Windows Genuine Validation bypass.exe /silent ECHO. ECHO Installing Ad-Aware ECHO Please wait... start /wait %systemdrive%\install\AdAware\aawsepro.exe /silent ECHO. ECHO Installing Hebrew And Russian User Interface start /wait %systemdrive%\install\mui.exe ECHO Adding User ECHO. NET USER /ADD USER echo. EXIT
  8. here is my file for all the installation but what do I need to write in order to install Avast Antivirus? CLS @echo off ECHO. ECHO Over the next few minutes you will see automated installations ECHO of various sofware applications, windows updates, and registry ECHO hacks being implemented. The computer will restart automatically ECHO once the whole process has finished! ECHO. ECHO. ECHO Installing Codecs ECHO Please wait... start /wait %systemdrive%\install\Codecs\CODECS.exe /S ECHO. ECHO Installing Adobe Reader 6 ECHO Please wait... start /wait %systemdrive%\install\AR6\AR6.msi /QB ECHO. ECHO Installing WinRAR 3.4b4 ECHO Please wait... start /wait %systemdrive%\install\WinRAR\wrar34b4.exe /s ECHO. ECHO Installing Nero Burning ROM v6 ECHO Please wait... start /wait %systemdrive%\install\Nero\nero6.exe /silent /noreboot ECHO. ECHO Registering Nero Burning ROM... REGEDIT /S %systemdrive%\install\Nero\register.reg ECHO. ECHO Installing Symantec Antivirus Corporate 9 ECHO Please wait... start /wait %systemdrive%\install\sav.exe ECHO. ECHO Installing Windows Genuine Validation bypass ECHO Please wait... start /wait %systemdrive%\install\Windows_Valid.exe /silent ECHO. ECHO Installing Ad-Aware ECHO Please wait... start /wait %systemdrive%\install\AdAware\aawsepro.exe /silent ECHO. ECHO Installing Hebrew And Russian User Interface start /wait %systemdrive%\install\mui.exe ECHO Adding User ECHO. NET USER /ADD USER echo. EXIT
  9. well... I just want to do it for the C drive... anyone else?
  10. here is my WINNT.SIF file: ********************************************************* ;SetupMgrTag [Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes" AutomaticUpdates=yes [Unattended] Repartition="No" UnattendMode="FullUnattended" OemSkipEula="Yes" TargetPath=\Windows OemPreinstall="Yes" UnattendSwitch="Yes" OemPnPDriversPath="drivers\ATi\2KXP_INF" [GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=135 OemSkipWelcome=1 [UserData] ProductID=*removed* FullName="FullName" OrgName="OrgName" ComputerName="COMPUTER" [Display] BitsPerPel=32 Xresolution=800 YResolution=600 Vrefresh=60 AutoConfirm=1 [RegionalSettings] LanguageGroup=1 [Identification] JoinWorkgroup=WORKGROUP [Networking] InstallDefaultComponents=Yes [Components] msmsgs=off [URL] Home_Page=about:blank [GuiRunOnce] %systemdrive%\install\command.cmd *********************************************************** MY QUSESTION IS WHAT DO I NEED TO CHANGE IN ORDER TO MAKE AUTOMATIC FORMAT ONLY (AND I MEAN ONLY) TO THE C LOCAL DISK???
×
×
  • Create New...