Jump to content

Matrix Hacker

Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

About Matrix Hacker

Matrix Hacker's Achievements

0

Reputation

  1. Thanks for trying to help me out .. but i took my code from the Examples page in the site www.unattended.msfn.org.. and they didn't put " " in every app .. see this page for sure .. http://www.unattended.msfn.org/xp/examples.htm .. please guys what my cd is not making an unattended program install ?? and thank you all..
  2. i'm sorry guys .. i just edited my post and removed the serial number ... and i made a folder for every program inside the (Applications) folder.. and i made the right code for it inside the (batch_file.cmd) as you can see above .. the proplem is that they copied themselves into the c:/install/applications but they never got unattended install .. so,please guys help me out with this and i will be thankful ..
  3. hello guys .. i'm new in this forum .. so please, help me out .. my proplem is that i created a good unattended XP Prof cd and it worked but my favourite programmes weren't installed .. they just copied themselves into C:/Install .. so please help out and see my files and correct me if you find anything wrong .. My Winnt.sif File Code : ;SetupMgrTag [Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes" [Unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes UnattendSwitch="yes" TargetPath=\WINDOWS WaitForReboot="No" OemPnPDriversPath="Drivers\001_Audio" DriverSigningPolicy=Ignore [GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=150 OemSkipWelcome=1 [UserData] ProductID=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx FullName="Matrix Hacker" OrgName="Hacking People Est." ComputerName=MatrixHacker [Display] BitsPerPel=32 Xresolution=800 YResolution=600 Vrefresh=85 [TapiLocation] CountryCode=966 AreaCode=01 LongDistanceAccess="00963" [RegionalSettings] LanguageGroup=13,1 SystemLocale=00000409 UserLocale=00000401 InputLocale=0409:00000409 [Identification] JoinWorkgroup=WORKGROUP [Networking] InstallDefaultComponents=Yes [GuiRunOnce] %systemdrive%\install\batch_file.cmd My Winnt.bat Code : @rem SetupMgrTag @echo off rem rem This is a SAMPLE batch script generated by the Setup Manager Wizard. rem If this script is moved from the location where it was generated, it may have to be modified. rem set AnswerFile=.\winnt.sif set SetupFiles=.\i386 .\i386\winnt32 /s:%SetupFiles% /unattend:%AnswerFile% /copysource:lang My OEM Folders are : Cd drive:\$OEM$\$1\install\applications My Application folder contain : acrobat reader folder winiso folder download accelerator folder nav2003 folder and more .. My Batch_file.cmd code is : (located inside (install) folder) CLS @echo off TITLE Windows XP Prof By Matrix Hacker - Unattended Installation ECHO. ECHO Over the next few minutes you will see automated installations ECHO of various sofware applications, windows updates, and registry ECHO tweaks being implemented. The computer will restart automatically ECHO once the whole process has finished! My Best Wishes Mohammad ECHO Ghassan Zekrallah My E-mail : M_Ghassan10@hotmail.com ECHO. ECHO. ECHO Installing Adobe Reader 6 ECHO Please Wait ... start /wait %systemdrive%\install\Applications\AdobeAcrobatReader\AdbeRdr60_enu_full.exe -p"-s /v\"/qn\"" ECHO. ECHO Installing Download Accelerator 7 ECHO Please wait... start /wait %systemdrive%\install\Applications\DAP7\dap7.exe /S ECHO Installing Deamon Tools ECHO Please wait... start /wait %systemdrive%\install\Applications\Deamon Tools\daemon343.exe /S /W ECHO. ECHO Installing Win Iso ECHO Please wait... start /wait %systemdrive%\install\Applications\Win Iso\Winiso.exe /VERYSILENT /SP- ECHO. ECHO Installing Microsoft JavaVM ECHO Please wait... start /wait %systemdrive%\install\Applications\JavaApplet\MSJAVX86.exe /Q:A /R:N ECHO. ECHO Installing WinAce ECHO Please wait... start /wait %systemdrive%\install\Applications\WinAce\wace211.exe /S /W ECHO. ECHO Installing DirectX 8.1 ECHO Please wait... start /wait %systemdrive%\install\Directx\DX81eng.exe /Q:A /R:N ECHO. ECHO Installing MSN Messenger 6.1 ECHO Please wait... start /wait %systemdrive%\install\Applications\Messenger 6.1\MsnMsgs.msi /QB ECHO. ECHO Installing Nero Burning ROM ECHO Please wait... start /wait %systemdrive%\install\Applications\Nero\Nero.exe /silent /noreboot ECHO. ECHO Installing Norton Antivirus 2003 ECHO Please wait... start /wait %systemdrive%\install\Applications\NAV2003\NAV\NAV.msi /QB ECHO. ECHO Restarting the PC in 1 minute... shutdown.exe -r -f -t 60 -c "Windows XP will now restart in 1 minute, this will give enough time for the shortcuts to update and for the shell to fully load before its ready to restart!" ECHO. ECHO Deleting Temp Installation Files... RD /S /Q %systemdrive%\Drivers RD /S /Q %systemdrive%\install EXIT please guys help out .. and tell me why my programms do not get unattended install ? Thanks to you all .. best wishes
×
×
  • Create New...