Jump to content

atomic7431

Member
  • Posts

    77
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by atomic7431

  1. ok im being a little blind tonight people, where is the download link to this proggie please as i know it was on the unnatended site but i seem to have miss placed it lol
  2. thanks for the heads up and sorry to hear that mate hope it gets resolved soon
  3. hoes about this guide for slipstreaming dx9b, removing wmp8 and disabling windows file protection all in one guide http://www.MSFN.org/board/index.php?showto...=50entry79307
  4. this tutorial is down, anywhere else i can find out how to do this?? edit now up and running again lol ahh thanx GreenMachine
  5. ok i tried out what u said and it has created me an install file and all worked well, not installed it yet as ive allready got it installed but all seemed to work without error and its combined me patch for it and took my current settings off my running computer, thanx for the heads up on this one
  6. sorry not posted earlier but been very busy. ok the -r on the control panel for ati DID WORK without fault for me, it was the last thing i installed and it worked a treat!!!! my .cmd file is as follows - CLS @echo off ECHO. start /wait c:\DRIVERS\3.7control_panel\Setup.exe -s -f1"c:\DRIVERS\3.7control_panel\setup.iss" EXIT my .iss file for it is as follows - [InstallShield Silent] Version=v6.00.000 File=Response File [File Transfer] OverwrittenReadOnly=NoToAll [{9B94BE6F-7CA3-4C40-A266-62667FF746CC}-DlgOrder] Dlg0={9B94BE6F-7CA3-4C40-A266-62667FF746CC}-SdWelcome-0 Count=4 Dlg1={9B94BE6F-7CA3-4C40-A266-62667FF746CC}-SdLicense-0 Dlg2={9B94BE6F-7CA3-4C40-A266-62667FF746CC}-MessageBox-0 Dlg3={9B94BE6F-7CA3-4C40-A266-62667FF746CC}-SdFinishReboot-0 [{9B94BE6F-7CA3-4C40-A266-62667FF746CC}-SdWelcome-0] Result=1 [{9B94BE6F-7CA3-4C40-A266-62667FF746CC}-SdLicense-0] Result=1 [Application] Name=ATI Drivers Version=3.00.000 Company=ATI Technologies Inc. Lang=0009 [{9B94BE6F-7CA3-4C40-A266-62667FF746CC}-MessageBox-0] Result=1 [{9B94BE6F-7CA3-4C40-A266-62667FF746CC}-SdFinishReboot-0] Result=6 BootOption=0 and i call all this through my setup.reg file as follows - [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\zz570] "1"="cmd.exe /c start /min /wait C:\\DRIVERS\\control_panel3_7.cmd" @="ATI Control Panel 3.7" so the -r way does work!!!! i got it too install all me drivers for the first time as well ie ati drivers, sound,via network driver all through the oemdriverpath
  7. ok mine is nearly at the stage where it installs the control panel. ill let u know how i get on, ive heard sound so it seems as if it installed me sound drivers through the oemdriverpath option. so at this moment all seems ok ill post again soon!
  8. im using nero, and have to say i never create an iso, i just burn the files off me harddrive to dvdrw and thats it, run the install on me pc and see how we go
  9. ok i got the 3.7 driver installed for the first time tonight, i downloaded the individual driver and control panel packages, extracted the driver to its own directory then put it in the drivers folder, pointed the oem path to the inf folder inside the driver files and it seems to have worked a ok, im currently burning another dvdrw to test the install again with the control panel installed as well so ill post more details if it all goes to plan. my install on my pc takes a fair while as ive got over a 3.3 gig install disc so may be a little while
  10. yeah me too its one of the first things i install as long as u have a dvd burner (size) then it works sweet.
  11. dont know if anyone is interested but ive managed to get mohaa and spearhead plus all patches to install silently without problems info below if interested obviously u will need a dvd disc for this to work ! this is my mohaa_install.cmd file - CLS @echo off ECHO. ECHO This will install MOHAA, Spearhead, Plus all patches :) ECHO ECHO ECHO Registering Mohaa & Spearhead COPY "%systemdrive%\Install\Spearhead\eReg\Medal of Honor Allied Assault Spearhead_Code.exe" "c:\" COPY "%systemdrive%\Install\Spearhead\eReg\Medal of Honor Allied Assault Spearhead_eReg.exe" "c:\" REGEDIT /S %systemdrive%\install\mohaaspearhead.reg ECHO ECHO Installing MOHAA Original ECHO Please Wait... start /wait %systemdrive%\install\cd1\Setup.exe -s -f1"%systemdrive%\install\cd1\setup.iss" ECHO ECHO ECHO Installing MOHAA Patch 1.11 ECHO Please Wait... start /wait %systemdrive%\Install\crack_and_patch\MOHAA_UKUS_ONLY_patch111\Setup.exe -s -f1"%systemdrive%\install\MOHAA_UKUS_ONLY_patch111\setup.iss" ECHO ECHO ECHO Installing MOHAA Spearhead ECHO Please Wait... ECHO start /wait %systemdrive%\install\Spearhead\setup\Setup.exe -s -f1"%systemdrive%\install\Spearhead\setup\setup.iss" ECHO ECHO Installing MOHAA Spearhead Patch 2.11 ECHO Please Wait... start /wait %systemdrive%\install\patch\mohaas_patch_20_to_211\Setup.exe -s -f1"%systemdrive%\install\patch\mohaas_patch_20_to_211\setup.iss" ECHO ECHO ECHO Installing MOHAA Spearhead Patch 2.15 ECHO Please Wait... start /wait %systemdrive%\install\patch\mohaas_patch_211_to_215\Setup.exe -s -f1"%systemdrive%\install\patch\mohaas_patch_211_to_215\setup.iss" ECHO ECHO DEL "c:\Medal of Honor Allied Assault Spearhead_Code.exe" DEL "c:\Medal of Honor Allied Assault Spearhead_eReg.exe" ECHO ECHO Finished Mohaa Script EXIT here is the mohaaspearhead.reg file - this way u wont have to enter ur serial where it normally asks u to it will skip it. Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Electronic Arts\EA Games\Medal of Honor Allied Assault\ergc] @="Serial goes here" [HKEY_LOCAL_MACHINE\SOFTWARE\Electronic Arts\EA Games\Medal of Honor Allied Assault Spearhead\ergc] @="Serial goes here" Here is my setup.iss for mohaa - [InstallShield Silent] Version=v6.00.000 File=Response File [File Transfer] OverwrittenReadOnly=NoToAll [{0DEA94ED-915A-4834-A87E-388D012C8E02}-DlgOrder] Dlg0={0DEA94ED-915A-4834-A87E-388D012C8E02}-SdWelcome-0 Count=9 Dlg1={0DEA94ED-915A-4834-A87E-388D012C8E02}-MessageBox-0 Dlg2={0DEA94ED-915A-4834-A87E-388D012C8E02}-AskYesNo-0 Dlg3={0DEA94ED-915A-4834-A87E-388D012C8E02}-SdAskDestPath-0 Dlg4={0DEA94ED-915A-4834-A87E-388D012C8E02}-AskYesNo-1 Dlg5={0DEA94ED-915A-4834-A87E-388D012C8E02}-SdSetupTypeEx-0 Dlg6={0DEA94ED-915A-4834-A87E-388D012C8E02}-SdSelectFolder-0 Dlg7={0DEA94ED-915A-4834-A87E-388D012C8E02}-AskYesNo-2 Dlg8={0DEA94ED-915A-4834-A87E-388D012C8E02}-SdFinish-0 [{0DEA94ED-915A-4834-A87E-388D012C8E02}-SdWelcome-0] Result=1 [{0DEA94ED-915A-4834-A87E-388D012C8E02}-MessageBox-0] Result=1 [{0DEA94ED-915A-4834-A87E-388D012C8E02}-AskYesNo-0] Result=0 [{0DEA94ED-915A-4834-A87E-388D012C8E02}-SdAskDestPath-0] szDir=C:\Program Files\EA GAMES\MOHAA Result=1 [{0DEA94ED-915A-4834-A87E-388D012C8E02}-AskYesNo-1] Result=1 [{0DEA94ED-915A-4834-A87E-388D012C8E02}-SdSetupTypeEx-0] Result=Typical [{0DEA94ED-915A-4834-A87E-388D012C8E02}-SdSelectFolder-0] szFolder=EA GAMES\Medal of Honor Allied Assault Result=1 [{0DEA94ED-915A-4834-A87E-388D012C8E02}-AskYesNo-2] Result=1 [Application] Name=Medal of Honor Allied Assault Version=1.2.1.100 Company=EA GAMES Lang=0009 [{0DEA94ED-915A-4834-A87E-388D012C8E02}-SdFinish-0] Result=1 bOpt1=0 bOpt2=0 and heres the setup.iss for the 1.11 uk patch - [InstallShield Silent] Version=v6.00.000 File=Response File [File Transfer] OverwrittenReadOnly=NoToAll [{96DEBE72-2FD4-46C7-BF03-B024CAF69D83}-DlgOrder] Dlg0={96DEBE72-2FD4-46C7-BF03-B024CAF69D83}-SdWelcome-0 Count=6 Dlg1={96DEBE72-2FD4-46C7-BF03-B024CAF69D83}-SdWelcome-1 Dlg2={96DEBE72-2FD4-46C7-BF03-B024CAF69D83}-AskYesNo-0 Dlg3={96DEBE72-2FD4-46C7-BF03-B024CAF69D83}-SdAskDestPath-0 Dlg4={96DEBE72-2FD4-46C7-BF03-B024CAF69D83}-SdShowInfoList-0 Dlg5={96DEBE72-2FD4-46C7-BF03-B024CAF69D83}-SdFinish-0 [{96DEBE72-2FD4-46C7-BF03-B024CAF69D83}-SdWelcome-0] Result=1 [{96DEBE72-2FD4-46C7-BF03-B024CAF69D83}-SdWelcome-1] Result=1 [{96DEBE72-2FD4-46C7-BF03-B024CAF69D83}-AskYesNo-0] Result=1 [{96DEBE72-2FD4-46C7-BF03-B024CAF69D83}-SdAskDestPath-0] szDir=C:\Program Files\EA GAMES\MOHAA\ Result=1 [{96DEBE72-2FD4-46C7-BF03-B024CAF69D83}-SdShowInfoList-0] Result=1 [Application] Name=Medal of Honor Allied Assault UK & US 1.11 Patch Version=1.11 Company=Electronic Arts Lang=0009 [{96DEBE72-2FD4-46C7-BF03-B024CAF69D83}-SdFinish-0] Result=1 bOpt1=0 bOpt2=0 and for spearhead setup.iss - [InstallShield Silent] Version=v6.00.000 File=Response File [File Transfer] OverwrittenReadOnly=NoToAll [{7914BE1E-F186-4790-B8F4-9F63C52A41C1}-DlgOrder] Dlg0={7914BE1E-F186-4790-B8F4-9F63C52A41C1}-SdWelcome-0 Count=5 Dlg1={7914BE1E-F186-4790-B8F4-9F63C52A41C1}-SdAskDestPath-0 Dlg2={7914BE1E-F186-4790-B8F4-9F63C52A41C1}-AskYesNo-0 Dlg3={7914BE1E-F186-4790-B8F4-9F63C52A41C1}-AskYesNo-1 Dlg4={7914BE1E-F186-4790-B8F4-9F63C52A41C1}-SdFinish-0 [{7914BE1E-F186-4790-B8F4-9F63C52A41C1}-SdWelcome-0] Result=1 [{7914BE1E-F186-4790-B8F4-9F63C52A41C1}-SdAskDestPath-0] szDir=C:\Program Files\EA GAMES\MOHAA Result=1 [{7914BE1E-F186-4790-B8F4-9F63C52A41C1}-AskYesNo-0] Result=1 [{7914BE1E-F186-4790-B8F4-9F63C52A41C1}-AskYesNo-1] Result=0 [Application] Name=Medal of Honor Allied Assault(tm) Spearhead Version=2.0 Company=Electronic Arts Lang=0009 [{7914BE1E-F186-4790-B8F4-9F63C52A41C1}-SdFinish-0] Result=1 bOpt1=0 bOpt2=0 and the ver 2.11 spearhead patch setup.iss - [InstallShield Silent] Version=v6.00.000 File=Response File [File Transfer] OverwrittenReadOnly=NoToAll [{BE699EDC-9E58-4671-A23E-9CDF7F6F42F2}-DlgOrder] Dlg0={BE699EDC-9E58-4671-A23E-9CDF7F6F42F2}-SdWelcome-0 Count=2 Dlg1={BE699EDC-9E58-4671-A23E-9CDF7F6F42F2}-SdFinish-0 [{BE699EDC-9E58-4671-A23E-9CDF7F6F42F2}-SdWelcome-0] Result=1 [Application] Name=Medal of Honor Allied Assault(tm) Spearhead Version=2.11 Company=Electronic Arts Lang=0009 [{BE699EDC-9E58-4671-A23E-9CDF7F6F42F2}-SdFinish-0] Result=1 bOpt1=0 bOpt2=0 and for the 2.11 to 2.15 patch, setup.iss - [InstallShield Silent] Version=v6.00.000 File=Response File [File Transfer] OverwrittenReadOnly=NoToAll [{18EF2DEE-DCB0-466A-ABA5-4C73E508530A}-DlgOrder] Dlg0={18EF2DEE-DCB0-466A-ABA5-4C73E508530A}-SdWelcome-0 Count=2 Dlg1={18EF2DEE-DCB0-466A-ABA5-4C73E508530A}-SdFinish-0 [{18EF2DEE-DCB0-466A-ABA5-4C73E508530A}-SdWelcome-0] Result=1 [Application] Name=Medal of Honor Allied Assault(tm) Spearhead Patch 2.15 Version=2.15 Company=Electronic Arts Lang=0009 [{18EF2DEE-DCB0-466A-ABA5-4C73E508530A}-SdFinish-0] Result=1 bOpt1=0 bOpt2=0 I have my structure as follows - Install folder then inside here is as follows - cd1 folder - mohaa original cd2 folder - mohaa original Spearhead folder - speahead in it patch folder - 1.11, 2.11 and 2.15 patches in it all the setup.iss files go into the corresponding folders example setup.iss for mohaa goes into cd1, setup.iss for spearhead into the spearhead\setup folder and so on. I extracted all 3 patches into there own folders before putting the setup.iss files in with them or else it wouldnt work so setup.iss into MOHAA_UKUS_ONLY_patch111, and setup.iss into mohaas_patch_20_to_211, and setup.iss into mohaas_patch_211_to_215, using the right setup.iss from above. Mohaa original is 2 discs so obviously i just dragged and dropped cd 1 into cd1 folder and cd 2 onto cd2 folder and the same with spearhead into spearhead folder. Mohaa even though its 2 discs (or 2 folders) it doesnt ask for cd2 like it does when u install it off the original cds, it just carries on and automatically locates cd2 folder on its own, i must addmit this was a pure stroke of luck but hey it works so who cares As u can probably see in the script it copies spearhead regcode files to the c:\ if it didnt or doesnt spearhead will not install saying it cant find the file so it is needed, but it does delete it a little further down in the script. I hope this makes sense and is of use to someone, it takes a bit longer to copy over when installing but i just leave it and all runs well
  12. me like nero 6, i use it a lot for burning me unattended dvdrw shame it doesnt have an option to write in UDF - upto 128 in filename length though, like recordnow max 4.5 does.
  13. if i export my registry from the desktop now its all setup and installed, then apply it whilst setup is running on install, will it save all me settings etc? and also will it let me install me games ie mohaa or will it say there allready installed and i need to uninstall even though there not installed? hope that makes sense
  14. im using that exact code m8 to install the same version works a treat
  15. Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\Nero - Burning Rom\Info] "Serial6"="serial number goes here" save this as a .reg file which u may allready know
  16. @ Terminator 3 - many thanx in advance i do apreciate (spelling) the hard work that goes into this, and this site in general. @ demlak - final soloution as u put it in this case is help? as ive allready looked/read and tried to do what is in this thread, and its not all about doing something for something, u dont give presents at christmas and expect to recieve them?? (well i dont) I will and have helped out where i can, even if its only giving feedback about raid drivers etc at least im trying to help where i can which imo is the main thing, i shouldnt be critisized or what ever just caus i didnt or dont understand something. Thats all i goto say on the subject and wont be replying to anything else u say regarding this matter so as not to continue a few posts of tit for tat.
  17. ok firstly i have read the posts in this thread, sceondly from what ur saying no one is aloud to not understand what has been posted or there automatically lazy or havent looked, well ive got news for u, its not as cut n dried as that and other peeps in this thread have also asked for a tutorial of some sort. Ive worked plenty to get my auto install working with very few questions and left feedback and help for certain things where i can, your ignorance to help others is ur downfall, ur post imo was a wasted one and very unhelpfull and i hope an admin or mod sees this and takes note of ur aptitude towards helping others. Its a shame peeps like u spoil it for every one else! also if i knew how to do a how to for this then i wouldnt be asking for one, so that was a little pointless as well, unless of course u was indirectly asking for someone to do a how to cause u dont know either. And i thought this forum was for getting help when u dont know something??
  18. ok this looks cool but we really need a how to on this as theres been a lot of bits n bobs posted in here, it just all needs clearing up in one post or how to Please
  19. ok update i loaded the created image by nero, into nero image drive, and then captured the drive through virtual pc and so far its gone past the error stage so im hopeing its all ok now, just need to see how long it takes started it at 20:22 in the uk
  20. let me say this does work on me normal hardware system, the disc i created, it has to be something to do with the image as if i get it too use my disc i burned to run on virtual pc it goes past this stage, but running it off the disc it seems very very slow so want to get the image working. I used nero to create an iso image which is a dvdrom boot image and then loaded that into the virtual pcs capture image and ran it from that. I have no idea why it wont work as i created it the same way i would for my dvds except its an image instead of burning directly to dvdrw.
  21. ok ive used ur how to before for integrating the raid drivers and ive successfully got it too work with a Abit kd7 raid and epox 8kra2+ mobo which both use the highpoint 372/374 drivers.
×
×
  • Create New...