Jump to content

loggan26

Member
  • Posts

    10
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

About loggan26

loggan26's Achievements

0

Reputation

  1. Appreciate the help , realised my mistook after i had posted, done all that but i still have a prob with 01, i create setup.iss using the -r switch thats no problem, and when i run it silently using....... cmdow @ /HID @echo off SET PP=%SystemDrive%\APPS\ SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%15 /VE /D "AquaMark3" /f REG ADD %KEY%15 /V 1 /D "%PP%AquaMark3.exe /S" /f REG ADD %KEY%26 /VE /D "3dmark01" /f REG ADD %KEY%26 /V 1 /D "%PP%3DMark01\Setup.exe -s -f1\"%PP%3DMark01\setup.iss\" /f REG ADD %KEY%27 /VE /D "3dmark03" /f REG ADD %KEY%27 /V 1 /D "%PP%3DMark03\3DMark03.exe -s -f1\"%PP%3DMark03\setup.iss\" /f REG ADD %KEY%28 /VE /D "3DMark05" /f REG ADD %KEY%28 /V 1 /D "%PP%3DMark05\3DMark05.exe -s -f1\"%PP%3DMark05\setup.iss\" /f REG ADD %KEY%30 /VE /D "PCMark05" /f REG ADD %KEY%30 /V 1 /D "%PP%PCMark05\PCMark05.exe -s -f1\"%PP%PCMark05\setup.iss\" /f REG ADD %KEY%36 /VE /D "OCCTPT 1.1.1" /f REG ADD %KEY%36 /V 1 /D "%PP%OCCTPT.exe /verysilent /sp- /norestart" /f REG ADD %KEY%56 /VE /D "MemSet 3.4 Beta" /f REG ADD %KEY%56 /V 1 /D "%PP%MemSet.exe /verysilent /sp- /norestart" /f REG ADD %KEY%82 /VE /D "3DMark06" /f REG ADD %KEY%82 /V 1 /D "%PP%3DMark06\3DMark06.exe -s -f1\"%PP%3DMark06\setup.iss\" /f REG ADD %KEY%83 /VE /D "Creating Shortcuts" /f REG ADD %KEY%83 /V 1 /D "%$$%short.bat" /f REG ADD %KEY%85 /VE /D "Cleaning Up and Rebooting" /f REG ADD %KEY%85 /V 1 /D "%PP%cleanup.cmd" /f EXIT All install silently for by the 01 proggy, here is the kicker if i run it again once windows is up and running then it installs silent, anyone shed some light on that for me???????? Radix thanks for the links etc they helped out a lot...... Logan
  2. Hmm can anyone help me here, i do like above unrar the 3DMark2001SE.exe and use the -R switch BUT no go it doesnt install silent,,,,i run Setup.exe -R and run like that and it still pops up as normal, can anyone help me out here???????????????????? Logan
  3. loggan26

    Msi file help

    HI i wonder if someone can help me, after i use Hfslip i cant get some msi or exe files to run i get the following screens or similar, could someone point me in the right direction, is it a hotfix i am slipstreaming i dont need or something completley different, i apologise now for my noobishness.
  4. Thanks not the answer i was hoping for lol but thanks for taking it out of the equation. Logan
  5. Sorry a bit of topic but i have made the same noob mistake and was using the MSICabExtract, i have problems with my install and msi files after windows loads, it wont open msi files and i have to manually extract them, i was just wondering if this was the problem with my msi files, is it because i am using MSICabExtract in my build.
  6. I am trying to get them to install using the svcpack.inf method as described here SVCPACK.INF. I have played with nlite and it does slip hotfixes fine BUT it edits the txtsetup which i dont wont it too along with some other stuff i dont like. Basically i needed a little more control over what was happening......the "KBxxxx.exe /Integrate:%XPCD%" switch looks interesting though it would probably be better run from a batch or something and do the whole lot.....This might be an option if i cant get the SVCPACK.INF method to work......any other tips help would be much appreciated, ta. Thanks for reply though that is the guide i have used and it does say in it to do the "DOSNET.INF" edit......I will try again without the dosnet.inf edit and see if it makes a difference.....any other help out there would be cool, i would love to get this sorted, just a simple way of integrating or installing these hotfixes......ta Edit:- Okay i tried installing without the DOSNET.INF edit and its still the same no change, the hotfixes get skipped by at T13. Help!!!!!!!!!!!!!!!!!
  7. Okay i have had a look around and i apologise now for my noobishness,,,,,,,,basically i cant get my hotfixes to install using the svcpack.inf method, i have followed the main guide and still it does not work....I was just wondering if you guys could have a look and maybe point out the obvious i am missing, thanks in advance.... svcpack.inf ;Windows XP [Version] Signature="Windows NT$" MajorVersion=5 MinorVersion=1 BuildNumber=2600 [SetupData] CatalogSubDir="\i386\SVCPACK" [ProductCatalogsToInstall] [SetupHotfixesToRun] KB873339.exe /Q /N /Z KB885250.exe /Q /N /Z KB885835.exe /Q /N /Z KB885836.exe /Q /N /Z KB886185.exe /Q /N /Z KB887742.exe /Q /N /Z KB888113.exe /Q /N /Z KB888302.exe /Q /N /Z KB890046.exe /Q /N /Z KB890859.exe /Q /N /Z KB891781.exe /Q /N /Z KB893756.exe /Q /N /Z KB893803.exe /Q /N /Z KB894391.exe /Q /N /Z KB896358.exe /Q /N /Z KB896422.exe /Q /N /Z KB896423.exe /Q /N /Z KB896424.exe /Q /N /Z KB896428.exe /Q /N /Z KB898461.exe /Q /N /Z KB899587.exe /Q /N /Z KB899589.exe /Q /N /Z KB899591.exe /Q /N /Z KB900485.exe /Q /N /Z KB900725.exe /Q /N /Z KB901017.exe /Q /N /Z KB901214.exe /Q /N /Z KB902400.exe /Q /N /Z KB904706.exe /Q /N /Z KB905414.exe /Q /N /Z KB905749.exe /Q /N /Z KB908519.exe /Q /N /Z KB908531.exe /Q /N /Z KB910437.exe /Q /N /Z KB911562.exe /Q /N /Z KB911564.exe /Q /N /Z KB911565.exe /Q /N /Z KB911567.exe /Q /N /Z KB911927.exe /Q /N /Z KB912812.exe /Q /N /Z KB912919.exe /Q /N /Z KB913446.exe /Q /N /Z KB918530.exe /Q /N /Z qchain.exe I have qchain.exe in with the rest of the hotfixes.. I have edited dosnet.inf with svcpack. Any insight into what i am doing wrong here........or am i gonna have to manualy install all of these argh Thanks again guys...... Logan.
  8. I got it working eventually this is what i done. I edited txtsetup.sif with the following [sourceDisksFiles.x86] si3114r.inf = 1,,,,,,4_,4,1,,,1,4 si3114r.sys = 1,,,,,,4_,4,1,,,1,4 siisupp.vxd = 1,,,,,,4_,4,1,,,1,4 silsupp.cpl = 1,,,,,,4_,4,1,,,1,4 siwinacc.sys = 1,,,,,,4_,4,1,,,1,4 [HardwareIdsDatabase] PCI\VEN_1095&DEV_3114&SUBSYS_61141095 = "Si3114r" PCI\VEN_1095&DEV_3114&SUBSYS_288510F1 = "Si3114r" PCI\VEN_1095&DEV_3114&SUBSYS_047AA0A0 = "Si3114r" PCI\VEN_1095&DEV_3114&SUBSYS_0478A0A0 = "Si3114r" PCI\VEN_1095&DEV_3114&SUBSYS_0479A0A0 = "Si3114r" PCI\VEN_1095&DEV_3114&SUBSYS_90181695 = "Si3114r" PCI\VEN_1095&DEV_3114&SUBSYS_F642270F = "Si3114r" PCI\VEN_1095&DEV_3114&SUBSYS_100415BD = "Si3114r" PCI\VEN_1095&DEV_3114&SUBSYS_12501462 = "Si3114r" PCI\VEN_1095&DEV_3114&SUBSYS_13101462 = "Si3114r" PCI\VEN_1095&DEV_3114&SUBSYS_15601462 = "Si3114r" PCI\VEN_1095&DEV_3114&SUBSYS_16101462 = "Si3114r" PCI\VEN_1095&DEV_3114&SUBSYS_B0031458 = "Si3114r" PCI\VEN_1095&DEV_3114&SUBSYS_1B711019 = "Si3114r" PCI\VEN_1095&DEV_3114&SUBSYS_61141071 = "Si3114r" PCI\VEN_1095&DEV_3114&SUBSYS_003515D4 = "Si3114r" PCI\VEN_1095&DEV_3114&SUBSYS_1025147B = "Si3114r" PCI\VEN_1095&DEV_3114&SUBSYS_1001147B = "Si3114r" PCI\VEN_1095&DEV_3114&SUBSYS_130A147B = "Si3114r" PCI\VEN_1095&DEV_3114&SUBSYS_1C0A147B = "Si3114r" PCI\VEN_1095&DEV_3114&SUBSYS_81361043 = "Si3114r" PCI\VEN_1095&DEV_3114&SUBSYS_2A1E103C = "Si3114r" [sCSI.Load] si3114r = Si3114r.sys,4 [sCSI] Si3114r = "Silicon Image SiI 3114 SATARaid Controller for Windows XP/Server 2003" I didnt have to add anything else. Just cabbed all the driver files and dropped them in my i386 directory, SORTED worked perfect. Thanks Bashrat for your driver packs they helped me out, that and Nlite and alot of XP install testing and trying Cheers. P.s yes i did have <<<<<<<<<And do you have OemPreinstall = Yes in your winnt.sif?>>>>>>>>>
  9. NOpe i edited these parts................... DRVINDEX.INF [Version] signature="$Windows NT$" CabFiles=driver, driver32 [driver] SiWinAcc.sys Si3114r.sys SilSupp.cpl DOSNET.INF [FloppyFiles.2] d1,disk1,disk103 d1,SiWinAcc.sys d1,Si3114r.sys [FILES]< second occurance d1,SI3114r.inf d1,Si3114r.sys d1,SilSupp.cpl d1,SiWinAcc.sys [ForceCopyDriverCabFiles] SiWinAcc.sys Si3114r.sys Si3114r.inf It all loads and stuff okay but it is still the same with the ? mark in Device Manager....One thing i do notice is that i dont have a .cat file in these drivers so they are unsigned i guess. Do you think that is what the problem could be. Or should i include all the files ie the SiiSupp.vxd one as well. Thanks for help by the way .
  10. Hi i was wondering if anyone can help me with this..... Basically i have slipstreamed my Sil3114r Raid driver into my unattended XP, and it works to a certain extent, ie i dont have to hit the F6 key at install, windows sees my Stripe and i can install on to it, BUT once everything has loaded and installed and i check my Device Manager i have a ? mark beside my Raid device,,,,,,When i check properties it says the raid device is working but there is no driver date or version. If the driver works from floppy, then it should work from the Cd as well, so i am guessing it must be something i am missing. Can Anyone help me out here. In TXTSETUP.SIF i have added the following text. [sourceDisksFiles] si3114r.sys = 1,,,,,,4_,4,1,,,1,4 [HardwareIdsDatabase] PCI\VEN_1095&DEV_3114&SUBSYS_61141095 = "Si3114r" PCI\VEN_1095&DEV_3114&SUBSYS_288510F1 = "Si3114r" PCI\VEN_1095&DEV_3114&SUBSYS_047AA0A0 = "Si3114r" PCI\VEN_1095&DEV_3114&SUBSYS_0478A0A0 = "Si3114r" PCI\VEN_1095&DEV_3114&SUBSYS_0479A0A0 = "Si3114r" PCI\VEN_1095&DEV_3114&SUBSYS_90181695 = "Si3114r" PCI\VEN_1095&DEV_3114&SUBSYS_F642270F = "Si3114r" PCI\VEN_1095&DEV_3114&SUBSYS_100415BD = "Si3114r" PCI\VEN_1095&DEV_3114&SUBSYS_12501462 = "Si3114r" PCI\VEN_1095&DEV_3114&SUBSYS_13101462 = "Si3114r" PCI\VEN_1095&DEV_3114&SUBSYS_15601462 = "Si3114r" PCI\VEN_1095&DEV_3114&SUBSYS_16101462 = "Si3114r" PCI\VEN_1095&DEV_3114&SUBSYS_B0031458 = "Si3114r" PCI\VEN_1095&DEV_3114&SUBSYS_1B711019 = "Si3114r" PCI\VEN_1095&DEV_3114&SUBSYS_61141071 = "Si3114r" PCI\VEN_1095&DEV_3114&SUBSYS_003515D4 = "Si3114r" PCI\VEN_1095&DEV_3114&SUBSYS_1025147B = "Si3114r" PCI\VEN_1095&DEV_3114&SUBSYS_1001147B = "Si3114r" PCI\VEN_1095&DEV_3114&SUBSYS_130A147B = "Si3114r" PCI\VEN_1095&DEV_3114&SUBSYS_1C0A147B = "Si3114r" PCI\VEN_1095&DEV_3114&SUBSYS_81361043 = "Si3114r" PCI\VEN_1095&DEV_3114&SUBSYS_2A1E103C = "Si3114r" [sCSI.Load] si3114r = Si3114r.sys,4 [sCSI] si3114r = "Silicon Image 3114 SATARaid Controller" I dl the drivers from here and deleted the readme and the oem files as per guides. so the only files i have in my $OEM$\$1\DRIVERS\001_Sil directory are........... 14.06.2005 09:39 13,057 SI3114r.inf 02.11.2004 15:10 100,608 Si3114r.sys 18.12.2003 12:21 22,096 SiiSupp.vxd 03.06.2004 13:36 69,120 SilSupp.cpl 01.11.2004 12:21 10,368 SiWinAcc.sys My Winnt.sif contains..... [unattended] OemPnPDriversPath="DRIVERS\001_Sil" And i have Compressed the Si3114r.sys to the I386 directory, like i say it works its just that the ? mark in the Device Manager is there and if i update the drivers and point them to the files it works, bye bye ? mark. I hope someone can maybe shine some light on this, thanks and sorry for my noobness . Logan.
×
×
  • Create New...