
GreenMachine
Developer-
Content Count
3,070 -
Joined
-
Last visited
-
Donations
$0.00
Content Type
Profiles
Forums
Calendar
Store
Forms
Everything posted by GreenMachine
-
GreenMachine's Complete SP3 SVCPACK.INF
GreenMachine replied to GreenMachine's topic in Unattended Windows 2000/XP/2003
Just an update ... A few more updates than on the first post in this thread. Still the same problem with Windows Search, and it's subsequent update: "WindowsSearch-KB940157-XP-x86-enu.exe /Quiet /NoRestart" "WindowsServer2003.WindowsXP-KB963093-x86-ENU.exe /Quiet /NoRestart" Also WGA (KB905474) seems to now require interactive installation. After install, only KB940157 and KB905474 are listed as needed by Windows Update. SVCPACK.INF [Version] Signature="$Windows NT$" MajorVersion=5 MinorVersion=1 BuildNumber=2600 [SetupData] CatalogSubDir="\i386\svcpack" [SetupHotfixesToRun] " -
GreenMachine's Complete SP3 SVCPACK.INF
GreenMachine replied to GreenMachine's topic in Unattended Windows 2000/XP/2003
Following is my current version, taking into consideration last weeks patches. Still having the same problem with Windows Search 4, and I suspect that will not go away until either that issue is corrected in the software, or Windows Search no longer shows up in Windows Update. SVCPACK.INF [Version] Signature="$Windows NT$" MajorVersion=5 MinorVersion=1 BuildNumber=2600 [SetupData] CatalogSubDir="\i386\svcpack" [SetupHotfixesToRun] ; ---------- SVC-D1F Files ---------- "DotNet11.exe /Q:A /C:""INSTALL /Q""" ; ---------- SVC-D1U Files ---------- "NDP1.1SP1-KB867460-x86.exe /Q" "ND -
GreenMachine's Complete SP3 SVCPACK.INF
GreenMachine replied to GreenMachine's topic in Unattended Windows 2000/XP/2003
Following is my current version, taking into consideration last weeks patches. Still having the same problem with Windows Search 4, and I suspect that will not go away until either that issue is corrected in the software, or Windows Search no longer shows up in Windows Update (my prefered option ... ) I was also having problems with KB956391, until I realized that it needed to be installed AFTER IE7. [Version] Signature="$Windows NT$" MajorVersion=5 MinorVersion=1 BuildNumber=2600 [SetupData] CatalogSubDir="\i386\svcpack" [SetupHotfixesToRun] ; ---------- SVC-D1F Files ---------- -
Windows Search Setup & SVCPACK.INF
GreenMachine replied to GreenMachine's topic in Unattended Windows 2000/XP/2003
Typo indeed. TermService was intended. In any event the NET STOP/START commands are invalid for this service, even on an up and running XP. Obviously, i would prefer not to start a bunch of services. I was hoping for a little registry entry that either instructed the program to install anyway, or fooled it into thinking all the prerequisites had been met. Installing after the final reboot is a valid solution, but right now my efforts are concentrated on doing it from SVCPACK.INF. Any other ideas? Thanks! -
GreenMachine's Complete SP3 SVCPACK.INF
GreenMachine replied to GreenMachine's topic in Unattended Windows 2000/XP/2003
In the continued search for perfection, here is my latest, and not yet perfected, SVCPACK.INF. [Version] Signature="$Windows NT$" MajorVersion=5 MinorVersion=1 BuildNumber=2600 [SetupData] CatalogSubDir="\i386\svcpack" [SetupHotfixesToRun] ; ---------- SVC-D1F Files ---------- "DotNet11.exe /Q:A /C:""INSTALL /Q""" ; ---------- SVC-D1U Files ---------- "NDP1.1SP1-KB867460-x86.exe /Q" "NDP1.1sp1-KB928366-X86.exe /Q" ; ---------- SVC-D2F Files ---------- "REG DELETE HKLM\Software\Microsoft\PCHealth\ErrorReporting\DW /F" "REG ADD HKLM\SYSTEM\Setup /V SystemSetupInProgress /T RE -
I am trying to install Windows Search (WindowsSearch-KB940157-XP-x86-ENU.exe) from SVCPACK.INF during Windows XP SP3 installation. The unattended command line, WindowsSearch-KB940157-XP-x86-ENU.exe /Q /NoRestart, works fine in an up and running XP installation. From SVCPACK.INF, the command silently fails: no error message and Windows Search NOT installed. The log file, KB940157, reads as such: 00:00.000: ======================================================================= 00:00.070: INFO: Opening log for preliminary WDSSetup.exe actions 00:00.070: Started: 2008/10/14 (Y/M/D) 01:00:00.000
-
In the never ending search for the complete, up to date Windows XP Installation, here is my latest SVCPACK.INF, used to install all the updates and hotfixes for Windows XP Service Pack 3. This list of updates and hotfixes are those I have determined to be necessary to show Zero Updates needed, High Priority or Recommended, in Windows Update. One major obstacle is finding the hotfixes. I use a combination of standard hotfix downloads from Microsoft, inspection of WindowsUpdate.log for update URLs, and NirSoft's SmartSniff to detect from where the hotfixes are downloaded. Please do the same to f
-
GreenMachine's Complete SVCPACK.INF
GreenMachine replied to GreenMachine's topic in Unattended Windows 2000/XP/2003
@Bitfrotter: Correct me if I am wrong, but your posts have led me to believe you are using XPCREATE in a commercial environment. Is that correct? I will not be updating this SVCPACK.INF any longer, as I have moved on to SP3. -
GreenMachine's Complete SVCPACK.INF
GreenMachine replied to GreenMachine's topic in Unattended Windows 2000/XP/2003
@giarc: Yes, this works on an attended install, as well as an unattended. You have the wrong switches, or the wrong update file for the hotfix that is prompting you for an extraction path. You could try a quiet installation, as opposed to an unattended installation, and then you should have more luck finding the culprit. To do so, change all the /Q /U /O /N /Z to /U /O /N /Z, and the /Q:A /R:N to /Q:U /R:N. Integration using the /integrate switch will result in a larger installation source, as the updates are still run as shown above, but unpacked files will then replace packed files in the i3 -
GreenMachine's Complete SVCPACK.INF
GreenMachine replied to GreenMachine's topic in Unattended Windows 2000/XP/2003
First post updated for April 2008 patches. -
GreenMachine's Complete SVCPACK.INF
GreenMachine replied to GreenMachine's topic in Unattended Windows 2000/XP/2003
First post updated with Today's Patch Day Updates -
How to check if a file is locked in a cmd ?
GreenMachine replied to midiboy's topic in Unattended Windows 2000/XP/2003
I WAS missing something ... seems I skipped right over that response that said what I said. Must have come out of hibernation too early ... -
How to check if a file is locked in a cmd ?
GreenMachine replied to midiboy's topic in Unattended Windows 2000/XP/2003
Personally ... I like the simple approach. "I would like to check in a cmd if a file was deleted or not ". I read that to mean that if it still exists, it was not deleted, no? Am I missing something here? -
GreenMachine's Complete SVCPACK.INF
GreenMachine replied to GreenMachine's topic in Unattended Windows 2000/XP/2003
@smilodn: This list is for XP Pro. Forgot to mention that ... @Yzöwl: I suspect that the SVC-IEU (IE Updates) files that did not install are due to not including the IE7 iexplore.ex_ in your I386 installation directory. WIthout this, the IE Updates will think that IE6 is installed, and not install. That is one of the "smoke and mirror" tricks I needed to use. @spitf1f3: Perhaps it will work for both Home and Pro: I never use nor test the Home version. It takes quite a while to install this way, but most of the time is for .Net, which is unavoidable unless you find a method to slipstream .Net ( -
Yes, I do have it ... And you can find it, too! I assume you already looked in C:\Windows\WindowsUpdate.log. If you do not find it there, go to NirSoft (www.nirsoft.net), and download SmartSniff. Start SmartSniff, and let Windows Update download the file(s) in question. Now, examine the streams tracked by SmartSniff, and you will find the link(s)!
-
GreenMachine's Complete SVCPACK.INF
GreenMachine replied to GreenMachine's topic in Unattended Windows 2000/XP/2003
Aha! I have aroused, or perhaps arisen, the interest of he whose batch skills are rivaled only by ... my own! The short answers: HMTCDWIZARD appears to be unnecessary. I did not realize WMP11 rendered it so. SCRIPTEN.EXE can replace WINDOWSXP-KB917344-X86-ENU.EXE, however my objective here was to find the "minimal" list of updates needed for an "up to date" install, as determined by Windows Update. Additionally, in my tests, SCRIPTEN.EXE generates a non-critical digital signature error in setuperr.log when slipstreamed. No, WINDOWSXP-KB938127-X86-ENU.EXE and IE7-WindowsXP-KB938127-x86-ENU.ex -
In the never ending search for the complete, up to date Windows XP Installation, here is my latest SVCPACK.INF, used to install all the updates and hotfixes for Windows XP Service Pack 2. This list of updates and hotfixes are those I have determined to be neccessary to show Zero Updates needed, High Priority or Recommended, in Wiindows Update. One major obstacle is finding the hotfixes. I use a combination of standard hotfix downloads from Microsoft, inspection of WindowsUpdate.log for update URLs, and NirSoft's Port Sniffer to detect from where the hotfixes are downloaded. Please do the same
-
Yes, the list only includes the MSXML 6 Update, but I do believe that it installs all of MSXML 6. There are no updates for the other MSXML versions listed, simply because Windows Update did not list any. Yes, there is now an SVC-X2I folder. The SVC-X2M folder still works, but the MSI wrapper is different in the SVC-X2I folder. My XPCREATION was nearly 900 Mbytes, but I removed nothing from the source, nor the hotfix list. A good part of that is due to the various .NET versions. I do not know which updates can be excluded, as I have not tested all combinations. My objective is to create an XP i
-
Thanks, gosh! For those of oyu that requested the download ink, that has been sent. Please post your findings in the XPCREATE forum.
-
Though I have been admittedly neglecting XPCREATE in order to focus on other areas of life (Go Sox!), I have released a new version. If you are an experienced XPCREATE user, and interested in testing this version, please check out THIS POST in the XPCREATE Forum. The new version creates an unattended installation DVD that does not require any updates, as listed on Windows Update, including IE7, WMP11, .NET2, .NET3 and more!
-
XPCREATE has been updated to handle the latest hotfixes, and create a Windows Installation Disk the lists no High Priority or Recommended Updates upon first boot. This version is still in the test phase, and currently I have only tested with Windows XP. The vast majority of the various types of hotfixes and updates (93 of 116) are slipstreamed into the source. The remainder are installed at the T-13 point in the installation, via the SVCPACK.INF installation file. The files that are not actually slipstreamed include: Windows Media Player 11 and Updates Internet Explorer 7 and Updates .Net Vers
-
Slipstreaming tools and forums gone!
GreenMachine replied to GreenMachine's topic in Site & Forum Issues
WOW! Looks like another case of the squeaky hinge getting the oil! XPCREATE itself has hardly moved for a long time. The code does just what it was designed to do, and the hotfix layout has not warranted any new design. I am currently looking into 2 minor annoyances (IE7 patches, and .NET 3), and will keep you all posted with what I find out. Thanks for your reactivity, MartinL, and getting the forums back up. I really wanted to see the hotstream project as well!