-
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}] - batch to install all hotfixes?i know some1 made it