Everything posted by gajotnt
-
Win2k server and MSI problem :(
resolved it had disk quota turned on, that was limiting the disk space thanks
-
Win2k server and MSI problem :(
Hello, I am experiencing this problem whenever I try to Install anything that requires windows installer. I have 3 gigs hard disk space available and even so before starting to install it gives me the error -> Insuficient Disk Space, then i press cancel and it says Internal Error 2755. 112 This really sucks because every program nowadays installs with MSI and i cant install MSI programs
-
What Pop and ad blocker
thanks ppl
-
What Pop and ad blocker
i dont know witch one to use
-
DVD Bootable
just make your ISO like you would do for a Cdr using WinISO (making the WinXP ISO) and burn do a DVD, it worked for me
-
Best way to restore icons
tried that one, but its a pain in the @ss, with ResHacker you have to browse icon by icon, with microangelo you can see them all at the same time
-
Best way to restore icons
MicroAngelo
-
Best way to restore icons
is there any easy way to change the Shell32.dll icons?
-
Nero6,Acrobat5,radmin, UnPnP silent installs?
you dont need the UnPnP prog just add this to your regfile.reg [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\upnphost] "Start"=dword:00000004
-
msn explorer
i think these [Identification] JoinWorkgroup=WORKGROUP [Networking] InstallDefaultComponents=Yes [Components] msmsgs = Off Msnexplr = Off Zonegames = Off should be before this [GuiRunOnce] Command0=%systemdrive%\install\hotfixes.cmd Command1=%systemdrive%\install\main_batch.cmd
-
Best way to restore icons
i would like that too
-
batch to install all hotfixes?i know some1 made it
- batch to install all hotfixes?i know some1 made it
yep- batch to install all hotfixes?i know some1 made it
i use this one CLS @echo off ECHO Installing All Pre-SP2 Hotfixes... ECHO Please Wait... CD "%systemdrive%\install\Hotfixes1 for %%i in (*.exe) do start /wait %%i -u -f -o -z -q -m ECHO Done. ECHO Installing All Pre-SP2 Cumulative patches... ECHO Please Wait... CD "%systemdrive%\install\Hotfixes2 for %%i in (*.exe) do start /wait %%i /Q:A /R:N ECHO Done. ECHO Installing All Pre-SP2 Extra patches... ECHO Please Wait... CD "%systemdrive%\install\Hotfixes3 for %%i in (*.exe) do start /wait %%i /C:"dahotfix /q /n" /Q ECHO Done. EXIT http://board.MSFN.org/index.php?showtopic=8363- Removing Registry entries in Batch
you put a Minus (-) like bellow ;Speed-up Access to AVI Media Files [-HKEY_CLASSES_ROOT\CLSID\{87D62D94-71B3-4b9a-9489-5FE6850DC73E}] if you wanted to add just take off the Minus [HKEY_CLASSES_ROOT\CLSID\{87D62D94-71B3-4b9a-9489-5FE6850DC73E}]- WinFuture Update Pack
They had a update pack with most of the WinXP post Sp1 hotfixes, now they only have in english, it would be mutch better than adding all those lines to the cmd- how do i fix this
hmmmmm burning windows to a DVD-r/RW is a great idea, you can put so mutch in it, imagine, Office, nortons, Nero6, **** so mutch thingsssss- Intel Chipset Drivers
tryed AsusSmartDoctor, it uses the Powertoy switch ECHO Installing Asus SmartDoctor ECHO Please wait... start wait %systemdrive%installsmartdocsetup.exe /s/v/qn ECHO. the intel setup works fine- Intel Chipset Drivers
hi, i tryed extracting the drivers but the setup gives me several folders (ICH, ICH2, ICH3, ICH5.....) so i dont know with one to usei also dug up a little For silent install without auto-reboot: Self-extracting .EXE distribution: INFINST_xxx.EXE -a -s Compressed .ZIP distribution: SETUP.EXE -s my guess is you could just with winrar extract the INFINST_xxx.EXE that gives you the setup file and then just add the batch ECHO Installing Intel ChipSet Drivers ECHO Please wait... start /wait %systemdrive%\install\intel\setup.exe -s ECHO. - batch to install all hotfixes?i know some1 made it