Jump to content

myselfidem

Member
  • Posts

    2,515
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Switzerland

Everything posted by myselfidem

  1. Hello I've no made an test with integrating IE8, but I see that you are using DriversPack. We can't make changes inside winnt.sif after integrating Drivers with DriversPack whithout errors. We must make these changes before to launch DriversPack. When I use nLite I add two rows inside my winnt.sif and it's works.I will made an test with IE8 integration. Just a part of my modded winnt.sif Maybe that can help you.
  2. I've found some help here for you: http://www.msfn.org/board/runonceex-registry-windows-vista-t137757.html http://www.msfn.org/board/firstlogoncommands-t90863.html Regards
  3. I don't launch RunOnceEx Method with Firstlogon command inside Autounattend.xml and it's works fine! Maybe you can try to separate the process. I use Firstlogon command inside Autounattend.xml for others install applications. I see that SetupComplete.cmd is launched at first and after Firstlogon command. I hope that will help you.
  4. Hello You can use RunOnceEx Method inside the SetupComplete.cmd (place inside: "sources\$OEM$\$$\Setup\Scripts\") You have Administrator rights with SetupComplete.cmd. You need to create the folders $OEM$ Example: REG ADD HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnceEx SET KEY=HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY%\001 /V 1 /D "%systemroot%\Setup\Scripts\active.vbs" /f I hope that will help you!
  5. Why it is not working?. I have tried it and it is working fine. Hello Blue I've found the reason. It's because I have a localised Windows 7 version (French) and in this case the batch file don't work. I need to translate Everyone by "Tout le Monde" and it works. Like this: cacls "work\Themes" /e /t /p "Tout le Monde":F There is not this problem with the command icacls with an localised version. Regards
  6. You've right! I've forgotten to explain this important detail! I use GIMP and it's needed to choose the good option for colors. Regards
  7. Inside 7Customizer the file "eng-refrence.lng" have some new lines! You need to check your translated file .lng I hope that will help you
  8. @Blue Thank you very much for the new 7Customizer_0.4.3 and your answers! I see that cacls don't work, maybe you can try icacls: And there is the same message in command prompt: Themes already exists. However the themepacks are really copied inside the folder! Regards
  9. @Blue In fact I see that the first command line inside "theme.bat" is only needed one time, like this: Thanks
  10. @grabben I do my best with my english...many times I need to use a dictionary. Yes, you have right it was the both, but it's for give some help and try to have a solution! Thanks
  11. @netwave Could you please post your log file as attachment. And what is the OS currently installed in your PC? Thanks
  12. Yep! Ile figure it out sooner or later as I never give up I think the error is that you are using the Debug mode. You don't need to use it! You can read the visual guide: http://www.msfn.org/board/visual-guide-7customizer-t140068.html Extract: (Optional) Debug mode is used to pause the execution of the instructions when you apply your changes. This is used to solve problems. So leave it unchecked.
  13. Hello! Yes, I've sometimes the same problem! You can successfully try to mountrw your image inside another partion (D:\; H:\; ...) Regards.
  14. Hello! If you want to preserve the activation for Windows 7 x64, you can find help here: http://www.mydigitallife.info/2009/09/24/how-to-backup-and-restore-windows-7-and-server-2008-r2-activation-status-activate-offline-on-reinstall/ At fist you need to activate your copy and after save the files: tokens.dat and pkeyconfig.xrm-ms (for Windows 7 x64) Make a batch file and put this one inside: $OEM$\$$\SETUP\SCRIPTS\ like this: Put all files inside: $OEM$\$$\SETUP\SCRIPTS\ That works fine for me with Windows 7 x86 (without "pkeyconfig.xrm-ms" needed)! You can see the same "slmgr.vbs" inside "System32" and "SysWOW64" You have the same result and you can use also: cscript %systemroot%\SysWOW64\slmgr.vbs -dli I hope that will help you!
  15. Hello! You can find help inside: "Unattentend Windows Setup Reference for Windows 7.chm" include with WAIK for Windows 7: Extract: Applies To For a list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-Shell-Setup. XML Example The following XML output shows how to set a customized theme. <Themes> <ThemeName>Fabrikam Theme</ThemeName> <DefaultThemesOff>false</DefaultThemesOff> <DesktopBackground>%WINDIR%\web\wallpaper\fabrikam.jpg</DesktopBackground> <BrandIcon>%programfiles%\Fabrikam\fabrikam-logo.png</BrandIcon> <ScreenSaver>Bubbles.scr</ScreenSaver> <WindowColor>Violet</WindowColor> </Themes> Write inside Index: "Themes" for more informations! I hope that will help you!
  16. @Blue I see inside the batch file "themes.bat" a command line: mkdir "work\mount\Users\Default\AppData\Local\Microsoft\Windows\Themes" During the ISO creation in command prompt I can see that the folder "Themes" already exists. Maybe it's not usefull to add this line? Image here: My link It's possible to integrate the themepacks inside: Windows\Resources\Themes\? Thank you Blue. Regards.
  17. @pedilover I've tested to integrate 3 themes successfully! There are copied inside "Users\Default\AppData\Local\Microsoft\Windows\Themes" The folders created are CustomTheme0; CustomTheme1; and CustomTheme2. A new folder is created inside all these folders: "CustomTheme0\DesktopBackground\". You can see 2 images here: My link My log.txt: I've just copied the .themepack inside a folder and 7Customizer integrate them. Regards.
  18. Thanks ascatem! (Twice messages by mistake!!!!!
  19. @crunch81 There is a possibility to see and add changes about "Autounattend.xml": After the ISO is created with 7Customizer, just expand this one with WinRar and you can see your "Autounattend.xml" customized in the main folder. If you want make changes you must validate your new Autounattend.xml with WISM (Windows System Image Manager)- it's with WAIK for Windows 7 - ; and after make a new ISO file! But at first you must load your catalog file: "install_Windows 7 ULTIMATE.clg" (for Windows Ultimate) and load your Autounattend.xml file for changes! Example with mine made with 7Customizer (no modded): <?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"> <SystemLocale>en-us</SystemLocale> <UserLocale>en-us</UserLocale> <UILanguage>fr-FR</UILanguage> <UILanguageFallback>en-us</UILanguageFallback> <InputLocale>0409:00000409</InputLocale> </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"> <UserData> <ProductKey> <Key>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> <Organization>particulier</Organization> <FullName>FULL NAME</FullName> <AcceptEula>true</AcceptEula> </UserData> <ImageInstall> <OSImage> <InstallFrom> <MetaData wcm:action="add"> <Key>/IMAGE/NAME</Key> <Value>Windows 7 ULTIMATE</Value> </MetaData> </InstallFrom> </OSImage> </ImageInstall> </component> </settings> <settings pass="oobeSystem"> <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"> <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Name>Antoine</Name> <Group>Administrators</Group> <Password> <PlainText>true</PlainText> <Value>xxxxxx</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="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"> <UILanguage>fr-FR</UILanguage> <UserLocale>fr-FR</UserLocale> <InputLocale>100c:0000100c</InputLocale> </component> </settings> <settings pass="specialize"> <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"> <AutoLogon> <Enabled>true</Enabled> <Username>Antoine</Username> <Password> <PlainText>true</PlainText> <Value>xxxxxx</Value> </Password> <LogonCount>9999999</LogonCount> </AutoLogon> <TimeZone>W. Europe Standard Time</TimeZone> <ComputerName>se7en</ComputerName> </component> </settings> <cpi:offlineImage cpi:source="wim:C:/Win7/sources/install.wim#Windows 7 Édition Intégrale" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend> Regards.
×
×
  • Create New...