Content Type
Profiles
Forums
Events
Everything posted by maxXPsoft
-
Windows 7 Unattend Works but Get error
maxXPsoft replied to andyasselin's topic in Unattended Windows 7/Server 2008R2
read that and create a .cmd file on a floppy/usb stick then once it error just hit Shift and F10 together brings up cmd prompt. You can then copy error logs -
something along the lines of If FileExists("%userprofile%\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\*.lnk") Then we quit or jump to end maybe not sure where to put it but I'll experiment Is your Quicklaunch folder empty when you run the script? both dud ideas. tried both
-
I know what I'm doing with Quicklaunch Now when I run it the taskbar goes to double height also. Tried from different folders and on desktop. Still double Quicklaunch. Perhaps I have some update you don't(I'm fully updated) or something is different. EDIT: I think I know whats wrong. I copy from my previous and it already exists with my shortcuts. I run your old and enable it in my Unattended When you blank screen and it comes back there is already Quicklaunch on left side near Start. Then it run's the clicking part and double's it. perhaps you need to run some code to see if any shorcuts already exist and if so don't run second part?
-
I'm using 64 bit English and the new doesn't work like the old. I end up with 2 toolbars Quicklaunch I still have to slide it over on the old dated: ; Last Edited: 09/12/2009 I think the writing to reg and also the clicking is what makes it double.
-
Quick Launch - Finally the solution!
maxXPsoft replied to Orsi's topic in Unattended Windows 7/Server 2008R2
already a script for it that works ; AutoIt Version: 3.3.0.0 ; Author: Andrew Calcutt, wazer ; Last Edited: 09/12/2009 You need autoit, rename to 7QuickLaunch.au3 compile and try it. works on all screen resolutions removed my file get from Wazer further down -
where did you hangup and how? what is your OS? I haven't had that in awhile add the right click .wim. right click on sources\install.wim and choose to Unmount *.* NO SAVE zMountDir then use the zMountDir Cleanup 2 + Reg should see it doing the things then delete it. if not go to tools folder install the takeownership.reg and right click on it and Takeownership then delete
-
no problem, I just finished a real live audit install with integrate 50 cabs and no updates except defender and compatibility which are updated too often so I don't add them. @jbm I just done this on a real live install without the /quiet and it worked. I copied Apps to my usb and placed both xml files there. On startup it went through out of box and ran setupcomplete.cmd. Depends how much you add to OOBEAudit.xml to what will be asked FOR %%d IN (c: d: e: f: g: h: i: j: k: l: m: n: o: p: q: r: s: t: u: v: w: x: y: z:) DO IF EXIST %%d\OOBEAudit.xml SET DVDroot=%%d sysprep.exe /generalize /oobe /shutdown /unattend:%DVDroot%\OOBEAudit.xml with that it is quiet and does it's thing and then shutdown
-
I tried and it worked fine for my 50 .cab's except the WSUSSCAN.cab An error occurred trying to open - D:\Se7en_UA\HFixes\WSUSSCAN.cab Error: 0x80070002 Processing 1 of 50 - Adding package Package_for_KB2032276~31bf3856ad364e35~amd64~~6.1.1.0 Did you extract them correctly? I put all .msu same folder and done this with a .cmd. Extracting saved about 20MB Expand.exe D:\APPS\__Updates\7Seven\x64\Premium_Cab\*.msu –f:* D:\APPS\__Updates\7Seven\x64\Premium_Cab del *.xml del *.txt del *.msu pause Let me look into that. I know it used to work but may have been I changed something manually and forgot to add in example. Yes cleanup would run in audit also but things have to be done correctly by using that option. Only you don't want the dvd when you start up so move the %DVDroot%\OOBEAudit.xml perhaps to system root and delete at the very end.
-
'Se7en_UA.exe 6.3.8: August 25, 2010, 7:08:30 AM ' Finish removing installing wimmount. Will only work on Windows 7 OS. ' I no longer get the error [ WARN ] An objectID is in use on this volume. Let me know if you do. ' Use Se7en_UA6.33* for running from XP and Vista OS ' Corrected included appswitch.new "/f error to " /f found by jbm edit:minor file ver thing
-
Yes gotta watch that. I found 5 in my personal .dat and will correct in the included Also these have to be like this, add's quotes around them things with spaces in the names "CMD /C DEL \"%ALLUSERSPROFILE%\Desktop\avast! Free Antivirus.lnk\"" /f Have completed the new version and going to make a new complete install in the morning to test and then I can release it.
-
64 is tighter than x86 but I mod my dll's in separate folder then inject them to my .wim 'Se7en_UA.exe 6.3.7: August 13, 2010, 7:09:17 PM ' Added back in disable of enabled Features with xml in Servicing Pass request by jbm ' <selection name="More Games" state="false" /> finished VM and they are working. Add's everything to this that is enabled Hopefully by next release I will remove requirements for the wimmount unless you are using XP/Vista to build on. use Se7en_UA6.3.3 XP Vista.zip. I will update it but leave it froze
-
I think if you install them with recurse like I do with my app then it should be ok. In other word's in different folders Check the driver.log at the end you'll see it processes them different