Jump to content

kmzahir

Member
  • Posts

    26
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Arab Emirates

Everything posted by kmzahir

  1. anybody pls let me know the registry tweak for how to change xp color scheme to silver
  2. MY PROBLEM IS SOLVED. I DID MODIFYPE AND DID THE CAB AFTER THAT I COPIED TO 1386 FOLDER IT'S WORKING WITHOUT ERROR THANKS FOR EVERYBODY
  3. Hi Guys.. I wanna install Yahoo Messenger 6 silently. My code goes below. It's installing silently un attended but immediately after installation the messenger window is opening asking for username and password to login. How to get rid of this ??? Pls help REG ADD %KEY%\050 /VE /D "Yahoo Messenger 6.0 Final" /f REG ADD %Key%\050 /V 1 /D "%systemdrive%\install\yahoo\yahoo.exe /S" /f REG ADD %Key%\050 /V 2 /D "PSKILL.EXE YPAGER.EXE" /f Thanks in advance Zahir Dubai
  4. Ya... my problem is not solved yet . I had tried moving the runonceex.cmd file in $OEM$ folder also. Still was not working !!! tell me whether I have to use [guirunonce] in winnt.sif or just mention in cmdlines.txt only ?
  5. so what's the way for doing it in first login itself ???
  6. My Problem is that My Applns are not getting installed automatically. Even Runonceex.cmd is not at all executing. Can't understand where I'm wrong. My files goes like below cmdlines.txt --------------- [COMMANDS] "REGEDIT /S regtweaks.reg" "useraccounts.cmd" "RunOnceEx.cmd" runonceex.cmd ------------------ cmdow @ /HID @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%\035 /VE /D "Flashget 1.4" /f REG ADD %KEY%\035 /V 1 /D "%systemdrive%\install\flashget\flashget.exe /S" /f REG ADD %KEY%\035 /V 2 /D "REGEDIT /S %systemdrive%\install\flashget\register.reg" /f REG ADD %KEY%\037 /VE /D "IsoBuster 1.6" /f REG ADD %KEY%\037 /V 1 /D "%systemdrive%\install\isobuster\IsoBuster.exe /VERYSILENT /SP-" /f REG ADD %KEY%\037 /V 2 /D "taskkill /F /IM isobuster.exe" /f REG ADD %KEY%\047 /VE /D "MSN Messenger 6.2 Final" /f REG ADD %KEY%\047 /V 1 /D "%systemdrive%\install\MSN\MsnMsgs.msi /QB" /f REG ADD %KEY%\050 /VE /D "Yahoo Messenger 6.0 Final" /f REG ADD %Key%\050 /V 1 /D "%systemdrive%\install\yahoo\yahoo.exe /S" /f REG ADD %Key%\050 /V 2 /D "PSKILL.EXE YPAGER.EXE" /f REG ADD %KEY%\055 /VE /D "TweakXP Powertoy" /f REG ADD %KEY%\055 /V 1 /D "%systemdrive%\install\tweakxp\Tweakxp.exe /VERYSILENT /SP-" /f REG ADD %KEY%\057 /VE /D "Windows Media Player Version 10" /f REG ADD %KEY%\057 /V 1 /D "%SystemDrive%\Install\WMP10\mp10setup.exe /q:A /c:\"setup_wm.exe /Q /R:N /DisallowSystemRestore\"" /f REG ADD %KEY%\080 /VE /D "Winzip 8.1 Cracked" /f REG ADD %KEY%\080 /V 1 /D "%systemdrive%\"Program Files"\winzip\winzip32.exe /noqp /autoinstall" /f REG ADD %KEY%\082 /VE /D "Chipset INF Updates" /f REG ADD %KEY%\082 /V 1 /D "%SystemDrive%\Install\Chipset_INF\infinst_enu.exe /verysilent /sp-" /f REG ADD %KEY%\083 /VE /D "Motherboard USB 2.0 Updates" /verysilent /sp-" /f REG ADD %KEY%\083 /V 1 /D "%SystemDrive%\Install\USB2.0\setup.exe /verysilent /sp-" /f REG ADD %KEY%\084 /VE /D "Importing Registry Tweaks" /f REG ADD %KEY%\084 /V 1 /D "REGEDIT /S %systemdrive%\install\regtweaks.reg" /f REG ADD %KEY%\085 /VE /D "Cleaning Up and Rebooting" /f REG ADD %KEY%\085 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f EXIT winnt.sif ------------ ;SetupMgrTag [Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes" AutomaticUpdates=yes [Unattended] FileSystem=* UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes UnattendSwitch="yes" TargetPath=\WINDOWS OemPnDriversPath="Drivers\000Motherboard\Audio;Drivers\001Display;Drivers\002Modem" DriverSigningPolicy=Ignore [GuiUnattended] AdminPassword="admin" EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=165 OemSkipWelcome=1 [UserData] ProductKey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxx FullName="XP-SUPERCD-USER" OrgName="XP-SUPERCD" ComputerName=XP-SUPERCD-PC [Display] BitsPerPel=32 Xresolution=800 YResolution=600 Vrefresh=60 [TapiLocation] CountryCode=971 Dialing=Tone LongDistanceAccess="4004444" [RegionalSettings] LanguageGroup=1 SystemLocale=00000409 UserLocale=00000409 InputLocale=0409:00000409 [Branding] BrandIEUsingUnattended=Yes [Proxy] Proxy_Enable=1 Use_Same_Proxy=1 HTTP_Proxy_Server=proxy1.emirates.net.ae:8080 Proxy_Override=<local> [Identification] JoinWorkgroup=WORKGROUP [Networking] InstallDefaultComponents=Yes [Components] msmsgs=off msnexplr=off freecell=off hearts=off minesweeper=off pinball=off solitaire=off spider=off zonegames=off [Shell] DefaultStartPanelOff = Yes [GuiRunOnce] %systemdrive%\install\RunOnceEx.cmd I have placed my files cmdlines.txt, autologon.reg,regtweaks.reg,useraccounts.cmd in $OEM$ folder. And I have placed runonceex.cmd and cleanup.cmd in $OEM$\$1\Install folder I have placed my applications in OEM$\$1\Install folder (separetly in each folder) Have I placed runonceex.cmd in correct place ??? Pls help Zahir
  7. Anybody pls tell me where I have to keep RunOnceEx.cmd and Cleanup.cmd in $OEM$ folder and what shud i mentions winnt.sif and cmdlines.txt file i wanna install apps automatically
  8. How to change the custom setup screen/image's left side check box design ?
  9. [u cant run /qb with a .exe file & for msn messenger, u need 2 extract setupdl.exe & run the msi instead] how to do that ?
  10. pls include the download link to download that file, i cudn't find the link to download that file from unattended.msfn.org rgds Zahir
  11. Guys I need yr ur help urgently in making out my un attended CD. I don't know where I'm going wrong !!! Everything is working but My Applications aren't installing automatically un attended. Also I'm getting error as below; "C:\Runonceex.cmd File not found" I have placed following files in $OEM$ Folder cmdlines.txt, useraccounts.cmd, autologon.reg,regtweaks.reg and runonceex.cmd My applications are in this folder $OEM$\$1\Install\ I have placed cleanup.cmd in $OEM\$1\Install Contents of my files are as below ------------------------------------------------------------------------------------------- WINNT.SIF ;SetupMgrTag [Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes" AutomaticUpdates=yes [Unattended] FileSystem=* UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes UnattendSwitch="yes" TargetPath=\WINDOWS OemPnDriversPath="Drivers\000Motherboard\Audio;Drivers\001Display;Drivers\002Modem" DriverSigningPolicy=Ignore [GuiUnattended] AdminPassword="admin" EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=165 OemSkipWelcome=1 [UserData] ProductKey=* FullName="XP-SUPERCD-USER" OrgName="XP-SUPERCD" ComputerName=XP-SUPERCD-PC [Display] BitsPerPel=32 Xresolution=800 YResolution=600 Vrefresh=60 [TapiLocation] CountryCode=971 Dialing=Tone LongDistanceAccess="4004444" [RegionalSettings] LanguageGroup=1 SystemLocale=00000409 UserLocale=00000409 InputLocale=0409:00000409 [Branding] BrandIEUsingUnattended=Yes [Proxy] Proxy_Enable=1 Use_Same_Proxy=1 HTTP_Proxy_Server=proxy1.emirates.net.ae:8080 Proxy_Override=<local> [Identification] JoinWorkgroup=WORKGROUP [Networking] InstallDefaultComponents=Yes [Components] msmsgs=off msnexplr=off freecell=off hearts=off minesweeper=off pinball=off solitaire=off spider=off zonegames=off [Shell] DefaultStartPanelOff = Yes [GuiRunOnce] %systemdrive%\RunOnceEx.cmd -------------------------------------------------------------------------------------------- AUTOLOGON.REG Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "DefaultUserName"="Admin" "DefaultPassword"="admin" "AutoAdminLogon"="1" [/quote] --------------------------------------------------------------------------------------------- CMDLINES.TXT [code] [COMMANDS] "useraccounts.cmd" "REGEDIT /S regtweaks.reg" ---------------------------------------------------------------------------------------------- RUNONCEEX.CMD cmdow @ /HID @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%\035 /VE /D "Flashget 1.4" /f REG ADD %KEY%\035 /V 1 /D "%systemdrive%\install\flashget\flashget.exe /S" /f REG ADD %KEY%\035 /V 2 /D "REGEDIT /S %systemdrive%\install\flashget\register.reg" /f REG ADD %KEY%\037 /VE /D "IsoBuster 1.6" /f REG ADD %KEY%\037 /V 1 /D "%systemdrive%\install\isobuster\IsoBuster.exe /VERYSILENT /SP-" /f REG ADD %KEY%\037 /V 2 /D "taskkill /F /IM isobuster.exe" /f REG ADD %KEY%\047 /VE /D "MSN Messenger 6.2 Final" /f REG ADD %KEY%\047 /V 1 /D "%systemdrive%\install\msn\SETUPDL.exe /qb" /f REG ADD %KEY%\050 /VE /D "Yahoo Messenger 6.0 Final" /f REG ADD %Key%\050 /V 1 /D "%systemdrive%\install\yahoo\yahoo.exe /S" /f REG ADD %Key%\050 /V 2 /D "PSKILL.EXE YPAGER.EXE" /f REG ADD %KEY%\055 /VE /D "TweakXP Powertoy" /f REG ADD %KEY%\055 /V 1 /D "%systemdrive%\install\tweakxp\Tweakxp.exe /VERYSILENT /SP-" /f REG ADD %KEY%\057 /VE /D "Windows Media Player Version 10" /f REG ADD %KEY%\057 /V 1 /D "%SystemDrive%\Install\WMP10\mp10setup.exe /q:A /c:\"setup_wm.exe /Q /R:N /DisallowSystemRestore\"" /f REG ADD %KEY%\058 /VE /D "Chipset INF Updates" /f REG ADD %KEY%\058 /V 1 /D "%SystemDrive%\Install\Chipset_INF\infinst_enu.exe /verysilent /sp-" /f REG ADD %KEY%\059 /VE /D "Motherboard USB 2.0 Updates" /verysilent /sp-" /f REG ADD %KEY%\059 /V 1 /D "%SystemDrive%\Install\USB2.0\setup.exe /verysilent /sp-" /f REG ADD %KEY%\080 /VE /D "Importing Registry Tweaks" /f REG ADD %KEY%\080 /V 1 /D "REGEDIT /S %systemdrive%\apps\regtweaks.reg" /f REG ADD %KEY%\085 /VE /D "Cleaning Up and Rebooting" /f REG ADD %KEY%\085 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f EXIT --------------------------------------------------------------------------------------------- USERACCOUNTS.CMD net user "Admin" admin /add net localgroup Administrators Admin /add net accounts /maxpwage:unlimited REGEDIT /S autologon.reg EXIT -------------------------------------------------------------------------------------------- That's all ... Please help me urgently Product Key removed. Code Tags added. Topic Title Changed. That' three rules broken. ~ Alanoll
  12. During the copying process of windows XP setup I'm getting error as below ; " The file winntbbu.dll wasn't copied correctly. The file setup placed on your harddrive isn't a valid Windows XP image. If you are installing from CD, there may be a problem with the XP CD. " Actually i have changed the bootup image using the file winntbbu.dll. after that i did makecab winntbbu.dll and copied the cab file to 1386 folder and deleted the winntbbu.dll from 1386 folder. Pls help me out Zahir Dubai
  13. how to make un attended windows 98 cd ???? B)
  14. anybody pls tell me how to install (runonceex.cmd command) to install winzip 8.1 completely silently and also registry tweak (register.reg) for that to set username and serial number thanks
  15. WHAT ABT FOR YAHOO MESSENGER ? HOW TO INSTALL IT COMPLETELY SILENTLY ? IT'S ASKING ME THE PATH WHERE I WANNA INSTALL. I HAD TO CLICK NEXT, NEXT BUTTONS UNTIL FINISH ...TO GET IT INSTALLED
  16. Hi Guys I'm using Runonceex.cmd as below REG ADD %KEY%\047 /VE /D "MSN Messenger 6.2 Final" /f REG ADD %KEY%\047 /V 1 /D "%systemdrive%\install\msn\SETUPDL.exe /VERYSILENT /SP-" /f REG ADD %KEY%\050 /VE /D "Yahoo Messenger 6.0 Final" /f REG ADD %KEY%\050 /V 1 /D "%systemdrive%\install\yahoo\yahoo.exe /VERYSILENT /SP-" /f REG ADD %KEY%\057 /VE /D "Windows Media Player Version 10" /f REG ADD %KEY%\057 /V 1 /D "%SystemDrive%\Install\WMP10\mp10setup.exe /verysilent /sp-" /f But I'm getting error while applications being installed only for MSN Messenger and Windows Media Player 10. Rest all are installed. And also for yahoo messenger I had to attend. It's asking for the path where I want to install. Any idea how to get rid from that also. Pls tell me the correct syntaxes to install completely silently for msn messenger, windows media player 10 and yahoo messenger 6. The error which I got for msn messenger and windows media player 10 is as below. "Command Line option syntax error. Type command/? for help" Thanks in advance for yr help Zahir Dubai kmzahir@eim.ae
  17. Hi Guys... I created an unattended XP CD. Everything goes fine but when the setup reaches abt 80% I got a message like below.. (Oh! I have to attend for this message. B'coz there's an 'OK' Button which i have to click to proceed) "Your system is low on virtual memory. Windows is increasing the size of your virtual memory paging file. During this process memory request for some applications may be denied. For more info see help." Pls tell me how to get rid of this. Regards Zahir Dubai kmzahir@eim.ae
  18. NO... I DIDN'T MODIFY THAT FILE
  19. WHICH INF FILE U ARE TALKING ABT ? I HAVEN'T MODIFIED ANY ZAHIR KMZAHIR@EIM.AE
  20. Hi Guys I created an uattended CD for XP. But beginning of the setup I'm getting error as below; The entry "ntkrnlmp.exe in the [sourceDisksFiles] section of the inf file is corrupt or missing Setup can't contimue. Press any key to exit Any Idea why this occurs ??? Rgsd Zahir Dubai kmzahir@eim.ae
  21. I have already been there. But pls tell me how to slipstream from XP SP2 CD (provided by microsoft, not that file which can be downloaded from the net). Also can i integrate it to the XP which is already slipstreamed with sp1 Thanks in adv. Zahir
×
×
  • Create New...