Jump to content

Tripredacus

Supervisor
  • Posts

    13,349
  • Joined

  • Last visited

  • Days Won

    26
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Tripredacus

  1. Take a look in Event Viewer under Application tab to see if the game logs any crash events.
  2. Here is an example. I had a cms that was installed in htdocs. This cms you could upload files to the "uploads" folder so say htdocs\cms\uploads... The problem for me was that I have htdocs (and Apache) running on a drive with 60GB space. So I have another volume (E: ) and I made an uploads folder there ie: e:\uploads. So I needed it to be made that anything that was sent to the uploads folder could be written to (this worked fine) and read from e:\uploads. Unfortunately, I could upload files there without a problem but anything viewed from there (like pictures) would generate a 404. I also could not browse directly to the uploads folder like to domain.com/cms/uploads, this would make a 404 as well, so it wasn't serving HTML from there either. I fixed it by adding the following to my httpd.conf: Alias /cms/uploads "e:\uploads" <Directory "E:\uploads"> Options Indexes FollowSymLinks Includes ExecCGI AllowOverride All Order allow,deny Allow from all </Directory> I could probably get away with removing the ExecCGI part, but I just found an example online and used it. Also, since I am using this on 2008 R2, I had to set permissions properly on the folder in order for the Alias to work properly. This is likely a little different than what you are looking for, but maybe it will make you think of some new search terms.
  3. This HTA was designed to use WIM files, which is why you aren't seeing SWM files. I have little to no experience with SWM files other than the ones WDS creates by itself. If you want to modify the code to work with SWM files, go right ahead. Of course I do not share my full HTA with everyone, just the generic base copy, so that's totally up to you.
  4. There are some things you need to tell us (if you haven't fixed it already) in order for us to do anything. 1. What is the Error Code in the "BSOD" ??? 2. Check the Panther logs: C:\windows\panther c:\windows\system32\sysprep\panther There should be log files in there that may show warnings or errors which should point to the cause of the problem.
  5. You cannot make your own DVD that installs Windows 7. This can only be done by a Microsoft Authorized Replicator. And I mean this by legal terms! Of course you could make your own, but if MS catches you then say goodbye to your business! However, if you make a DVD with these extra options, then a Replicator can make them for you. This is really expensive to do. I can't find specific Replicator info because it is different depending if you are using Educational, Open, Direct, Volume License or Embedded versions of Windows. If you have a Microsoft Partner account, you should get a rep assigned to you. They would be the best person to ask about this type of thing. If you aren't already, you can check it out here (use IE): https://partner.microsoft.com
  6. Firewall settings are per network profile. http://technet.microsoft.com/en-us/library/cc766517%28WS.10%29.aspx Here is DNSSuffixSearchOrder: http://technet.microsoft.com/en-us/library/cc766454%28WS.10%29.aspx This is info about HKLMProxyServer: http://technet.microsoft.com/en-us/library/cc721933%28WS.10%29.aspx Anything else (like Computer Description) may have to be done with a .reg file.
  7. Your first bet is to take one of the existing CAB files that come with the WAIK and open it up to see what is inside. What functionality do you specifically need in WinPE? Chances are someone has figured it out already.
  8. Audit Mode is for creating images. It is not suited for every day use. Also, when you use Audit Mode, (in most Win7 distros) you use the Administrator account. When you sysprep to OOBE, that account gets disabled. So if you were to install Google Chrome in 7PRO and sysprep to Audit, you'd have to reinstall it.
  9. It is typically a bad idea and/or not supported to change the first sector of a partition. This is why Diskpart doesn't do it. Some other programs might, like Partition Magic, but I never tried it. The problem comes down to having to totally rebuild the FAT because you end up bit-shifting everything in the partition. I might be wrong (wouldn't be the first time) and Jaclaz can correct me (wouldn't be the first time) Only one way to learn!
  10. Microsoft has a software product called Dynamics SL with has an accounting package. Other versions of Dynamics might have it as well. Here is a link to it (you may need to use IE to view) http://www.microsoft.com/dynamics/en/us/products/sl-financial-management.aspx
  11. Is it mashed potatoes? I haven't had those in awhile!
  12. It is inevitable!
  13. I learned a new word today!
  14. caffeine isn't working right now, i'm getting sleepy while drinking

  15. Maybe the real question here is where it is physically located? Always tough, need a good asset management system.
  16. Theoretically, Windows should be able to handle a motherboard change, but with a couple issues. Your new board SHOULD have the same Mass Storage Controller or else you can get a 0x7b error at boot. You may have to reactivate Windows, but sometimes it is smart enough to detect that most of the hardware is still the same. Also it is possible that you could sysprep /generalize /shutdown Windows 7, swap the board and boot back up. You could use Imagex and save your OS and could inject the drivers that way. Again its kinda risky. If it were my personal system, I would backup all my stuff and swap the board and see what happens. Worse case scenario you can do a repair install.
  17. You should be able to redist the WinPE, but no you can't burn your own install DVDs. Only Authorized Replicators can do that. You should check with your MS Partner rep to see what options you have in your Channel.
  18. You need to generalize to store an image. This takes all the GUIDs out of the registry and removes the drivers and stuff so you can put that image on other hardware. If you don't generalize, you could get a STOP error if you put it on other hardware. Some updates may be able to be put on with DISM, but I do not use that method.
  19. 64bit has 2 registries, probably could be it... http://support.microsoft.com/kb/305097/
  20. bleh i just want to go to sleep

  21. den, you should stop picking TVs from the trash ^_^

  22. I have made a v7.2 which is available on SkyDrive This version has both 32bit and 64bit support. It includes a very simple readme. It has the fixes to the Messageboxes that I made, and the XML fix that Dabone made. It also includes the two background images I had created. Let me know if you have any problems with it. I made it from my customized version that I run, so hopefully it works properly! I have not tested it.
  23. Presuming you didn't generalize with Sysprep, then it is. IF you did generalize, you may have to use skiprearm to sysprep again. But you do not necessarily need to only install programs in Audit mode.
  24. You can create a WinPE 3.0 x64 that launches a script that detects the partition arrangement. Then automatically launch the correct file using the /unattend switch for setup.exe.
  25. I have not seen a time when more than one MININT will have the same IP address. The only reason I could think it would be possible is if you configured your server to use GUIDs instead of MAC Addresses. Some companies will have GUIDs of all FFF for some stupid reason. You should check your Scope settings, such as maximum clients and lease time. I personally use a lease time of 3 hours. As far as "multicasting" goes, Server does this automatically for all network traffic by default. I know that WDS has a multicast setting you can use but honesly I've never tried it. The maximum number of clients you can boot off Server's PXE is based on the amount of memory and overhead on the server. Changing SMB settings can also effect PXE. As an example, I had a WDS with 2GB RAM that could only support 8 clients. My current WDS has supported 20+ but haven't hit maximum clients yet. Using managed switches with Link Aggregation (the server needs to be able to do that also) will also take care of the 100/1000 switching issue.
×
×
  • Create New...