Jump to content

myselfidem

Member
  • Posts

    2,515
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Switzerland

Everything posted by myselfidem

  1. If I remeber well... I used ImageX with Windows 7 SP1 MSDN to capture the install.wim image to work with vLite 1.2 properly! If we don't do like this vLite 1.2 crashes. vLite 1.2 works fine with an image install.wim and SP1 integrated using sysprep! (tested). Sysprep Sory, I don't use now those methods. It was only for testing purpose! Regards
  2. d: is the location where you have created your Autounattend.xml file using: install_Windows 7 ULTIMATE.clg with WSIM! Example mine on C:\ drive, using install.wim image: <cpi:offlineImage cpi:source="wim:c:/Win7_SP1/sources/install.wim#Windows 7 ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> You can remove this last line if you want! But the full line!
  3. You have read this? My post Regards
  4. Hello! I tested with Realtek. First, I create a new setup.iss file on my computer and change this one on my distribution folder for Realtek. And config.txt is like this: ;!@Install@!UTF-8! GUIMode="2" RunProgram="Setup.exe -s" ExecuteParameters="-f1setup.iss" ;!@InstallEnd@! Works fine for me! But, perhaps is there a better way to write the script ? Regards
  5. I always use with Oracle VirtualBox whithout any issue! Regards
  6. @heldigard Many thanks. Now, I can have the fwo files whithout trouble! Regards
  7. The new version is: Version (2.0) .NET with windows 8 support! However Windows Security always remove the exe file, and I can't have the new version! Regards
  8. Remember to change the size for the partition C:\ when you use with VirtualBox or on a real HDD! <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="[url="http://schemas.microsoft.com/WMIConfig/2002/State"]http://schemas.microsoft.com/WMIConfig/2002/State[/url]" xmlns:xsi="[url="http://www.w3.org/2001/XMLSchema-instance"]http://www.w3.org/2001/XMLSchema-instance[/url]"> <Diagnostics> <OptIn>false</OptIn> </Diagnostics> <DiskConfiguration> <WillShowUI>OnError</WillShowUI> <Disk wcm:action="add"> <DiskID>0</DiskID> <WillWipeDisk>true</WillWipeDisk> <CreatePartitions> <CreatePartition wcm:action="add"> <Order>1</Order> <Type>Primary</Type> <Size>100</Size> </CreatePartition> <CreatePartition wcm:action="add"> <Order>2</Order> <Size>10000</Size> <Type>Primary</Type> </CreatePartition> <CreatePartition wcm:action="add"> <Order>3</Order> <Type>Primary</Type> <Extend>true</Extend> </CreatePartition> </CreatePartitions> <ModifyPartitions> <ModifyPartition wcm:action="add"> <Order>1</Order> <PartitionID>1</PartitionID> <Label>System</Label> <Format>NTFS</Format> <Active>true</Active> </ModifyPartition> <ModifyPartition wcm:action="add"> <Order>2</Order> <PartitionID>2</PartitionID> <Letter>C</Letter> <Label>SEVEN</Label> <Format>NTFS</Format> </ModifyPartition> <ModifyPartition wcm:action="add"> <Order>3</Order> <Format>NTFS</Format> <PartitionID>3</PartitionID> <Label>DATA</Label> <Letter>D</Letter> </ModifyPartition> </ModifyPartitions> </Disk> </DiskConfiguration> Example here with: C:\ partition with 10GB. When you want use with a real HDD, adapt the size to suit your needs! More help about Autounattend.xml file: http://www.msfn.org/board/topic/139572-ask-your-seven-xml-here/
  9. Hello iuli_kyle! Here is the new translated file "French.lng" for the new Final 1.3 release! Regards
  10. Many thanks! 1 - The names for msi packages are random names and changes with a new installation. 2 - After many tests (using SFX installer) I see that it's needed first to install the language file ! Cheers and regards
  11. Yes, you can. I tested and works fine for me, changing only install.wim customized (using sysprep and capture) inside Windows 7 Ultimate SP1 MSDN. Works also if you keep your original Windows 7 SP0 and changing only install.wim SP1 customized (using reverse integration).
  12. Yes! Remove like said Tripedacus the two deprecated values! Thanks
  13. Lol...Read my post above, and ricktendo64 answer ! Thanks
  14. Oh, yes I can see now! If needed we can also use Keyfinder...Works fine: KeyFinder
  15. The question is not to find the key but how to have a script backup Office 2007 activation !
  16. However some our customizations will be changed with original files if we us: sfc /scannow The boot logon session customized disappears and the "little Microsoft bird" appears a new time ! Because the files need also to be replaced inside winsxs folder! And it seems the files must match the Edition (SP0 or SP1). Cheers
  17. We can also read useful infos here: The Microsoft Customer Experience Improvement Program
  18. Yes...Weird...And we can also read here: Microsoft-Windows-SQMAPI <CEIPEnabled>true</CEIPEnabled> Maybe that can help you : Allow Microsoft to collect information about how I use Lync Look at this link also: Windows Customer Experience Improvement Program Maybre you can use this reg file: Disable_CEIP.reg Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SQMClient\Windows] "CEIPEnable"=dword:00000000
  19. Have you set this value on setting pass specialize ? However: And I can read also another value: Maybe you can also try the value: false ?
  20. For an Autounattend.xml file AIO you need to duplicate all passes x86 for amd64 and save your new file! Only check your file with WSIM, if there is errors! Remember during silent installation all passes are executed! I made many tests without errors.
  21. Oops...You're right maxXPsoft! Works also without "r" and it's not needed here! I made an error trying to use a batch file I created using: /grant:r *S-1-5-32-544:F /T Error was using: /T (in this context) ! Now all is OK. Regards
  22. I see there is an error trying to integrate some dll's with Se7en_UA but I think this will be solved using: /grant:r *S-1-5-32-544:F Example working for these two dll's: ECHO %WIMTMP%\Windows\System32\imageres.dll CMD /C TAKEOWN /F %WIMTMP%\Windows\System32\imageres.dll CMD /C ICACLS %WIMTMP%\Windows\System32\imageres.dll /grant:r *S-1-5-32-544:F Copy /Y "%~dp0imageres.dll" "%WIMTMP%\Windows\System32\imageres.dll" ECHO %WIMTMP%\Windows\System32\spwizimg.dll CMD /C TAKEOWN /F %WIMTMP%\Windows\System32\spwizimg.dll CMD /C ICACLS %WIMTMP%\Windows\System32\spwizimg.dll /grant:r *S-1-5-32-544:F Copy /Y "%~dp0spwizimg.dll" "%WIMTMP%\Windows\System32\spwizimg.dll" Regards
  23. I think we can use "Trustee" value with SetACL.exe Found also some help here: posted by justibus http://www.msfn.org/...post__p__979320 I think we can do that using: setowner -ownr "n:S-1-5-32-544;s:y" I tried on my french Windows 7 OS and works. Example:SetACL.cmd @echo off cmd /c C:\Se7en_UA\Tools\x86\SetACL.exe -on "HKLM\SOFTWARE\Microsoft\CTF\TIP\{3697C5FA-60DD-4B56-92D4-74A569205C16}\LanguageProfile\0x0000ffff\{B77BF1FB-C8B4-490F-A5FE-AFE99BBBB490}" -ot reg -actn setowner -ownr "n:S-1-5-32-544;s:y" -rec yes cmd /c C:\Se7en_UA\Tools\x86\SetACL.exe -on "HKLM\SOFTWARE\Microsoft\CTF\TIP\{3697C5FA-60DD-4B56-92D4-74A569205C16}\LanguageProfile\0x0000ffff\{B77BF1FB-C8B4-490F-A5FE-AFE99BBBB490}" -ot reg -actn ace -ace "n:S-1-5-32-544;p:full;s:y;i:so,sc;m:set;w:dacl" -rec yes reg delete "HKLM\SOFTWARE\Microsoft\CTF\TIP\{3697C5FA-60DD-4B56-92D4-74A569205C16}\LanguageProfile\0x0000ffff\{B77BF1FB-C8B4-490F-A5FE-AFE99BBBB490}" /f pause to see if errors Command prompt result: --------------------------------------------------------------------------------------------------------------------------- INFO: Processing ACL of: <machine\SOFTWARE\Microsoft\CTF\TIP\{3697C5FA-60DD-4B56 -92D4-74A569205C16}\LanguageProfile\0x0000ffff\{B77BF1FB-C8B4-490F-A5FE-AFE99BBB B490}> SetACL finished successfully. INFO: Processing ACL of: <machine\SOFTWARE\Microsoft\CTF\TIP\{3697C5FA-60DD-4B56 -92D4-74A569205C16}\LanguageProfile\0x0000ffff\{B77BF1FB-C8B4-490F-A5FE-AFE99BBB B490}> SetACL finished successfully. Appuyez sur une touche pour continuer... --------------------------------------------------------------------------------------------------------------------------- Regards
  24. Maybe that can help you? : http://www.msfn.org/board/topic/149557-windows-7-setup-font/
×
×
  • Create New...