Jump to content

Tripredacus

Supervisor
  • Posts

    13,297
  • Joined

  • Last visited

  • Days Won

    24
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Tripredacus

  1. Hey, how come Zxian... Xzian whatever gets a special day on the MSFN calendar? Who's in charge of that, Dencorso needs a special day too.
  2. you should try copype.cmd without using call. What error do you get with oscdimg?
  3. I have resolved this problem as well! However I now need to automate the process. Here's how it went... I started out just imaging a machine and putting the AUTOUNATTEND.XML file in a folder, and then run recovery. It always ignored it. After about a week of head scratching, I finally decided to do a little research. Google and MS Social were basically dead ends, likely because I was approaching it from a different angle as those guys and the OP here. I then did a couple of things: 1. I mounted the winre.wim from my workstation with DISM. 2. I looked at the WINPESHL.INI and found it uses RECENV.EXE as the shell. 3. I opened RECENV.EXE in a string viewer 4. I saw that it looks for x:\unattend.xml, there is no XML file in the offline image. 5. I boot a PC to WinRE and open command prompt. Sure enough, the XML file is there. 6. I replaced the file with my custom one and ran recovery. It worked! However I used Notepad that is in WinRE (and WinPE) to replace the file, but that is not a good automated way of doing it! These next steps, I have not tried them yet, I will tomorrow... First thing you want to look at is this link: http://technet.microsoft.com/en-us/library/dd744576%28WS.10%29.aspx What we can do here is use FactoryRecoveryTool to reinstall the image for us. You will need to use the info from the unattend.xml that RECENV created when you got there, because it uses pathing and such. Then we can just call setup as such: X:\SOURCES\SETUP.EXE /UNATTEND:X:\SOURCES\UNATTEND.XML So if we use the /UNATTEND switch, you can put your unattend file anywhere you want and name it anything you want to. If you look in the WinRE.WIM you will find 2 setup.exe, one in Sources and one in the root of X. If you look at the manifests in a program like ResHack, you will see that the one in Sources is the one that installs Windows and not the other one. Alternatively, you can use FactoryRecoveryTool to run any app instead of running Setup. Man, I was so happy I got this to work!
  4. I see you opened your XML file in IE and copypasta it into your post. We can't use this code very well, its better to attach your XML to your post (edit out your product key first). Does your XML validate in WSIM?
  5. Also don't forget to change your "About" page, it still has the WordPress template wording in it.
  6. Yeah I left the "loop" part out as I wasn't sure how to word it politely... We still are just using the old switches, except now the plan has been upgraded to getting managed switches as well as patch panels. Yes we just have Cat6 running through the ceiling and under tables. We do not need VLAN or anything crazy. This network has is isolated, we only want to be able to have switches that allow 100Mbps clients to run at 100 and the gigabit to run at gigabit at the same time. Currently, if a 100Mbps client is running (which it will if we use DOS Ghost client) the entire LAN drops to 100! Then what happens is that the gigabit clients end up timing out and the server will eventually cease to see that particular segment or the entire network. This wouldn't be such a big issue if we didn't have to use Ghost, but we still must use it to image XP machines with HD based recovery, since Imagex can't do it. And all the DOS NDIS drivers for Ghost run gigabit NICs at 100. Also, some onboard NICs (not Intel, but moreso Broadcom, RTL, etc) do not run at gigabit speed unless Windows is installed. So for example, a gigabit NIC will run at 100 during PXE or will if its just sitting in the BIOS or any pre-OS installed state, it will report to the switch its 100, make the light orange, then put Windows on it, install the driver and the light turns green/gigabit. Really annoying.
  7. I hope these words don't make you famous!
  8. The issue has been resolved. We replaced one end. Also found out that we only get 1% download speed when not teaming the NICs. Also the Team is for failover only, no aggregation.
  9. XPH? XP Home?
  10. Do not post technical topics in General Discussion.
  11. No, I'm talking about installing Nero9 without a product key. The activation portion (where you manually type in the key) after install (NeroSmartStart.exe) is not compatible with Windows 7 and crashes after you type in the key and click the next button. A normal install where you either choose to put the product key in your cmdline, or manually run it off the CD works fine in Windows 7.
  12. Ooops it looks like a Windows 7 unattend? I can move this for you if so. For windows 7, you can use this as example: <settings pass="oobeSystem"> <component name="Microsoft-Windows-International-Core" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <InputLocale>0409:00000409</InputLocale> <UILanguage>en-us</UILanguage> <SystemLocale>en-us</SystemLocale> <UserLocale>en-us</UserLocale> </component> </settings> And in the windowsPE pass, Microsoft-Windows-Setup component: <UserData> <AcceptEula>true</AcceptEula> <FullName>EndUserName</FullName> <Organization>Fabrikam</Organization> <ProductKey> <Key>12345-12345-12345-12345-12345</Key> <WillShowUI>Never</WillShowUI> </ProductKey> </UserData> If you need to specify a different key for activation, use Microsoft-Windows-Shell-Setup in the Specialize pass.
  13. That's like the Quad Stacker at Burger King. Scary thing.
  14. Debating this, so move to XP for now, although somebody will probably come in here and post some crazy technical stuff.
  15. I see there is a difference now. In the old version the profile had the wrong posts. Thanks for pointing that out.
  16. The first thing I do is look at the most recent posts for people to ban... jk You can find your most recent posts here: http://www.msfn.org/board/get-member-post-m254708.html And most recent topics here: http://www.msfn.org/board/get-member-topics-m254708.html These are accessible by accessing your profile: http://www.msfn.org/board/member-phenomic-m254708.html
  17. You may be able to extrapolate a method from this thread: http://www.msfn.org/board/imagex-t138048.html
  18. Won't WPEUTIL SHUTDOWN command work for you? Just sent to ComSpec to that command and it will shutdown. I use it in my scripts, that and WPEUTIL REBOOT if needed.
  19. Replacing the switch didn't make a difference. I thought that too. We're having someone look at it in the morning, hopefully its just something I overlooked.
  20. Have you looked at this topic? http://www.msfn.org/board/support-wifi-t141137.html
  21. Oof it really kicked the bucket today. It probably happened over the weekend or so. One of the switches was not communicating with the server at all, but the other switch was OK. I rebooted it and nothing, so then connected the Wind to the line and it worked. To think maybe the switch was bad, I swapped it out. Then the new switch wasn't working either. So of course we try another network cable and then that switch is up again! Easy fix right? Well not unless you try to do something with it, which then caused the entire network to drop! So I disconnected the new wire and the other switch magically starts working. So something happened over the weekend that caused part of the network to fail. Also very interesting (via testing) I found that if both switches were connected (when the network failed or ran very slow) the Team broke! If I only have 1 switch connected, the team does not break. Yes I still make the case to get some managed switches, hopefully this will happen soon. However, what can cause the team to break like this?
  22. It also counts posts you make in the Welcome forum on your profile, but not on your posts. So having one extra post is normal on your profile. People like me and Dencorso have a lot more posts on our profile page than you see on any of our posts because we welcome new users a lot.
  23. If the install for Dreamweaver CS3 has unattend switches (so you can unattend install it from command prompt or run box) just use RunWait in your script. That way you don't have to rely on AutoIT to be able to click all the correct buttons for you.
  24. and mine from Nero8 I added the last one in case those different switches work with Nero9. Thanks for the reply! "Start/Wait" will not work in WPI. I thought that the /qb switch was to show progress bar. The rest is the same...Strange.. Nero 9 is really hard to make it a good unattended install.... Yes we can't even use Nero9 because the OEM install is not compatible with Windows 7. We are still using Nero 8 but when it runs out we won't have anything to use! We are still waiting for Nero to fix it, but its been a long time now.
  25. Well CCLeaner is a free registry cleaner, but I do not know of any registry "fixers" that is, a program that reverts to default system settings. You can try making a different user account and see if it is just a problem with your account or not.
×
×
  • Create New...