Jump to content

techbound

Members
  • Posts

    31
  • Joined

  • Last visited

  • Days Won

    1

techbound last won the day on December 15 2013

techbound had the most liked content!

Profile Information

  • Gender
    Male
  • OS
    Windows 7 x64

Recent Profile Visitors

1,301 profile views

techbound's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. i'm trying to intergrate nvidia quadro 550 and 570 x86 drivers into an install.wim file. I got the cabs via windows update catalog and have extracted the cabs into 2 folders one for 550 other for 570 when i go to add them i get the error 30 saying it can't find the files. I've tried expanding the dl_ and sy_ files and all the exe packed files but still no luck. has anyone else ran into this problem if so how did you fix it. I'd like to say away from driverpacks.net files as these are more up to date from windows update catalog.
  2. grab the universal drivers: http://h20565.www2.hp.com/portal/site/hpsc/template.PAGE/public/psi/swdHome/?sp4ts.oid=18326&spf_p.tpst=swdMain&spf_p.prp_swdMain=wsrp-navigationalState%3DswEnvOID%253D4158%257CswLang%253D%257Caction%253DlistDriver&javax.portlet.begCacheTok=com.vignette.cachetoken&javax.portlet.endCacheTok=com.vignette.cachetoken#Driver- Universal Print Driver and you can install it via command line https://social.technet.microsoft.com/Forums/windows/en-US/a9dfac3c-c24b-440e-a36f-d7509da5d6f2/command-line-installation-of-printer-drivers-via-printuidll?forum=w7itproinstall http://www.robvanderwoude.com/2kprintcontrol.php just add the drivers you extract to a folder make a bat file to run the commands and (i've used) winrar sfx to compress and make an exe that runs the bat file on the pc. but the printer i use this for is a networked laserjet 4200 on a jetdirect so I had to create the ports and such. heres my script. cscript %WINDIR%\System32\Printing_Admin_Scripts\en-US\Prnport.vbs -a -r IP_192.168.6.61 -h 192.168.6.61 -o raw -n 9100rundll32 printui.dll,PrintUIEntry /ia /m "HP Universal Printing PCL 6" /F "M:\Printer\upd\hpcu170c.inf"rundll32 printui.dll,PrintUIEntry /if /b "Computer Lab Printer" /F "M:\Printer\upd\hpcu170c.inf" /r "IP_192.168.6.61" /m "HP Universal Printing PCL 6"regedit /s M:\Printer\disableprinternote.reg --this one disables hp print popupWindows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Printers\Computer Lab Printer\PrinterDriverData]"SSNPDriverUISetting"=dword:00000000this is the code to disable the popupkinda long and unorganized but hopefully this helps ya.
  3. mk, I've looked more into the xml part of office setup and found this website: http://technet.microsoft.com/en-us/library/dd630736(v=office.15).aspx and http://technet.microsoft.com/en-us/library/cc179195(v=office.15).aspx hope this is what your looking for broken
  4. yea, oct can pass that step, hince its related to activation. it will also allow you to choose what gets installed, shortcuts, outlook profiles, etc etc. only real issue I've ran into is that for AIO setups you still have to select what product your installing (office/visio/project) as I'm still looking for a switch to fix that one. Just a side note for updates on office 2013 my folder is 1.55 gigs after downloading from WHDownloader and it adds a TON of time to install when in the updates folder. I've found it faster to install the updates after office is installed using my own batch installer.
  5. are you targeting volume or retail? with volume you open oct with the command line setup.exe /admin and you create a .msp file with keys(kms/mak) and other settings and then run that file by setup.exe /adminfile="path\filename.msp" for retail i'm sure you can use the same thing (not 100%) and due the setup and have a script to activate with a key the user enters. google search for activate office 2010/13 by command line. you'll find the command lines to due this.
  6. http://support.microsoft.com/kb/2973544 2973544 replaced 2885699, and is used to enable automatic updates from win 8 to win 8.1 but you have to have update 2871389 installed first on win 8 to see it in windows update. http://support.microsoft.com/kb/2885699 is downloadable as a msu file so really its only good for online systems.
  7. the one thing I've noticed with collecting silent install switches in a forum is they get to be to many, couldn't you create a standalone program that lets people enter the switch and save it to a database hosted somewhere and just have the toolkit check against the database when a user adds an exe to see if there's a match (using crc/sha/md5 checksums/ver number) and auto load the switches, if no match, then ask to enter a switch if you know one and add it to the database. just a thought.
  8. funny i'm working on a vb.net program this very moment that does what you want. well for office updates that is.
  9. using v1 of the unattended creator if i enter a mak key i get an error and i'm unable to install windows. the workaround is that i delete the key from the xml in the winpe setup part and leave it in the specialize part. I'm wondering if adding a check box that you can check for mak keys to skip adding the key to the winpe part in v2. here is a link that shows the issue in greater detail. http://blogs.technet.com/b/askcore/archive/2009/10/05/invalid-product-key-error-specifying-mak-key-in-unattend-xml.aspx Thanks edit: opps saw the rules too late. if you want close it and i'll reopen.
×
×
  • Create New...