Jump to content

compstuff

Members
  • Posts

    564
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by compstuff

  1. is SetupComplete.cmd run as admin and do items run that way get installed to default profiles/all users?
  2. This is exactly the idea I also try to implement... I find it much easier to make updates etc to items and then just drop them in the $OEM$ folders and as you stated, then their is no need to mount and integrated again. I am still expanding this idea further on my images and now after reading this and DotFusion's post I am going to change my driver integration methods
  3. IMHO I also feel that adding drivers still seems to be a rather complicated and often problematic part of the overall integration process. I do manage to make images that use DriverPacks in WinToolKit but it's anything but an "elegant" solution and I would welcome a more streamlined and manageable method. I can only imagine that a collaborative brainstorming with Jeff &, Erik of DriverPacks and Liam would produce an incredible solution that could be considered the standard for future integration's. In addition I think its important to note that the actual integration process is not the only important aspect of drivers, the maintenance and creation of them is also a key part and the team at DriverPacks is quite busy with real life as noted here http://forum.driverpacks.net/viewtopic.php?id=6327. If integrating drivers is important to us all then maybe we could all put our heads together on this.
  4. I don't know how I never saw that post when it was out there :-)
  5. That's very similar to what I had reported here: http://www.wincert.net/forum/topic/10939-warning-14115-test5-experimental/page-3#entry95295 Here's my .ini: *AIO#UpdatesE:\!Slipstream\_7Tools\_Updates\McRip Windows 7 x64\Additional\IE10ReleasePreview\Updates\Windows6.1-KB2786081-x64.msuE:\!Slipstream\_7Tools\_Updates\McRip Windows 7 x64\Additional\IE10ReleasePreview\Prerequisites\Windows6.1-KB2726535-x64.msuE:\!Slipstream\_7Tools\_Updates\McRip Windows 7 x64\Additional\IE10ReleasePreview\Prerequisites\Windows6.1-KB2729094-v2-x64.msu#OptionsCompatibility CheckCreate BackupsEnable CMDForce UnsignedIntegrate 'HDC' Drivers (boot.wim)Integrate 'SCSIADAPTER' Drivers (boot.wim)Integrate 'SYSTEM' Drivers (boot.wim)LDR-QFE ModeLog Registry ChangesPrepare DriversPrompt AddonsPrompt DriversPrompt GadgetsPrompt SilentPrompt ThemesPrompt UpdatesPrompt WallpapersRebuild ImageShow Browse DialogShow Duplicates
  6. Step 1 Integration The first thing I do is copy the vanilla source files from "W7T_7SP1x64ent_TechNet-base" to my target directory "W7T_7SP1x64ent_TechNet-Step-1-Updates". I then open WinToolKit, and if I haven't already done it I will go to the Update Catalog, select my McRip choice and makes sure I have the latest updates. Actually I spend quite a bit of time checking and reviewing updates and I use http://forums.mydigitallife.info/threads/19461-Windows-Hotfix-repository and the members there to provide the support for this part. Once that part is done to my satisfaction I open the AIO Integration option and select my "W7T_7SP1x64ent_TechNet-Step-1-Updates" target. In this case I will skip the preset and start from scratch to create a new .ini I select the updates tab and then follow the same specific procedure every time I do Step 1. NOTE: this months update sequence changed slightly due to Windows Update showing some of the IE10 pre-req's so I added them at step 2 below in this phase, every other step I have been repeating exactly for about a year and more integration's than I can even remember 1) Select Add Updates & Subfolders, select IE9 folder found in the Additional folder and WinToolKIt will properly add them all 2) Select Add Updates, select KB2786081, KB2726535, KB2729094 found in Additional IE10ReleasePreview and WinToolKIt will properly add them all 3) Select Add Updates, highlight and select every .msu in the _Updates "McRip Windows 7 x64" folder *** At this point I select the GREEN folders and items that I want to add to my image and this will vary based on your personal preference and need. RDP8.0 has one item I add in Step 1 *** 4) Select Add Updates & Subfolders, continue to select each GREEN folder (i just do them in sequence) and WinToolKit will properly add them all. When you reach the BROWN "RemoteDesktopProtocol8.0" use Add Updates and only add KB2574819, then finish off the rest of the GREEN folders. I have now added all my updates that apply to my STEP-1. Now at this point I actually don't run it yet because I just created a new .ini and I want to compare it to an old one and make sure it looks right and that I haven't forgotten anything. As much as this seem overly anal, each integration takes more than 2 hrs so the few minutes I take to check my work is well worth it and I have often found something I left out or wanted to change. So what I do is select Presets-Save All and then name the ini something like "STEP-1-Updates-02-09-13" So here is an example of what we have after I saved the latest Step-1 Preset and I reloaded an image and what to use it: When I load that Preset it will look like this: Here is my actual STEP-1-Updates-02-09-13.ini STEP-1-Updates-02-09-13.ini Additional Notes: I actually save lots of .ini files and I will even edit ini files sometime during the month as new updates get release. What I tend to do is wait until a week after the major release date (2nd Tuesday of the month) because that's about the time frame that McRips scanners finish and he and the others at http://forums.mydigitallife.info/threads/19461-Windows-Hotfix-repository have pretty much stabilized the releases then I create my new image. But we all know that additional files get release so sometime I just edit the .ini and add them that way. What that gives me is a new and updated .ini without having to really do much at all and if I want to use it as a preset for a new image I am good to go. Also If I have already completed my images and new updates come out I just open that target, add the additional hotfixes to my already integrated image and the image will be up to date. I really don't due that often but it definitely works. I have found it just as easy to use the new preset, start a new integration, go to dinner, have some wine and come back and its done, then I just run the additional steps and since they run much faster it's not a big deal... just my preference.
  7. E:\!Slipstream\_7Tools\_Updates\McRip Windows 7 x64\Additional *** The folder "Integrate to installation media" is contains fixes that I am currently investigating so the color and associated lend is not accurate***
  8. Step 1 Folder Structure Step 1 is the heart of my integration's and in general probably creates an image that is about 95% "done" if I was looking for just a updated Win7x64 image with nothing else added. The remaining 5% would be the additional MS items that can't be integrated this way, some MSFixit solutions and some reg settings that need to be applied. After those we would have an image that would be updated as of that date which could be used for all your future installations The one thing to note is that I am 100% sure that if you run that new image in its current state it would NOT completely satisfy the Windows Update when run and it would NOT pass a KUC run, which is why I use the KUC and will explain much later. More about my directory structure (this is long so be patient): My structure is actually based on advice I had received years ago when using the RVM Integrator and I have modified it further. I am a very visual person so I use color to help me and I also personally need lots of structure when doing things so all of my folders have a "logic" that works for me. At the top level I separate my "tools" and my "builds" into two separate folders and I keep those in the root of my drives. I use a single "!" and "_" to keep them at the top of my directories so I can get them easily. Drilling down further into the _7Tools brings me to the main folders I use; "!" is something I am actively working on right now, _Addons contains specials tools to make certain addons (I will explain later), _Drivers contains all my driver related items used in STEP 3, _Step-2 contains all my SFX and silent installers used in STEP-2 and _Updates are the updates used in STEP-1 Drilling down further into_7Builds I have just a few folders and some simple scripts that are very important but I will talk about in STEP-2. The $OEM$ folders contain all my work that must be done in that manner in STEP-2, CPG and TechNet contain the targets that I use and they are similar but CPG is my work for a specific client, TechNet is mine, we will be using TechNet for all further discussions. OK so if your still with me were now in the _Updates folder. I actually have many folders in here but the ones that are important are the "McRip Windows 7 x64" and the "SatisfyWU" and for now we use "McRip Windows 7 x64" which is the download structure that is created by WinToolKit when using the Update Catalog feature and selecting McRip's updates which are currently the main source I use for my work. The last folder to explain before we move on to the actual integration is the Additional folder. I use the Additional folder and the included updates that McRip offers and in order to obtain these I UNCHECK the Update Catalog Filter in WinToolKit Options-Main-General. Here is where I use my most "color" and I have actually created a legend using the top 5 folders with "_" to help me keep things in order. I think the legend actually pretty much explains this :-) ***I need to upload the image into the next post since I have exceeded the attachment size***
  9. Etz that is AWESOME info... I have an autounattend.xml but I did't even know you could do that
  10. I just used test 4 to integrate the same 3 updates as I mentioned in my earlier post: http://www.wincert.net/forum/topic/10939-warning-14115-test5-experimental/?p=95295 and they completed in 9 min with no problems
  11. Description of My stages: By no means am I saying this is right or the only way it is just MY way. Ever since I started with my XP integration's using the RVM Integrator I have always done integration's in phases Frankly it allows me to make mistakes and recover/troubleshoot rather easily plus I can reuse the various phases for development. I have also always used multiple disks to try and maximize the I/O read/write aspects of the process. Early in my learning phase I found that the more spindles I had the better my times were. This has changed with the WinToolKit and I am still testing to see what provides a good balance of speed and reliability. Currently I have a laptop with an SSD and a HDD. So here is what I do now with the WinToolKit 0) I take my vanilla Win7x64 Enterprise extracted image and I have a "base" image directory that I keep on my drive and never change 1) I have a directory that I copy the base to that I only use for MS updates and nothing else. I use McRips files and I will provide much more detail on this later 2) After I do the updates I copy that completed integration to another folder where I apply only SFX/silent installers and anything else I want to run in that manner ***I always burn an ISO after step 2 and test in VirtualBox before I continue to the drivers. for me everything has to work 100% before I moved on*** 3) I then copy that directory to another folder where I do nothing but driver integration's 4) I copy the completed drivers 3rd step to my Tweaks folder where I slim and remove items or other tweaks and specialty items I then test my final image on real hardware using a laptop I have to test my images. I burn my image to a USB and do all my installs that way. The laptop has an SSD so it helps the testing process be as quick as possible. This physical stage is mostly for driver testing but I do catch other items as well. I will add more details about STEP 1 in my next update
  12. I am going to attempt to document the process that I use to make my images using WinToolKit and a few other tools. This will be a bit of an ongoing documentary and I hope this will be helpful to others and I am also very open to the forum for suggestions and improvements .. after all I have learned everything I know about integration's from the numerous forums I am a member of. I do not profess to be any kind of expert or authority, in fact quite the contrary... I am a professional in the IT field but I am learning everyday and humbled all the time I would be remiss if I didn't start with some thanks to the many individuals and groups that have helped me for the years I have been doing this and if I missed anyone please forgive me as it is only an oversight and not a lack or appreciation. In no particular order My Thanks: RyanVM http://www.ryanvm.net/forum/index.php and far too many individuals on the forum to list here... for me this is where it began and I spent years doing amazing XP integration's thanks to the forum and the members DriverPacks http://forum.driverpacks.net again what can I say... they are unrivaled in their excellence at what they do and they literally did what no one else could at a time when the industry that was truly in turmoil. They then continued to provide something that no one else came close to. They helped me for years and I rely on them still WinCert & My Digital Life http://forums.mydigitallife.info/forum.php have taken my skills with Win 7 to an entirely new level... can't thank them enough for the tools they have brought to me Ricktendo http://www.wincert.net/forum/topic/10480-slim-net-framework-45-full-x86x64-1-08-2013/ has been my reliable single source of .Net development pretty much from day one McRip http://hotfix.cesidian.info , Komm http://windows-update-checker.com , Burfadel http://burf.cesidian.info/ , what can I say!!! Without your work I would give up and I am in awe... I could never do an image without your work and what your scripts do is magic Liam, this is simply the most amazing tool and the best supported/developed overall integration tool PERIOD! I will definitely mention other individuals as I continue this log Liam and/or Kel If this in inappropriate in any way or not what you want please just let me know and I will cease Lastly everyone be patient I am not a technical writer and for that matter I grew up in New York and some say I barely speak English :-)
  13. I was busy with other things today and din't realize that my forced cancel of last nights integration left a mounted image: C:\WinToolkit_Temp\Mount as an additional note I actually fell asleep before ending the "cancel' integration and it ran for almost 4 1/2 hrs before I forced it to end... now I will discard the mounted image with no save and see what happens
  14. That's actually a great idea and something I have been negligent on... even now some special transforms and scripts I use to add some unique customer items are driving me CRAZY because I can't recall exactly what I did 4 months ago. I still heavily use the KUC to give me a finished product and I still think using it along with the ToolKit is the absolute BOMB for making a solid image. I need finish the image I am currently working on and I also need to think about how to document what I do but I realize what a great idea that is also because I am 100% sure that those of you that have better skills than I do could help me streamline my scripts and methods and I would really appreciate that a lot! Should I just create a new thread here with an appropriate title and then keep adding to it as I log my methods or should I create it in the ToolKit Guides section? The more I think about this the more I think just how useful this could be to all the users on the forum... I don't mean MY methods but maybe a special subforum that is geared towards users documenting what and how they do things and sharing methods scripts etc... I am actually pretty simple in my skills and I am SURE I could learn soo much from others peoples methods. Liam what do you think?
  15. Instead of trying SFX and silent installers could use try a single update from McRips server just to see if even a basic function is working? Make sure to use the basic AIO integrator
  16. Hmmm that's something I have always done and it never caused any trouble before... I use ! and _ for my two main folders to keep them at the top... and the integration with v4 worked without any trouble so has this changed between v4 and v15
  17. Well I said earlier I decided to I would try the latest versions so I wanted to take my previous integrated image that had only updates added and add 3 more that MS update showed but when I tried to add them it just keeps running and running and never completes... all I see is the image below: EDIT: I tried to cancel it and that doesn't seem to work either it hasn't stopped after almost 15 minutes... I guess I will reboot
  18. I think I have all my SFX/Silent installers correct now along with a bunch of other stuff I do, so i will download the latest version and give it a try and report back
  19. I just finished doing a few integrations using 141v15-4 and once I fixed my errors it is working fine but I have not done drivers yet. I am very particular when I do my integrations because I actually have A LOT going on that is custom work so basically I make sure that the base works fine and that I can reproduce solid integrations before I start some of my more complex scripts. What I would suggest is doing this in phases to see where the problem is that way you can eliminate variables easier. Take your clean WIM and just add the updates and then do a VM install and see if that works. Then do other things in separate phases. I have scripts that basically don't change at all so if a particular version doesn't work with them I can try an older version and if they work then I can make a valid report and it will be addressed. Hope that makes sense and helps
  20. Well great news... everything that went wrong with my image is completely corrected and it was all issues on my end which means that the updates and all my SFX/silent installers worked fine. Now I will be testing adding drivers which takes me the longest
  21. I did an integration test today and so many things didn't work that I am going over everything to try and see what I did wrong but if I could ask what version seems to be stable? Is it 41v14? I was using41v15-4. EDIT: OK I clearly found some mistake in my work so I am running it again this morning, but some of the silent installers should have worked and I can't see anything obvious... I got rusty at doing this lol EDIT: I really did have to shake off the rust lol... All my SFX installers worked after I fixed my work... now I am working on the numerous MS updates that showed up but I am pretty sure I have the answer on those as well... I will report back
  22. I integrate everything and most of the additionals
  23. Couldn't live never mind work without my coffee and tea definitely doesn't cut if for me unless I'm sick
×
×
  • Create New...