Jump to content

maxXPsoft

Developer
  • Posts

    3,080
  • Joined

  • Last visited

  • Days Won

    1
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by maxXPsoft

  1. myselfidem that latest work's here also Course i can't try any other language because primary is en-us here wazer is your toolbar locked before you try these? Or there may be some other odd settings you have that interfere like I had.
  2. Nothing changed about the way I inject SP1 only the message boxes that are displayed to try and make less annoying Edit: But make sure to select en-us if you have an en-us dvd also Are you installing that in VM? if not this say bad drive http://social.technet.microsoft.com/Forums/en-US/w7itproinstall/thread/a855eb29-c118-4c40-bc98-46ee992a4394/
  3. Only 1 problem with this for me is the EnableAutoTray set to 0. I don't think it is needed for this to work RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer", "EnableAutoTray", "REG_DWORD", "0") I like it on to combine those things I don't need all the time so I modified this script ;Adding Reg Entries. I replaced the RegWrite and added $AutoTray = RegRead("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer", "EnableAutoTray") Bottom of script I added ;AutoTray Select ;Case $AutoTray = "0" EnableAutoTray is not enabled Case $AutoTray = "0" RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer", "EnableAutoTray", "REG_DWORD", "0") Case $AutoTray = "1" RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer", "EnableAutoTray", "REG_DWORD", "1") EndSelect Or would it be better to just leave that RegWrite out of it?
  4. Think perhaps you may need this /COPYALL :: COPY ALL file info (equivalent to /COPY:DATSOU)
  5. 'Se7en_UA.exe 6.5.1: February 03, 2011, 10:05:15 PM ' Modified SP1 injection to allow different image selection. Also make less annoying ' Removed Image compress and will do Auto to eliminate the [Files] folder from the .wim ' Add new multi language 7QuickLaunch.au3 corrected by myselfidem
  6. I do it this way where my APPS folder is on another drive. Then if I update any application it picks up from there like you said if name was same and since I use simple autoit where it makes that even easier $search = FileFindFirstFile ( @ScriptDir & "\Firefox Setup 3*.exe" ); Search distribution
  7. Found out why I kept getting Desktop Toolbar cause I had this tweak applied HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics MinWidth = 40 which forces all windows to appear as icons down there. Just delete and reboot for it to return to normal myselfidem That is working fine 64 beans here. I don't have Langbar enabled though
  8. Fresh install but I did use one of the older which still worked on my UA. Had done some new things and wanted to test then myselfidem using your new I still get the Desktop toolbar. I have small icons would that make a difference? something not computing
  9. don't know why but running both myselfidem and wazer of your latest I now get a Desktop toolbar also wazer script creates 2 Quicklaunch also but myselfidem does not I am running 64 bit and make sure toolbar is locked before trying which is default
  10. Probably best bet is install 7 temporarily without activating and you will have 30 day's to customize an installation dvd. Use product.ini in dvd\sources folder and it lists temp keys
  11. Yes it is blank and that saves several seconds when it starts, delete it and restart Se7en_UA and it re creates it again with where you are at for me to troubleshoot what is wrong. Thats ok use RT makes no difference. I had never been reported with that error.
  12. I was mad after that dell guy left and went to sleep. Ended up changing nothing cause PC was booting up You can delete the Se7en_UA.ini then restart and it will create new. Attach so I can look To unmount Open command prompt with 'Run as Administrator' and run following Dism /unmount-wim /mountdir:F:\zMountDir /discard Dism /Cleanup-Wim then delete this reg key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WIMMount\Mounted Images
  13. was it 100% mounting or was it dismounting? I'm not 100% sure where you errored. I only get that with 64 bit but all is fine. I have gotten that 0xc1420127 after I added Modded files and it mounts the boot.wim and add's files there. I Add the Right click .wim and go to sources folder an right on the install.wim and run 2 commands Unmount *.* NO SAVE zMountDir and zMountDir Cleanup 2 + Reg Delete zMountDir and restart my app. Edit: I will be offline awhile as Dell is to be here shortly to replace my Mobo and PSU.
  14. look at FirstLogonCommands in the Unattend.chm for more If you create a user account that does not include administrative privileges, the commands may not be executed:
  15. 7QuickLaunch-INT Works fine for me myselfidem en-US in fact I run a 2nd script to pin something else right after this and no problems.
  16. 'Se7en_UA.exe 6.5.0: January 22, 2011, 10:56:22 AM ' Now add any language at SP1 integration using a comma to separate. EX: en-us,fr-fr,de-de,nl-nl ' Copies all 3 modded SP1 files to Se7en_UA for error checking ' Added some debug stuff to SP1 RTM extraction. ' Added check for 7-Zip to inject SP1 ' <EnableLUA>false</EnableLUA> is working with RTM If you have a localized version for your language then you only need to select that language for integrating with SP1 Works with RTM <settings pass="offlineServicing"> <component name="Microsoft-Windows-LUA-Settings" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <EnableLUA>false</EnableLUA> </component> </settings>
  17. Are you logging in with Administrator on every machine? you need LocalAccounts even with Admin This would come right behind /AdministratorPassword <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Group>Administrators</Group> <DisplayName>Administrator</DisplayName> <Description>Local Account</Description> <Name>Administrator</Name> </LocalAccount> </LocalAccounts> </UserAccounts>
  18. been awhile since I used this so off the top of my head. someone correct me if wrong You don't want blank spaces in these or you have to add the quote for xml <Order>1</Order> <Description>Set CDROM Variable</Description> <CommandLine>cmd /c FOR %%i IN (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 %%i:\sources\install.wim SET CDROM=%%i:</CommandLine> <Order>2</Order> <Description>Office2010</Description> <CommandLine>cmd /C start /Wait %CDROM%\Office2010\Office14.exe</CommandLine> any others will use same thing %CDROM%\
  19. to find the cdrom variable look there. That has been posted so many times you would run it as <Order>1</Order>
  20. @yngdiego WAIK is not the best friend thing, been there done that 1. I don't think the echo for hosts will work like that I mean you need redirect > Far as that goes do you realize you can add $OEM$ folders to your dvd? They are added uaDVD\sources\$OEM$ and you can add the Hosts file and do a lot of stuff you are trying to do. $OEM$ $$ <<- C:\Windows $$\Web\Wallpaper <<- Wallpapers here Setup\Scripts <<- setupcomplete.cmd System32 <<- $$\System32\OEM <<- OEM *.xrm-ms + valid Product Key $1 <<- Drive Root Drivers <<- where some OEM place driver files Install <<- where I place most things and call from there. EX: %SystemRoot%\Install\Firstlog.cmd @coucou I run Office Enterprise 2007 with Runonceex cmds with all Updates added to Updates folder with an xml. I can't find link right now but it is here on Msfn. Look for the /config custom-uA.XML CMD /C Start /Wait %SystemDrive%\APPS\MS_Office_Enterprise_2007\setup.exe /config custom-uA.XML
  21. sangalaviral glad you got it fixed I was still looking for what was wrong and adding some debug stuff for next release. I'll add something to check for 7-zip also now you came back and told us. Thanks yngdiego When I said it done it several days ago I was then running SP1 RC and it cleaned it up. I'm still showing they are there for RTM. I have tried the dism commands and it won't remove since it was injected. Perhaps someone will figure out a way or MS will fix. sangalaviral Only way I can see is if you do the ini thing again and I'll see whats wrong.
  22. What I do is create a cmd script in Tools folder called SP1.cmd, I elevate that and run it as admin so it needs to be run exactly that way. The right click Run as Admin is only if you trying to do it manually and from feedback over at MDL my program actually run's it better. It first deletes folders if they exist and then extracts everything.
  23. I'm doing en-us and it wiped that off my drive as i said 2 day's ago but now it won't. I'm looking at the dism commands to see if I can add then in to clean it up Btw I am running 64 bit but have been for awhile for the information
  24. Can't see it yet. Did it extract the windows6.1-KB976932-X86.exe to SP1? Yes i did extract it You let my program extract it or did you?
×
×
  • Create New...