
CompMaster
MemberContent Type
Profiles
Forums
Events
Everything posted by CompMaster
-
how do I make Billboard Screen?
CompMaster replied to CompMaster's topic in Setup Billboard Screens for Windows
young padawan ? -
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?
-
how do I make Billboard Screen?
-
thank you...
-
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.....
-
how can I use cmd file after restart?
CompMaster replied to CompMaster's topic in Unattended Windows 2000/XP/2003
RunOnceEx registry key ? can you give me an example please? (I'm new in all of this) -
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....
-
how do i do a file with Registration Script ?
-
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
-
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
-
check my WINNT.SIF file and help me please
CompMaster replied to CompMaster's topic in Unattended Windows 2000/XP/2003
well... I just want to do it for the C drive... anyone else? -
check my WINNT.SIF file and help me please
CompMaster replied to CompMaster's topic in Unattended Windows 2000/XP/2003
So what about my question? -
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???
-
can someone give me a link please to download windowsPe?
-
what's that?
-
how do i make windowsPe cd?
-
how to make a format by my own needs?
CompMaster replied to CompMaster's topic in Unattended Windows 2000/XP/2003
I don't want to do this manually I want t to format automaticly the C drive and everything else will remain as it is -
I want the windows during the installation will automatic format only the C drive and will not touch anything else.... how do i do it?