Jump to content

myselfidem

Member
  • Posts

    2,515
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Switzerland

Everything posted by myselfidem

  1. When you copy/paste the file Settings.ini, right-click on Properties and check if the "Read only" is desabled, and if not uncheck! Also for Unlok. You can also try to create an SFX file (post #229): http://www.msfn.org/...s/page__st__220 ------------------------------------------------------------------------------------------ *Edit: Example with adding the reg file "Tweaks" inside the config.txt: config.txt ;!@Install@!UTH-8! GUIMode="2" RunProgram="regedit /s Tweaks.reg" SetEnvironment="KEY=HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\RunOnce" RunProgram="hidcon:attrib -A -I \"%userprofile%\\AppData\\Local\\Microsoft\\Windows Sidebar\\Settings.ini\" /S /D" RunProgram="hidcon:cmd /c COPY /Y Settings.ini \"%userprofile%\\AppData\\Local\\Microsoft\\Windows Sidebar\\\"" RunProgram="hidcon:attrib +A +I \"%userprofile%\\AppData\\Local\\Microsoft\\Windows Sidebar\\Settings.ini\" /S /D" RunProgram="hidcon:cmd /c REG ADD %KEY%\\001 /V 1 /D \"%systemdrive%\\Program Files\\Windows Sidebar\\sidebar.exe\" /f" ;¨@InstallEnd@! Tweaks.reg Windows Registry Editor Version 5.00 ; Restore Gadgets on the Desktop after disabling UAC [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Sidebar\Settings] "AllowElevatedProcess"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run] "Sidebar"="\"C:\\Program Files\\Windows Sidebar\\sidebar.exe /autoRun"" [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Sidebar] [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Sidebar\Settings] "ShowGadgets"=dword:00000001 *Edit: If you install Windows 7 x64, you can add: SET KEY=HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\RunOnce REG ADD %KEY%\001 /V 1 /D "%systemdrive%\Program Files (x86)\Windows Sidebar\sidebar.exe" /f REM Customizing Gadgets x64 ATTRIB -A -I "%userprofile%\AppData\Local\Microsoft\Windows Sidebar\Settings.ini" /S /D COPY /Y "%~dp0Settings.ini" "%userprofile%\AppData\Local\Microsoft\Windows Sidebar\" ATTRIB +A +I "%userprofile%\AppData\Local\Microsoft\Windows Sidebar\Settings.ini" /S /D REM Lauch 'sidebar.exe' SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce REG ADD %KEY%\001 /V 1 /D "%systemdrive%\Program Files\Windows Sidebar\sidebar.exe" /f SET KEY=HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\RunOnce REG ADD %KEY%\001 /V 1 /D "%systemdrive%\Program Files (x86)\Windows Sidebar\sidebar.exe" /f REM Customize Registry settings REGEDIT /S "%systemroot%\Setup\scripts\Tweaks.reg" SHUTDOWN.EXE /r /t 10 EXIT Add same lines for using "config.txt". Tested and works fine! (Always lauch the batch file after the desktop is loaded! Image Gadgets on Windows 7 x64 You can also download the new Oracle Sun VirtualBox 4.0.8: http://www.virtualbo.../wiki/Downloads I hope that will help you!
  2. You don't need this reg file now! Look at post #5 ; same link you given! (old topic: 2005). You can add inside your Autounattend.xml file (AIO) for x86 and amd64: <settings pass="windowsPE"> Example for x86:
  3. You can make SFX files and add your programs with RT Se7en Lite! Help: http://www.msfn.org/board/topic/101552-7z-sfx-modified-module-and-tools/ http://www.msfn.org/board/topic/143665-how-to-unnatended-office-2010-and-make-it-lite/page__st__40
  4. I've found many erors! You can try this Autounattend.xml file with your values but I don't know if all your commands will work !? Here is your Autounattend.xml file, checked with WSIM and it's OK! The setting pass for <FirstLogonCommands> is inside : <settings pass="oobeSystem"> ! Be careful with the http:// (double!!!) *Edit: Don't validate this Autounattend.xml file (with x86 and amd64 : AIO) with WSIM...Just open it to see if errors!
  5. The best way is to check your Autounattend.xml file with WSIM!
  6. I've updated the batch files! Download with the same link above. If you have errors, thanks to let me know. Or maybe it's with your Autounattend file ?
  7. New batch files to Set Product keys inside the images! Download (English and French version): SetProductKey.rar http://www.mediafire.com/?uss84mzbqo91q Enjoy!
  8. Many thanks! I think the path to download the file isn't correct, beacause we are inside your account! Cheers!B)
  9. Your download link isn't available!?
  10. You can also read post #1435 http://www.msfn.org/board/topic/142382-rt-seven-lite-rc-build-170-and-beta-build-260/page__st__1420 Cheers.
  11. Many thanks Yzöwl I'm happy to learn every time with your help!
  12. How to slipstream Windows 7 SP1: Using sysprep: http://www.wincert.net/forum/index.php?/topic/7384-video-windows-7-aikopk-deployment-101-updated/ Using a batch file: http://forums.mydigitallife.info/threads/22807-DVD-with-SP1-integrated-into-Windows-7?p=340135#post340135
  13. If you want add another language for the installation, it's needed to add the new language inside install.wim and also inside boot.wim files. Help: http://forums.mydigitallife.info/threads/12500-HowTo-create-a-multi-language-Windows-7-or-Windows-2008-R2-server-DVD-installer. http://technet.microsoft.com/en-us/library/dd799306(WS.10).aspx http://technet.microsoft.com/en-us/library/dd799268(WS.10).aspx
  14. Yes, like this: SetupComplete.cmd Or you can use inside Autounattend.xml file: <settings pass="oobeSystem"> <OEMInformation> <HelpCustomized>true</HelpCustomized> <Manufacturer>Test</Manufacturer> <Model>Se7en</Model> <Logo>C:\Windows\system32\oemlogo.bmp</Logo> <SupportHours>hours</SupportHours> <SupportPhone>123-456-7890</SupportPhone> <SupportURL>http://www.test.com/support</SupportURL> </OEMInformation> Or you can use a reg file: OEM_Information.reg Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation] "Logo"="C:\\Windows\\System32\\oemlogo.bmp" "Manufacturer"="Se7en" "SupportURL"="http://people.consolidated.net/veeger" "Model"="Windows Se7en" *Edit: don't forget to set the oemlogo.bmp file inside: %SystemRoot%\system32\oemlogo.bmp
  15. Could you attach your files SetupComplete.cmd and oem.bat as text files, please!
  16. Remember: 1) folder $1 corresponds to %systemdrive% 2) folder $$ corresponds to WINDOWS
  17. Write carrefully paths inside SetupComplete.cmd REG ADD %KEY%\005 /VE /D "Adding Windows OEM Information" /f REG ADD %KEY%\005 /V 1 /D "%systemdrive%\Install\oem.bat" /f Check also paths for oem.bat!
  18. The Desktop must be load first and after the batch file is launched (I use WPI) to work properly! After the installation is done, check if the Settings.ini file is the good one!
  19. You can read the tutorials: 7Customizer tutorial: http://www.msfn.org/board/topic/140068-a-visual-guide-to-7customizer/ RT Se7en Lite tutorial http://www.rt7lite.com/faq.html Only RT Se7en Lite and Se7en_UA can sliptream SP1 for Windows 7: Se7en_UA - with SP1 RTM Injection http://www.msfn.org/board/topic/138899-se7en-ua-with-sp1-rtm-injection/
  20. About Autounattend.xml file for Windows 7 AIO x86 and amd64 without insert the keys! It's possible to only have the dialog box to insert the key or skip the key, like this: Autounattend.xml (example adapt to your needs): <?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="x86" 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>fr-FR</UILanguage> </SetupUILanguage> <InputLocale>100c:0000100c</InputLocale> <SystemLocale>fr-CH</SystemLocale> <UILanguage>fr-FR</UILanguage> <UserLocale>fr-CH</UserLocale> </component> <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>fr-FR</UILanguage> </SetupUILanguage> <InputLocale>100c:0000100c</InputLocale> <SystemLocale>fr-CH</SystemLocale> <UILanguage>fr-FR</UILanguage> <UserLocale>fr-CH</UserLocale> </component> <component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Diagnostics> <OptIn>false</OptIn> </Diagnostics> <DiskConfiguration> <WillShowUI>Always</WillShowUI> </DiskConfiguration> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1280</HorizontalResolution> <VerticalResolution>1024</VerticalResolution> </Display> <DynamicUpdate> <Enable>false</Enable> <WillShowUI>OnError</WillShowUI> </DynamicUpdate> <ImageInstall> <OSImage> <WillShowUI>Always</WillShowUI> </OSImage> </ImageInstall> <UserData> <AcceptEula>true</AcceptEula> <FullName>Nom complet</FullName> <Organization>particulier</Organization> </UserData> <EnableFirewall>true</EnableFirewall> </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"> <Diagnostics> <OptIn>false</OptIn> </Diagnostics> <DiskConfiguration> <WillShowUI>Always</WillShowUI> </DiskConfiguration> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1280</HorizontalResolution> <VerticalResolution>1024</VerticalResolution> </Display> <DynamicUpdate> <Enable>false</Enable> <WillShowUI>OnError</WillShowUI> </DynamicUpdate> <ImageInstall> <OSImage> <WillShowUI>Always</WillShowUI> </OSImage> </ImageInstall> <UserData> <AcceptEula>true</AcceptEula> <FullName>Nom complet</FullName> <Organization>particulier</Organization> </UserData> <EnableFirewall>true</EnableFirewall> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SkipAutoActivation>true</SkipAutoActivation> </component> <component name="Microsoft-Windows-Security-SPP-UX" 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"> <SkipAutoActivation>true</SkipAutoActivation> </component> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ComputerName>Se7en_AIO</ComputerName> <TimeZone>W. Europe Standard Time</TimeZone> </component> <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"> <ComputerName>Se7en_AIO</ComputerName> <TimeZone>W. Europe Standard Time</TimeZone> </component> <component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <DisableOOBAccelerators>true</DisableOOBAccelerators> <DisableFirstRunWizard>true</DisableFirstRunWizard> <EnableLinksBar>false</EnableLinksBar> <FilterLevel>High</FilterLevel> <Home_Page>www.google.fr</Home_Page> <BlockPopups>yes</BlockPopups> <SuggestedSitesEnabled>false</SuggestedSitesEnabled> <PlaySound>false</PlaySound> <ShowInformationBar>true</ShowInformationBar> <ShowMenuBar>true</ShowMenuBar> </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"> <DisableOOBAccelerators>true</DisableOOBAccelerators> <DisableFirstRunWizard>true</DisableFirstRunWizard> <EnableLinksBar>false</EnableLinksBar> <FilterLevel>High</FilterLevel> <Home_Page>www.google.fr</Home_Page> <BlockPopups>yes</BlockPopups> <SuggestedSitesEnabled>false</SuggestedSitesEnabled> <PlaySound>false</PlaySound> <ShowInformationBar>true</ShowInformationBar> <ShowMenuBar>true</ShowMenuBar> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-International-Core" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <InputLocale>100c:0000100c</InputLocale> <UserLocale>fr-CH</UserLocale> <UILanguage>fr-FR</UILanguage> </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"> <InputLocale>100c:0000100c</InputLocale> <UserLocale>fr-CH</UserLocale> <UILanguage>fr-FR</UILanguage> </component> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <TimeZone>W. Europe Standard Time</TimeZone> <Display> <ColorDepth>32</ColorDepth> <DPI>96</DPI> <HorizontalResolution>1280</HorizontalResolution> <VerticalResolution>1024</VerticalResolution> </Display> <OOBE> <HideEULAPage>true</HideEULAPage> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <NetworkLocation>Home</NetworkLocation> <ProtectYourPC>1</ProtectYourPC> </OOBE> <AutoLogon> <Password> <Value></Value> </Password> <Enabled>true</Enabled> <LogonCount>3</LogonCount> <Username>Administrator</Username> </AutoLogon> <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value></Value> <PlainText>true</PlainText> </Password> <DisplayName>Administrator</DisplayName> <Name>Administrator</Name> <Group>Administrators</Group> </LocalAccount> </LocalAccounts> </UserAccounts> </component> <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"> <TimeZone>W. Europe Standard Time</TimeZone> <Display> <ColorDepth>32</ColorDepth> <DPI>96</DPI> <HorizontalResolution>1280</HorizontalResolution> <VerticalResolution>1024</VerticalResolution> </Display> <OOBE> <HideEULAPage>true</HideEULAPage> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <NetworkLocation>Home</NetworkLocation> <ProtectYourPC>1</ProtectYourPC> </OOBE> <AutoLogon> <Password> <Value></Value> </Password> <Enabled>true</Enabled> <LogonCount>2</LogonCount> <Username>Administrator</Username> </AutoLogon> <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value></Value> <PlainText>true</PlainText> </Password> <DisplayName>Administrator</DisplayName> <Name>Administrator</Name> <Group>Administrators</Group> </LocalAccount> </LocalAccounts> </UserAccounts> </component> </settings> </unattend> Enjoy!
  21. Ultimate Windows Tweaker is available for Windows 7 x86 or x64! http://download.cnet.com/Ultimate-Windows-Tweaker/3000-2094_4-10915128.html
  22. You must "Mount" each image you want customize and Unmount /Commit. Because each image is different!
  23. When I use the method explained above, I haven't any problem even if I change the size icons on the Desktop! The arrows are removed from the shorcut icons!
  24. @nice_guy75 I see an error inside the reg file: It's needed to write the correct file to launch ODBC: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\DataSources\command] @="odbcad32.exe" Thanks.
  25. You can find help here (post #1198 and later): http://www.msfn.org/board/topic/139077-7customizer-a-windows-7-customization-and-deployment-tool/page__st__1180
×
×
  • Create New...