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. Already using your dotNetFx451_Full Takes some of the sting out of .Net Hell
  2. 'Se7en_UA.exe 8.1.1 September 05, 2013, 1:33:44 PM' Fix Win 8 tweaks adding to Win 7 reg. Writes separately to [Eight_Tweaks]' Remove Win 7 SP1 injection.MD5 : 0715b15985511c69abf938526462b2d5
  3. It did find it [setup.exe] UnattendSearchExplicitPath: Found usable unattend file for pass [windowsPE] at [E:\autounattend.xml] No product key found, continuing validation and image selection in keyless setup mode. Guess now need your xml cause error has to be there. You can check it against this here http://www.msfn.org/board/topic/139572-ask-your-seven-xml-here/ Im going out of town a couple days. Someone will come along if you ask ?
  4. Okay Turns out the culprit for me was Windows8-RT-KB2821895-x64 After I removed it from Packages Processing 45 of 46 - Adding package D:\zPackage\Windows8-RT-KB2868623-x64.msu[==========================100.0%==========================]Processing 46 of 46 - Adding package D:\zPackage\Windows8-RT-KB917607-x64.msu[==========================100.0%==========================]The operation completed successfully.Press any key to continue...It was crashing before after that 1 update Processing 25 of 47 - Adding package D:\zPackage\Windows8-RT-KB2821895-x64.msu [==========================100.0%==========================] Processing 26 of 47 - Processing 27 of 47 - I'll have to install in a VM and see what gets offered.
  5. I just got same thing using ADK 8.1 starting with KB2822241-x64.msu may have failed due to pending updates. I'll try something else
  6. doesn't matter I used a 32gb usb stick with autounattend.xml on root, Installation should pick it up because its just another drive in PE Might capture error with this and attach setupact.log http://www.msfn.org/board/topic/138899-se7en-ua-working-with-win-81/?p=888486
  7. From what I have read yes. 8.1 will be offered as an update through windows store. You do not want to install 8.1 Preview and then try to activate later cause it will not work and you'll have to reinstall complete So thats not helping you right now. You can use the ADK 8.1 with Win 7, 8, 8.1 though and to me it is faster.
  8. Since 8.1 will only be an update to win 8 perhaps you should get the Win 8.1 iso and use it? I integrate 20+ and they are not offered afterwards. Only 2 updates after install. Uploaded with ImageShack.us I install the (Windows ADK) for Windows 8.1 and integrate with them. My right click .wim has those files added now
  9. Updated Panther.cmd Fix to copy early stages of deployment where Panther is in $WINDOWS.~BT\Sources\Panther Aug 17, 2013 http://www.msfn.org/board/topic/138899-se7en-ua-working-with-win-81/?p=888486
  10. First thing. When you are installing this Decline all the crap he added on. Yeah I know some need to try and make money but I don't need any of the junk toolbars and stuff. The best = SARDU but I label that as junk ware. Installs a bunch of junk you don't want. even if I decline it puts folders
  11. Well we now have IE11 so back to the drawing board. I usually set settings for IE after the install and with a reg file. xml one mistake can crash you. Set the way you like then export these keys HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main
  12. Ignore that line it is not used during install <cpi:offlineImage Change all the <WillShowUI> to <WillShowUI>OnError</WillShowUI> you also need a language selection in <settings pass="windowsPE"> <component name="Microsoft-Windows-International-Core-WinPE" 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"> <SetupUILanguage> <UILanguage>en-US</UILanguage> </SetupUILanguage> <InputLocale>0409:00000409</InputLocale> <SystemLocale>en-US</SystemLocale> <UILanguage>en-US</UILanguage> </component>
  13. ; 08/8/2013; Added reg scripts for Windows 8.1 with Windows Assessment and Deployment Kit (Windows ADK) for Windows 8.1 installed for both amd64 and x86; C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit; (ADK) http://www.microsoft.com/en-us/download/details.aspx?id=39306WIMrightclick_ Install_8.1_amd64.reg WIMrightclick_ Install_8.1_x86.reg Dism no longer works from Windows 7 System32 on Windows 8.1 Preview. You will have to use the (ADK) from Windows 8.1. It is backwards compatible so no problem using on your Windows 7 images Link in my Sig or first Post
  14. remove the <WillShowUI>Always</WillShowUI> or change to <WillShowUI>OnError</WillShowUI> and use the /IMAGE/INDEX
  15. see if you have this key in the registry HKEY_CURRENT_USER\Software\Classes\clsid\{42aedc87-2188-41fd-b9a3-0c966feabec1} If so then delete it and reboot
  16. <CacheLimit> The allowed values are from 8192 (= 8 MB) to 1048576 (= 1 GB). FavoritesDelete specifies whether all pre-existing favorites and quick links are deleted. This setting can be used only by corporations. <Help_Page>http://www.fabrikam.com/support</Help_Page> do you have the unattend.chm help file? It is within this download http://www.microsoft.com/en-us/download/details.aspx?id=2458
  17. Finally a working model working with Win 8.1 also. Changed name of post to say Win 8.1 but kept discovering things had to fix to work with 8.1 and keep working with Win 7 With Windows 8.1 you will need the (ADK) for Windows® 8.1 because dism will not work anymore from Win 7 Windows Assessment and Deployment Kit (Windows ADK) for Windows 8.1 Preview Installed just deployment Tools and it is only 39.8 MB except it needs .NET 4.5 so I removed 4.0 CMD /C Start /Wait %SystemDrive%\APPS\MS_ADK_WIN_8\adksetup.exe /features OptionId.DeploymentTools /norestart /q /ceip off 'Se7en_UA.exe 8.1.0 July 27, 2013, 11:30:18 PM' Add Win 8.1 Preview processing with Windows 8.1 Preview (ADK) installed.' Add Tweaks for Win 8.1 and Win 7' Add separate REGadd_8 folder for Windows 8+ reg, vbs, cmd files.' Improve loading time after first run.' Version to 8.1.0Modded files with this so far. Shellbrd.dll failed Uploaded with ImageShack.us Logging in with modded user pic Uploaded with ImageShack.us On the desktop I select Apps I want to run with Win 8.1 in a VM. I have sucessfully fully installed as a primary OS also Uploaded with ImageShack.us Download from link in my signature or first post. Jump2reg 3.0.2 also updated to work in Win 8.1
  18. All you need is the AutoUnattend.xml to do all that for you. Pass oobeSystem examples here http://www.msfn.org/board/topic/139572-ask-your-seven-xml-here/?p=892779 You then can use Firstlogoncommands within that and do the adding HKLM registry, HKCU cannot be added till the user is created or in other words when the GUI loads the desktop. Unless you mount the image and mod the registry. Uploaded with ImageShack.us
  19. figured out what was up. tried to run too early before Windows is localized to a drive. Works fine after that.
  20. Not integrate but you can put something on the root to be available for all like an Apps folder http://www.msfn.org/board/topic/139572-ask-your-seven-xml-here/page-5?p=953464#entry953464
  21. No probably to it, YES Best time and you will have to take permissions on some of those files to replace them even on the mounted image. I'm not sure whats up with that unless it is the mse I'm running or some secret background service. Just haven't had time to test and figure that out
  22. Me too, but don't understand why. Except IE10 might be actually pending?
  23. This works in Windows 7 installation but not in Windows 8.1. %MyDrive% returns blank And doi I really need the setlocal enableextensions? Running this from a usb jump drive this is from here http://www.msfn.org/board/topic/138899-se7en-ua-with-sp1-inject-or-get-full-sp1-iso/#entry888486 I changed it this way to skip the blank memory card slots and works in 7 Color 1Fcd /d %~dp0setlocal enableextensions@ECHO OFFCLSFor %%I IN (A B 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 for /f "tokens=4,6*" %%k in ('vol %%I: 2^>nul^|find "drive"') DO IF EXIST %%I:\Windows\Panther SET MyDrive=%%kECHO.ECHO FOUND %MyDrive%:\Windows\Panther
  24. you just have to make sure you get correct thing you need like Windows 7 Professional with Service Pack 1 (SP1): or Windows 7 Ultimate with Service Pack 1 (SP1) will contain the Pro version also Index : 1Name : Windows 7 HOMEBASICDescription : Windows 7 HOMEBASICSize : 11,710,161,360 bytesIndex : 2Name : Windows 7 HOMEPREMIUMDescription : Windows 7 HOMEPREMIUMSize : 12,222,587,449 bytesIndex : 3Name : Windows 7 PROFESSIONALDescription : Windows 7 PROFESSIONALSize : 13,571,358,172 bytesIndex : 4Name : Windows 7 ULTIMATEDescription : Windows 7 ULTIMATESize : 12,285,492,779 bytesand make sure correct x86 or amd64 version
×
×
  • Create New...