Jump to content

cheesehead

Member
  • Posts

    24
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by cheesehead

  1. It was 0xc000000f, I fixed by thinking logically and just replacing the boot folder on the disk with one from another disk. Past one problem to another, now it is telling me it cant find an image to install.
  2. I have attempted to capture a custom vista image following the directions for SP1 intergration, when I then attept to redeploy the image I get an BCD\Boot error 0x000000f, The only way I can get past this is to use an old copy of windows, anybody have any input?
  3. Does any know how to do a silent install of InDesign CS2?
  4. Copy the directory after it has been installed Just put it in $OEM$/%Progs/"what ever dir it is installed to" on your disk It will then copy them over to the harddrive during install [HKEY_LOCAL_MACHINE\SOFTWARE\PopCap\BookWorm] Get everything from the key then just import during unattended portion of install Hope this helps.
  5. Has any figured out how to permanently remove the link for Windows Marketplace that is installed With SP2 on the Favs menu.
  6. smart gart only shows when you use the installer to install the drivers not the (OemPnPDriversPath)
  7. Silly me I also had a bum setup.iss file All is well and it works. Thanks
  8. Even correcting my mistakes it does not work, I run it then it quits
  9. I was wondering if it possible to silently install phoshop 7 Ive tried CLS @echo off ECHO Installing Adobe Photoshop ECHO Please wait... start /wait $systemdrive%\Install\Graphics\PhotoShop\Setup.exe -s -f1"$systemdrive%\Install\Graphics\PhotoShop\setup.iss" ECHO. EXIT To no success. Thanks for any help.
  10. I have another problem with my install When windows starts for the first time my resolution and refresh are correct but when I reboot to finish running my tweaks the resoultion and refresh go back to defaults.
  11. [SourceDisksFiles] fasttrak.sys = 1,,,,,,_x,4,1 fasttrak.inf = 1,,,,,,,20,0,0 [HardwareIdsDatabase] PCI\VEN_105A&DEV_5275 = "fasttrak" [SCSI.Load] fasttrak = fasttrak.sys,4 [SCSI] fasttrak = "Promise FastTrak TX2000 (tm) Controller (PDC20276)" I have this in my txtsetup.sif and it works for me with modified drivers.
  12. It restarts when you already have intellitype installed.
  13. For Installing the intellitype you need the oem mouse drivers OEM MOUSE Extract and keep hte folder and contents called setup put in your $OEM$-----$1-----Install-----mouse Add this to a batch file CODE ECHO. ECHO Installing Intellimouse start /wait %systemdrive%\install\mouse\oemsetup.exe %systemdrive%\install\mouse\oemsetup.ini ECHO. You will then need to change the Setup.ini under startup change to SuppressReboot=Y Then change in OEMSETUP.ini the type of mouse under device to one of the below . "Microsoft Cordless Wheel Mouse (CWM),Microsoft IntelliMouse (IM) , Microsoft IntelliMouse Explorer (IME), Microsoft IntelliMouse Explorer version 3.0a (IME3), Microsoft IntelliMouse Optical (IMO), Microsoft IntelliMouse TrackBall (IMT),IntelliMouse Web (IMW), Microsoft Mouse (MM), Microsoft TrackBall Explorer (TE), MicrosoftTrackBall Optical (TO), Microsoft Wheel Mouse (WM), Microsoft Wheel Mouse Optical (WMO), Microsoft Wireless IntelliMouse Explorer (WIME), or Microsoft Wireless Wheel Mouse (WWM)" Hope this helps
  14. This is what I put And it works for me. COPY "%systemdrive%\install\Ql\zips.lnk" "%systemdrive%\Documents and Settings\Brain\Application Data\Microsoft\Internet Explorer\Quick Launch\zips.lnk"
  15. makesure you use .lnk at the end of your shortcut
  16. set WshShell = CreateObject("WScript.Shell") WshShell.SendKeys "{NUMLOCK}" Once again make a vbs file and integrate into your install with same basic instructions as with the quick launch. Hope this helps
  17. all you do is open up notepad and copy and paste when you save it change the save as type to All files and put the 1.vbs in quotes.
  18. I dont know if any would have an interest in this but this is how you can turn on quick launch on 1st reboot. Put this in your batch File CLS @echo off ECHO. REGEDIT /S %systemdrive%\install\1.reg ECHO. EXIT. This in a reg file Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce] "vbs"="C:\\Install\\1.vbs" This in a 1.vbs file Option Explicit Dim oShell Set oShell=WScript.CreateObject("WScript.Shell") oShell.Run("rundll32.exe shell32.dll,Options_RunDLL 1") WScript.Sleep 100 oShell.AppActivate "Taskbar and Start Menu Properties" oShell.SendKeys "%Q" WScript.Sleep 200 oShell.AppActivate "Taskbar and Start Menu Properties" oShell.Sendkeys"{ENTER}" Put it all in you $OEM$----$1----Install folder. But be careful if you are deleting your install folder after your batches have run because if you do your 1.vbs file will also be deleted. So to avoid that use this; REG FILE Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce] "vbs"="c:\\Windows\\1.vbs" Part of your BATCH FILE CLS @echo off ECHO. REGEDIT /S %systemdrive%\install\1.reg COPY "%systemdrive%\install\1.vbs" "%systemroot%/1.vbs" ECHO. EXIT. Hope this might help at least 1 person
  19. forget about the "rd /s/q %SYSTEMROOT%\System32\DllCache" part that would remove the directory even though it will be put back when windows needs it.
  20. Put this in a batch file and run @echo off del /f/s/q %SYSTEMROOT%\System32\DllCache rd /s/q %SYSTEMROOT%\System32\DllCache
  21. For Installing the intellitype you need the oem mouse drivers as saved above. Extract and keep hte folder and contents called setup put in your $OEM$-----$1-----Install-----mouse Add this to a batch file ECHO. ECHO Installing Intellimouse start /wait %systemdrive%\install\mouse\oemsetup.exe %systemdrive%\install\mouse\oemsetup.ini ECHO. You will then need to change the Setup.in under startup change to SuppressReboot=Y Then change in OEMSETUP.ini the type of mouse under device to one of the below . "Microsoft Cordless Wheel Mouse (CWM),Microsoft IntelliMouse (IM) , Microsoft IntelliMouse Explorer (IME), Microsoft IntelliMouse Explorer version 3.0a (IME3), Microsoft IntelliMouse Optical (IMO), Microsoft IntelliMouse TrackBall (IMT),IntelliMouse Web (IMW), Microsoft Mouse (MM), Microsoft TrackBall Explorer (TE), MicrosoftTrackBall Optical (TO), Microsoft Wheel Mouse (WM), Microsoft Wheel Mouse Optical (WMO), Microsoft Wireless IntelliMouse Explorer (WIME), or Microsoft Wireless Wheel Mouse (WWM)" Hope this helps
  22. I got my sblaster drivers to install in unattended mode by using the full drivers and taking out the folder called drivers and adding this to my winnt.sif file OemPnPDriversPath="Drivers\sblive" put it in my drivers folder under sblive $OEM$------$1-----Drivers------sblive If you need the link to drivers it is Audigy Download
  23. Does any body know how to change the default wallpaper when windows installs, Use my own instead of Bliss?
  24. I was wondering on how to cahnge the default wallpaper that is installed by windows, so that when I install my version of windows it installs my wallpaper instead? Thanks for any help.
×
×
  • Create New...