Jump to content

MindMaster

Member
  • Posts

    24
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About MindMaster

Contact Methods

  • Website URL
    http://mark.michaelis.net

MindMaster's Achievements

0

Reputation

  1. Each directory has a set of applications and only some users have access to those applications. We configure the ACLS on the directory and then only load the config files that the user has access to. If I place everything in one config file, users will try to install applications they can't access. Mark
  2. Hi All, I have WPI multiple config files placed into directories where each directory is a group of applications. How do I load multiple config files on the command line - is there a specific config file separation character? Alternatively, is there another way to to specify multiple config files? Thanks, Mark
  3. Perfect... Thanks! How can I specify mulitple config files on the command line? If not on the command line, is there another way to identify multiple config files? Thanks, Mark
  4. Hi, If I create a new config file and then rerun WPI.hta it automatically reloads the new config file. However, if I load an existing config file, modify it, and then save it, re-running WPI does not autoload the config file I loaded. Where is it storing what config file to load when it runs. If I rename the new config file using windows and re-run WPI.hta, it (not surprisingly) doesn't find the config file. None of the files in the WPIScripts directory appear to get updated with a reference to the config file. Similarly, I am looking to have multiple config files (each one contains a specific set of applications). If I do this, where is the location I should place the list of config files? Ideally, it would be somewhere that would not be overwritten when I update to a new version. Thanks in advance! Mark
  5. You can do this using sysocmgr.exe which should be in your path. For example, you can install IIS as follows: 1. Create a file listing the components. (I call mine file WindowsComponents.txt) [Components] Fp_extensions=Off fp_vdir_deploy=Off Iis_common=On iis_www=On iis_asp=On iis_inetmgr=On iis_www_vdir_scripts=On 2. Run the following command: sysocmgr /i:%windir%/inf/sysoc.inf /u:WindowsComponents.txt I hope this helps. Mark Michealis http://mark.michaelis.net
  6. It is probably something silly that I am doing but I too am having problems with the download. I have attached my log. I did this with a clean download from 1:30 AM PST. The screen text is as follows: -- 1:36:31 --> Looking for CD Source. -- 1:36:31 --> Found local Boot Image. -- 1:36:31 --> Setting up Run-Time Variables. -- 1:36:31 --> Listing Hotfixes and Updates. -- 1:36:31 --> Removing Previous Creation Directories. -- 1:36:31 --> Removing TEMP Files. -- 1:36:31 --> Creating TEMP directories. -- 1:36:31 --> Determine Source Version. -- 1:36:32 --> Found Source Version: 3KS -- 1:36:32 --> Found Minor Version: 2 -- 1:36:32 --> Found Service Pack Version: 0 -- 1:36:32 --> Found Language Version: ENU -- 1:36:32 --> Found Localization Version: English -- 1:36:32 --> Hotfix Directory used: RTMQFE -- 1:36:32 --> Downloading Hotfix List. -- 1:36:32 --> http://xpcreate.wiretapped.us/XPCLISTS/3KS/ENU/XPCTHLST.TXT Error: "Download Error on Hotfix List." Press Enter to Exit. Later XPCREATE.zip
  7. Hi, Is there some setting in Unattend.txt to not install Internet Explorer Enhanced Security Configuration on Windows 2003? Alternatively, is there an unattended command that I can execute to remove this option? Secondly, can anyone help with where to put a list of trusted sites within Unattend.txt or again, some equivalent command-line to do this? Thanks in advance! MindMaster
  8. Is there any way to specify a different location for WMPub just as ProfileDir specifies a different location for "Documents and Settings" or wwwroot specifies a different location for InetPub? Thanks!
  9. Comments about 19 Sep 2004.... whatever was there 2 hours ago. Concerns: 1. I don't have XPSource set in XPCreate.ini. It attempts to copy from "E:i386\..." In other words, there is a slash missing. 2. I have CopySource=NO but it still seems to require the Windows CD. I was expecting that if I previously did a run that populated CDROOT I would not need to do it again. This is a bummer because it means I must switch CDs in the middle, something I always seem to forget. 3. In my trial runs it still uses my destination CD (the one I previously wrote to) as the source CD. 4. My CDBurn command (from the xpcreate.log file) was CDBURN.EXE YES XPCREATE.ISO -SPEED 24 The "YES" should be CD R/W drive. Working: 1. All messages are prefixed with a time stamp at in my trials. Next version feature suggestion: - The ability to specify the WINNT.SIF file to use within my XPCreate.ini file. Obviously the file would be renamed to WINNT.SIF on copy.
  10. Minor update It appears that the drive letter assignment is not consistent. Sometimes the RAID set is letter E and sometimes (once in total) it is C. When the SATA Raid set is E I end up with drive letters C, E, F (the DVD/RW). I have no idea what changes between installations that would cause Windows to assign drive letters differently. I need some way to make sure that the SATA Raid set is assigned D so that ProfileDir and wwwroot/ftproot settings withing WINNT.SIF can refer to the D drive. Hmmmm....
  11. I have made one small step forward in resolving this. The problem I am having now is that the drive letter is E: instead of D:. As a result I am having the same issues as before but at least the drivers are being loaded. If I don't install the drivers using F6 (or slipstreaming) them and then install the drivers after I log in the drive letter is D. I have to install them using F6 (or slipstreaming them), however, in order to place the ProfilesDir and InetPub on D:. The problem is that when I do this the drive letter ends up being E. The D: drive letter is skipped entirely. How can I change it so the drive letter is D rather than E? Thanks in advance!
  12. More minor suggestions/features: 1. Instead of stating that the ISO has finished building, how about including the ISO name so if it was changed in the XPCREATE.INI file one can see the name that was used. Actually, I would recommend using the INI data for other messages too but this was the one that I specifically would have liked. 2. It would appear to me that XPCREATE is a great way of avoiding having a 2000 parameter command line. However, the one parameter that you might want to consider would be the name of the XPCREATE.INI file. That way one could easily save multiple INI files depending on what CD they were creating. I did this simply in an XPCREATE.CMD batch file wrapper that renamed the file specified as a parameter to be XPCREATE.INI. (Sorry, no more meaningful comments because the machine with the software on is not installing successfully at the moment. As soon as it does, including a network connection, I will try with a more recent drop.)
  13. I am getting an AE when I launch XPlode.exe I am running Windows 2003 Standard on an AMD Opteron based box. When I launch it using cmdlines.txt nothing happens. Therefore, I tried it after logging in and I observed the exception. I tried to have it create a log file but nothing appeared. Thanks for any help!
  14. Okay, I think I have made some progress and the issue appears to be with DOSATA. DOSATA=NO If I don't use DOSATA and instead click F6 at the appropriate time I am presented with 2 drives for installing Windows onto. The C drive is my IDE drive and the D drive is my SATA RAID (comprised of two drives.) After selecting C everything proceeds as expected and the installation succeeds. DOSATA=YES If I select DOSATA I am presented with 3 drives for installing windows onto. The first drive, (C:) is my IDE drive and the second two are the individual drives in my SATA RAID. (Not good!) If I proceed with the install I get the errors creating D&S and Inetpub. When I eventually log on the profile is not found. What is interesting, however, is that I end up with only 2 drives visible. The first is C, my IDE drive, and the second is my SATA RAID drive but it is tagged as E (not D as it should be). Conclusion I believe there is something in your modifications of TXTSETUP.OEM (or some other part of your DOSATA magic) that causes the SATA drives not be be seen as a RAID set. Any suggestions? Thanks in advance! Me P.S. Yes, I use the same drivers for both DOSATA=YES and DOSATA=NO.
  15. 1a. This relates to not showing the command executed in the log file so that it can be debugged. At least knowing what was attempted that errored out is important as I indicated before. 1b. I recreated the CDBurn issue this time with a valid CDRW drive specified. I think this needs to be fixed. The log was the same: I tried manually using the CDBurn command from an old version log file and it executed perfectly. 2. I have attached a ScreenDump.txt showing that some lines don't have timestamps. The attached XPCreate.log file is what I used to create that particular screen dump but no logfiles.cab from this run because it errored out with the CDBurn error above. 3a. I will check in the next version. 3b. Can't you write the log files to the correct place regardless of an error. In fact, why not create Logfiles.cab regardless. (I guess you need exception handling.) I have attached a zip that includes Logfiles.cab from a run I did that did not require the CD to be written just so you can take a look if you want to. Later, Me Logs.zip
×
×
  • Create New...