Content Type
Profiles
Forums
Events
Everything posted by rajesh.kumar
-
http://www.msfn.org/board/index.php?showto...st&p=807911
-
http://www.msfn.org/board/index.php?showto...st&p=807911
-
http://www.msfn.org/board/index.php?showto...st&p=807911
-
http://www.msfn.org/board/index.php?showto...st&p=807911
-
v2 of 951072 is released and kindly check whether this solves the problem. http://www.microsoft.com/downloads/details...;displaylang=en Update : Just tried this. Bad luck this too has that problem
-
create the following folder structure in yr xp distributtion : $OEM$\$Docs\All Users\Application Data\Microsoft\User Account Pictures\Default Pictures Place bmp files of size 48*48 inside "Default Pictures" folder. Name only one image file as Administrator.bmp and place inside "$OEM$\$Docs\All Users\Application Data\Microsoft\User Account Pictures" folder. This way u can add ur own pictures instead of builtin xp pictures.
-
i did add this reg too but the same pro. so i removed KB942763, KB951072 from integration since we dont need dst here. by the way KB951072-v2 is released and hope that has the fix. but not yet tested.
-
hi, you can also download winzip from http://www.winzip.com/downwz.htm and extract files using winrar, and take the file WINZIP120.msi which is a clean msi without google addons and use /passive /norestart switch for silent install.
-
[HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Time Zones] "TimeZoneKeyName"="India Standard Time" [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation] "StandardName"="India Standard Time" and TimeZone="190" in cmdlines.txt works but it is still 1 hr behind.( ie, still at the same afghan time). after unchecking "synchronise with the internet time server", it shows the correct time. is there any reg entry to disable this or do i need to just disable "Time Server" in services?
-
thanks. i would try in the next installation
-
Full Setup link : http://g.live.com/1rebeta3/en/wlsetup-all.exe 1) Run it and go to folder : %ProgramFiles%\Common Files\Windows Live\.cache 2) You would find many folders there and the names are self explainatory. 3) Copy whatever file you may require and use /passive /norestart options as they are msi files. 4) For error free installation, you may use this order of installation : wlxsuite.msi, crt.msi, contacts.msi, messenger.msi and other files if required.
-
what would be the entries to make in cmdlines.txt?
-
During installation of xp, i run bootlogo.cmd to select the suitable kernel to load during windows boot. i have all the kernels(modified) in system32 dir. The code works well to identify dual or single core. Problem is in the 2nd para where it has to detect whether normal or PhysicalAddressExtension kernel. Can someone guide me in this issue? Clue is that NUMBER_OF_PROCESSORS is reg_sz (decimal)and PhysicalAddressExtension is reg_dword (hex). bootlogo.cmd --------------- FOR /F "tokens=3 delims= " %%A IN (\'REG QUERY "HKLM\SYSTEM\ControlSet001\Control\Session Manager\Environment" /v NUMBER_OF_PROCESSORS\') DO SET NUMBER_OF_PROCESSORS=%%A if %NUMBER_OF_PROCESSORS%==2 goto DUAL FOR /F "tokens=3 delims= " %%i IN (\'REG QUERY "HKLM\SYSTEM\ControlSet001\Control\Session Manager\Memory Management" /v PhysicalAddressExtension\') DO SET PhysicalAddressExtension=%%i if %PhysicalAddressExtension%==0x1 goto SPAE bootcfg /copy /D "Load using default singleprocessor kernel" /ID 1 bootcfg /RAW "/Kernel=KrnlS.exe /SOS" /A /ID 1 bootcfg /RAW "/SOS" /A /ID 2 goto End :SPAE bootcfg /copy /D "Load using default Singleprocessor PAE kernel" /ID 1 bootcfg /RAW "/Kernel=KrnlSpa.exe /SOS" /A /ID 1 bootcfg /RAW "/SOS" /A /ID 2 goto End :DUAL FOR /F "tokens=3 delims= " %%i IN (\'REG QUERY "HKLM\SYSTEM\ControlSet001\Control\Session Manager\Memory Management" /v PhysicalAddressExtension\') DO SET PhysicalAddressExtension=%%i if %PhysicalAddressExtension%==0x1 goto MPAE bootcfg /copy /D "Load using default multiprocessor/HT kernel" /ID 1 bootcfg /RAW "/Kernel=KrnlM.exe /SOS" /A /ID 1 bootcfg /RAW "/SOS" /A /ID 2 goto End :MPAE bootcfg /copy /D "Load using default multiprocessor/HT PAE kernel" /ID 1 bootcfg /RAW "/Kernel=KrnlMpa.exe /SOS" /A /ID 1 bootcfg /RAW "/SOS" /A /ID 2 :End bootcfg /Timeout 15 bootcfg /Default /ID 1
-
in winnt.sif, i have Timezone=190 (India), but from the time i integrated SP3, it takes Kabul as the timezone after install. where am i going wrong.
-
does anyone have link to microsoft update just like this windows update? not just the activex or cab links.
-
problem with columns (again)
rajesh.kumar replied to anonymous_user's topic in Windows Post-Install Wizard (WPI)
@Kel, Thanks for the response. I changed to it to -=3 and it seems ok now. 'Show ScrollBar' is already selected here. I cant figure out what might be wrong. but now everything seems ok otherwise. One Clarification : In all the WPI versions till the present one, why is that the tooltip image(Picture file) is not showing up for the following themes : mritter_euDock, muiz, mritter_euDock_Aquarium, spoof_eudock. -
problem with columns (again)
rajesh.kumar replied to anonymous_user's topic in Windows Post-Install Wizard (WPI)
My Problem : 1) I scroll down to bottom to see the <Previous> and <Next> options in the bottom screen. The remaining list after this option is totally missing. 2) I press <Next>, immediately it shows the next screen 3) And from now on, i can able to scroll from top to bottom. ie, i can see listing before the <Previous> <Next> option as well as after it. 3) This thing can be understood by the size of the vertical scroll bar in picture 1.jpg and 2.jpg. This is the link for 1.jpg and 2.jpg : http://rapidshare.com/files/135326149/Error.rar.html -
excludorIsChecked() error
rajesh.kumar replied to mritter's topic in Windows Post-Install Wizard (WPI)
No , : http://www.msfn.org/board/problem-with-col...in-t121389.html Edit : One issue - http://www.msfn.org/board/problem-with-col...585#entry786585 ok, i have only one column, and the issue related to it. And the basic error is not anymore in this version. -
may be its just me, it shows a dialog saying it cant switch identity...etc..etc.. After unistalling windows search, it goes off.
-
excludorIsChecked() error
rajesh.kumar replied to mritter's topic in Windows Post-Install Wizard (WPI)
does v7 include this fix? -
it screws up the outlook express if its installed from RunOnceEx. So after RunOnceEx is done, restart and install.
-
excludorIsChecked() error
rajesh.kumar replied to mritter's topic in Windows Post-Install Wizard (WPI)
thank u for the replacement file. this one works here too. -
@Tripredacus: i think u would have to verify with the commands to execute, path and syntax u add to 7zip and if it works, u could a compact package.
-
DVD-Burner not recognized after install from DVD
rajesh.kumar replied to helphelp's topic in Unattended Windows 2000/XP/2003
do u use usb to connect the dvd? -
WSUS version 3.0 client program (WindowsUpdateAgent30)
rajesh.kumar replied to reuphong's topic in Application Installs
its good to use wu and msrt during ROEx so that it wont show in wu later.