Jump to content

Floppy

Member
  • Posts

    145
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Lithuania

Everything posted by Floppy

  1. Thank's for answering abbodi1406 ! Can I do it like this: <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <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"> <SystemLocale>nb-NO</SystemLocale> <UserLocale>nb-NO</UserLocale> <UILanguage>nb-NO</UILanguage> <UILanguageFallback>nb-NO</UILanguageFallback> <InputLocale>0409:00000409</InputLocale> </component> <component name="Microsoft-Windows-Setup" 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"> <UserData> <ProductKey> <Key>xxxxxxxxxxxx</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> <Organization>Hjemme</Organization> <FullName>Kunde</FullName> <AcceptEula>true</AcceptEula> </UserData> <ImageInstall> <OSImage> <InstallFrom> <MetaData wcm:action="add"> <Key>/IMAGE/NAME</Key> <Value>Windows 10 Pro</Value> </MetaData> </InstallFrom> </OSImage> </ImageInstall> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-Shell-Setup" 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"> <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Name>Kunde</Name> <Group>Administrators</Group> <Password> <PlainText>true</PlainText> <Value></Value> </Password> </LocalAccount> </LocalAccounts> </UserAccounts> <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Home</NetworkLocation> <ProtectYourPC>1</ProtectYourPC> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> </OOBE> </component> <component name="Microsoft-Windows-International-Core" 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"> <UILanguage>nb-NO</UILanguage> <UserLocale>nn-NO</UserLocale> <InputLocale>0414:00000414</InputLocale> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-Shell-Setup" 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"> <AutoLogon> <Enabled>true</Enabled> <Username>Kunde</Username> <Password> <Value /> <PlainText>true</PlainText> </Password> <LogonCount>9999999</LogonCount> </AutoLogon> <RunSynchronous> <RunSynchronousCommand wcm:action="add"> <Path>REG ADD "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /V "C:\Program Files\Rig\AutoPass.exe" /t REG_DWORD /d 0 /f</Path> <Order>1</Order> <Description>Registry</Description> </RunSynchronousCommand> </RunSynchronous> </component> <TimeZone>W. Europe Standard Time</TimeZone> <ComputerName>Kundexx</ComputerName> </component> <component name="Microsoft-Windows-IE-InternetExplorer" 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"> <SearchScopes> <Scope wcm:action="add"> <ScopeDefault>true</ScopeDefault> <ScopeDisplayName>Google</ScopeDisplayName> <ScopeUrl>http://www.google.com/search?q={searchTerms}</ScopeUrl> <ScopeKey>Google</ScopeKey> </Scope> </SearchScopes> </component> <component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="wow64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SearchScopes> <Scope wcm:action="add"> <ScopeDisplayName>Google</ScopeDisplayName> <ScopeKey>Google</ScopeKey> <ScopeUrl>http://www.google.com/search?q={searchTerms}</ScopeUrl> <ScopeDefault>true</ScopeDefault> </Scope> </SearchScopes> </component> </settings> <cpi:offlineImage cpi:source="wim:g:/win_10/sources/install.wim#Windows 10 Pro" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend>
  2. Thanks for respons ! Well I have tried that. No go. I have seen this: "Windows Defender has a kernel-mode driver (wdfilter.sys) that registers a Registry callback filter which protects Defender’s registry keys.". That's why I ask; "Is it possible to do this earlier during the install before Defender grab "hold" on the registry?"
  3. Hi Iam making an unattended istall for windows 10. (Autounattend.xml) And I need to exclude some files. With Win 7 could do it with reg add pointing to the key. With Win 10 I get error "Not alowed to alter Key" Using this; REG ADD "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /V "C:\Program Files\Rig\AutoPass.exe" /t REG_DWORD /d 0 /f Is it possible to do this earlier during the install before Defender grab "hold" on the registry?
  4. No I did not. Itried to open it as WIM ...but no Go. Used nlite to save it as WIM.(same file) Then I could open it using Windows Sytem Image Manager.
  5. Hi. Iam trying to make a answer file for Win 10 unnatended install. Downloaded the Win 10 ISO using Microsoft media creation tool. Using Windows Sytem Image Manager Ver.10.0.10240.16384 When opning Install.wim I get this Error: 0.06 : This application requires version 10.0.10240.16384 of the Windows ADK. Install this version to correct the problem 10.06 : Error opening Windows image at C:\Users\Administrator\Desktop\install.wim. 10.06 : System.ComponentModel.Win32Exception (0x80004005): Wrong format ved Microsoft.ComponentStudio.ComponentPlatformInterface.WimFileHandle..ctor(String wimPath) ved Microsoft.ComponentStudio.ComponentPlatformInterface.WimInfo..ctor(String wimPath) ved Microsoft.ComponentStudio.ComponentPlatformInterface.Cpi.OpenWim(String wimPath) ved Microsoft.ComponentStudio.ImagePicker.GetImageInfoFromPath(String path) ved Microsoft.ComponentStudio.ImagePicker.ValidateImageFileOrFolder(String fileOrFolder) Iam using Ver.10.0.10240.16384 ! Does anyone know what is wrong? Edit: Converted Install.wim (ESD) to Install.wim using Nlite, problem solved.
  6. Hey Just wanted to inform the world. Win7 ultimate No-language pack 15 updates; Windows6.1-KB971468-x86.msu Windows6.1-KB972270-x86.msu Windows6.1-KB973525-x86.msu Windows6.1-KB974332-x86.msu Windows6.1-KB974431-x86.msu Windows6.1-KB974571-x86.msu Windows6.1-KB975467-x86.msu Windows6.1-KB975560-x86.msu Windows6.1-KB976098-x86.msu Windows6.1-KB977074-x86.msu Windows6.1-KB978207-x86.msu Windows6.1-KB978251-x86.msu Windows6.1-KB978262-x86.msu Windows6.1-KB978506-x86.msu Windows6.1-KB979099-x86.msu And it worked on first instal... And now I want to integrate drivers....... And programs................ A never ending story. log.txt
  7. No. It will overwrite it. If you want to save your unattended settings, then save a preset. Regards I do understand this... When I add drivers, does the Autounattenden.xml get changed? If not, where are the "Changes" stored? Can I add more drivers to the "New" Win7 ? The exsisting driver will be picked up....?
  8. Thanks! I have been investegating on this matter and it seems to be true q: When you select "Windows Instalation Source"...will the new Autounattenden.eml file be stored there? So when you start 7Customizer again, it will "grab" that file an add changes to it?
  9. Iam setting up 20-25 Pc a week.....I hate looking for drivers.....
  10. I was asking because ther might be more to it! Iam used to DriverPack (You can find it here-->http://forum.driverpacks.net) using it for WinXp. If this tool could integrate drivers without expanding the pack's....well that would be great. When I tried to search for *.inf and add all "findings"....>error If i split the "add drivers"(from the search list) i two, it's ok....
  11. Hey Great tool.....Is there a "how to" somewhere....? Can not add drivers when they still are rar'ed. Do I need to unpack all drivers, after dowloading them.... When I tried to search for *.inf and add all "findings"....>error
  12. Hmmm Iam abel to do this with the 32-bit ...but not with the 64-bit ....
  13. ..........Thanks for responding A screenshot .......... Dont know howe to do that during instal..... I know this does not belong here...but Iam tryng to use Sun VirtualBox to test my Win7 64bit Iso....but my Prossesor does not suport this.Even tough I run 64bit Win7 as a OS on this Pc......WoW...not dism.part002.rar dism.part003.rar
  14. Hey Great tool! I added Norwegian language and the following Kb's: kb973525 kb972270 kb974571 kb975467 Kb975364 kb974332 kb974431 kb976098 kb890830 The making of the ISO is ok, no problem. It starts, instals......and after "Prepearing for first run" it Says somthing like"Can not continue to instal, reboot and the instalation will continue again"... And then it just loop's on this stage when I reboot. Log file--->Attached--->seems to be ok... What to look for? log.txt Autounattend.xml dism.part001.rar
  15. ================ Begin copy ==================== DEL "%AllUsersProfile%\Start Menu\\Programs\CyberLink PowerDVD\Online registration.lnk" DEL "%ProgramFiles%\CyberLink\PowerDVD\OLRSubmission\OLRSubmission.exe" DEL "%ProgramFiles%\CyberLink\PowerDVD\OLRSubmission\OLRStateCheck.exe" ================ End copy ===================== 10. Save and name it: Remove_Activion_Shortcut.CMD (save it in POWERDVD7_UNATTENDED folder) ================ Begin copy ===================== ;The comment below contains SFX script commands Setup=setup.exe Setup=registration_remove.cmd REGEDIT /S PowerDVD7_Registration.reg REGEDIT /S Disable_PowerDVD_Startup.REG TempMode Silent=1 Overwrite=1 Title=Cyberlink PowerDVD 7.3 Ultra Edition Make sure that you have the same filename all over --> registration_remove.cmd
  16. When try to start Nero I get this: When I press "enter serial" I get this: I have tried using the "Control senter", it starts but no sucsses entring the serial....
  17. Instal went flawless. But it did not accept the serial(yes it's valid) Do you know where in the register the serial should appear?
  18. Hello Mine Yours I hav instaled your version ....and reinstaled nero.....but: Do not give up, I will do the nessesary testing, together we will beat the system!! Edit: I used the Nero General-CleanTool to clean the aplication away, and reinstaled nero...no go.
  19. Your key was diffrent from mine Mine; Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{A49F249F-0C91-497F-86DF-B2585E8E76B7}] "DisplayName"="Microsoft Visual C++ 2005 Redistributable" But I imported your key into Xp.....and the instal went fine but trying to start nero:
  20. Hey Thanks for nero9 lite . I have instaled Win instaler 4.5 & runtime liberies....but I get this erroe( running on Microsoft Virtual PC) Any sugestions howe to solve this.....
  21. Here http://rapidshare.com/files/173526115/SFXMaker_1.1_Beta.zip Have a nice day
  22. I dont know how many times this board has helped me out Just glad to give somthing back
  23. This works for me, using SFX in Winrar ;The comment below contains SFX script commands Path=.\%SYSTEMDRIVE%\TEMP\open SavePath Silent=1 Overwrite=1 Setup=msiexec /qn /norestart /i c:\temp\open\openofficeorg30.msi SELECT_WORD=1 SELECT_EXCEL=1 SELECT_POWERPOINT=1 ADDLOCAL=ALL
×
×
  • Create New...