Jump to content

Tripredacus

Supervisor
  • Posts

    13,294
  • Joined

  • Last visited

  • Days Won

    24
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Tripredacus

  1. Don't forget this one too: http://technet.microsoft.com/en-us/library...28WS.10%29.aspx
  2. Considering the price of HDDs nowadays, 1TB should be plenty for both as the storage volumes. Make sure you get 2 volumes, one for OS and one for storage. The amount of memory depends on a couple things. What OS are you going to use? Also it depends on the number of clients that will be served. More memory means more concurrent connections. I can't tell you more than that.
  3. This is true. Many people think its MUP.SYS, but its actually the driver/library that is being loaded AFTER MUP.SYS. To see what this file is, do a Step-By-Step boot option, then it will prompt you to do a Y/N for each driver, and you can see what comes after MUP.SYS.
  4. While it is likely possible to make your setup work, I wouldn't really recommend it for 2 reasons: 1. Your OS should not be on the RAID10. Your data should be kept on a separate array than your OS, or at least separate physical drives. I typically set up a RAID10 on the card (like you have done) and then put either a JBOD or RAID1 onboard for the OS. 2. I would typically only set up a RAID10 with a minimum of 6 drives, as things could go south on you real quick with only 4 drives. This maybe just a superstition of mine tho. XP could have a problem with the install if your total volume size is larger than 2TB. You did not post what your total volume size is! For Windows 7 (if you insist on this method) make sure you are using the Windows 7 drivers, and not the ones for Vista or XP. You should be able to use 2008 R2 drivers as well. Also, what arch of 7 are you using? Moving this to 7 Unattend forum.
  5. Greenhand is a lot easier to pronounce than your username.
  6. Its alright, I can remove the extra post
  7. Check out this section: http://www.msfn.org/board/install-windows-usb-f157.html
  8. Ah remember use E instead of I in English.
  9. Those would be some great certs to have!
  10. You can also use VBS for your functions, and build your GUI as an HTA, as is done with this project: http://www.msfn.org/board/imagex-hta-win-p...64-t138048.html http://www.msfn.org/board/18-t97512.html
  11. There are walkthroughs here to create WinRE using the WAIK: http://technet.microsoft.com/en-us/library...28WS.10%29.aspx Unfortunately, OPK methods use NDA (non-disclosure agreement) restrictions which means they are not to be openly shared with the public. The WAIK instructions should work with an OPK build. Otherwise, if you are experiencing problems specific to the OPK instructions, you should contact your TAM or Microsoft Rep to acquire the correct help.
  12. Most likely you are using a .NET library in your build. Windows PE does not support the .NET Framework. Copy Depends into your PE image, then run Depends on your app. I bet you will find you are missing some DLLs that are part of .NET. Also, tell us what architecture your app is compiled for, and also the arch of the PE build.
  13. I have seen this avatar somewhere before... I know it.
  14. Marilyn Manson - Misery Machine
  15. There are a few notebooks companies that offer barebone builds, including MSI and Uniwill. There are probably more but those are the ones I know of. Otherwise, as far as license trades go, this isn't the forum for it.
  16. Windows PE has some distribution rules. Make sure you read the docs for WAIK or OPK Tools before considering putting Win PE 3.0 on any of these computers to safeguard your company against possible EULA violations.
  17. FYI, Firewall is enabled by default in WinPE 2.x as well.
  18. Also, if you are using XP or higher, some folders may actually appear "empty" but also contain a hidden system file called desktop.ini.
  19. Wow that's worse than SecuROM!
  20. Sorry, those switches didn't work either. We can't install Nero with a CD Key in it already. We are not using your standard version, using Nero 9 Essentials Suite 3, which is an OEM version. Here is the behaviour seen with those instructions on Win7: If run normally, it either said it couldn't find setupx.exe OR crashed and wrote its Fault Bucket in Event Viewer. If run as Administrator, Setupx.exe would open, but acted the same as if you just double-click it to open. We have sent an email to Nero support, if they are able to answer the questions, I might be able to post the fix here.
  21. I am using a modified script of my Nero 8 silent installer, which works fine. I had to add in the extra items, like ImagXpress and Nero Product Patcher. @echo off title Nero 9 Essentials Ste 3 echo. echo Nero XML... start /wait unit_tpi_msxml-4\neroxml.msi /passive /norestart echo. echo VCR... start /wait unit_tpi_vcredist-x86-2005_KB973544\vcredist.msi /passive /norestart echo. echo ImageXpress... start /wait unit_tpi_imagxpress-7.0.74.0\imagXpress.msi /passive /norestart echo. echo Updating DirectX 9c Redistributable... start /wait unit_tpi_directx-9c-redist-d3dx9-30\dxsetup.exe /silent echo. echo Nero Product Patcher... start /wait unit_tpi_NeroProductPatcher_85531\Nero_Product_Patcher_TT85531.msi /passive /norestart echo. echo Installing Nero 9 Essentials... start /wait SetupX.exe /qb! /l*v "c:\windows\NeroSetupLog.txt" NSC_OPT="FALSE" NSC_DEFAULT_OFF="TRUE" The following do NOT work: ImagXpress: an error shows up in Event Viewer: ImagXpress.msi cannot be executed, run Setup instead. SetupX: This just closes altogether. It also doesn't even write the log file. Now the code in there is for Nero8 installer, so things might have changed. Any ideas?
  22. No need to close the topic. Someday someone may find it useful or have a similar problem and use this thread. Good to see your computer is working again.
  23. I'm pretty sure you can't pull that XML out of the WIM like that. You need to write a program or script to make changes to the XML while it is still in the WIM. Refer to this thread for an idea: http://www.msfn.org/board/wim-xml-descript...ng-t117040.html
  24. I do not have anything actively installed, but I keep the following on hand for virus/malware combat: - Process Explorer - Process Monitor - Gmer - MalwareBytes - Regedit - NTFSDOS - CACLS - ATTRIB - CCleaner - Combofix - Windows PE (Vista SP1 Servicing Build) Also, refer to this thread for more tools: http://www.msfn.org/board/2-t128219.html
  25. nl-NL http://social.technet.microsoft.com/Forums...f7-3883e907f7b0
×
×
  • Create New...